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
trafficstars

In some cases node fails to write small amount of alien records (less than 1% of all alien records). Possible causes are error confirmation when selecting whether record should be...

bug

The system does not return a write error immediately after the disk is disconnected. It is necessary to recover records that were lost on the particular node because of this

feature

It would be great to add support for data scanning queries to Bob. This will require adding the ability to read data from all nodes and merge the results to...

feature

Check if Bob has read/write permissions for the disk directory. If this is not the case, then write a meaningful error to the logs

improvement

Right now regular string concatenation is used to build the path to the alien directory (https://github.com/qoollo/bob/blob/master/bob-backend/src/pearl/settings.rs#L32). This result in double `/` symbols. `Path::join` should be used instead. The same thing...

bug
good first issue

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @​actions/artifact dependency by @​bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...

dependencies

When starting with sync IO when it's set in config, bob should not print `warn` messages about AIO being disabled