bob icon indicating copy to clipboard operation
bob copied to clipboard

Distributed BLOB storage

Results 167 bob issues
Sort by recently updated
recently updated
newest added

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...

improvement

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...

improvement

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

feature

# 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....

bug

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...

bug

Closes #823

required for release

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....

required for release