bob
bob copied to clipboard
Distributed BLOB storage
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...
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
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...
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
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...
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...
When starting with sync IO when it's set in config, bob should not print `warn` messages about AIO being disabled