bob
bob copied to clipboard
Distributed BLOB storage
Right now if we have cluster with 100 nodes and 1 node is down, we got 99 partitions all other the cluster for the same period. After alien recovery all...
Right now if we have cluster with 100 nodes and 1 node is down, we got 99 partitions all other the cluster for the same period. After alien recovery all...
Redis is a popular key-value storage that has many clients in different languages. If we implement its API, we will get support for many platforms at once
# Description Currently, Bob's RPS value doesn't drop over time and stuck to last recorded value. This includes per node RPS metric and cluster-wise RPS metric. # To Reproduce 1....
Closes #730
Right now there is an infinite loop in background task that prevents pearl backend from proper shutdown: https://github.com/qoollo/bob/blob/master/bob-backend/src/pearl/disk_controller.rs#L85 This should be fixed. This task should be stopped during `shutdown` call...
Closes #825 Note 1: usage of frsize instead of bsize seems to do nothing (at least on Linux). Needs to be tested on some Mac machine, where it's first occured....
Backport of #863