pelikan
pelikan copied to clipboard
Pelikan is Twitter's unified cache backend
pingserver-rs in #313 could message the error for file not found better than it does currently. Catching the error and returning a friendlier error message would improve the experience when...
I have encountered a few errors in compilation 1. install-check.sh and install-fluxcapacitor.sh: `set -euo pipefail` masks installation error log, so that when the installation fails, no log is printed and...
- move datapool into storage module; - allow shm/pmem backed storage to be compiled simultaneously, into different binaries; - item_relink() can be slightly refactored; - do another round of name...
Currently, any pelikan server needs to create a large struct containing all the metrics individual systems need in order for the majority of the metrics functionality to work. It would...
## General Information Slimcache db don't handle correct situation when **noreply** flag (https://docs.oracle.com/cd/E17952_01/mysql-5.0-en/ha-memcached-interfaces-protocol.html) is set to **True** value. ## Reproduction steps Use set foo bar command to slimcache with noreply...
This will make the context and (lack of) linear ordering between threads more apparent. Optionally, we could add name to the context (e.g. "worker", "server") in addition to thread ID.
@pbalcer reported test package broken on Ubuntu 18.04 and created a PR for `pkg-config`, which I later reverted. There are two reasons: 1. I checked the variables set after calling...
* age distribution of keys for get * key/val size distribution * life-time hits for keys
Now that the time module has a memcache mode, we can remove related logic from storage modules.
So we can be less susceptible to clock drift and scheduler irregularities in the host in our time-sensitive tests, this causes the test to randomly fail about 10-20% of time,...