You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the request #671 will be merged, we start supporting multiple vdisk replicas on the same node, but this support is limited in terms of error handling. If write to the node with multiple vdisk replicas ends with error, then only one copy in aliens will be created, so the number of copies can be less than specified quorum value. Also, if writing to one of the replicas on the node ends with an error, but the rest goes well, then there is no way to pass this information to the cluster level.
We should implement error handling properly with passing all required data to the cluster level (https://github.com/qoollo/bob/blob/master/bob/src/cluster/quorum.rs). This may require changes to the gRPC protocol, and may also require changes to the logic for placing of the aliens on disk
The text was updated successfully, but these errors were encountered:
After the request #671 will be merged, we start supporting multiple vdisk replicas on the same node, but this support is limited in terms of error handling. If write to the node with multiple vdisk replicas ends with error, then only one copy in aliens will be created, so the number of copies can be less than specified quorum value. Also, if writing to one of the replicas on the node ends with an error, but the rest goes well, then there is no way to pass this information to the cluster level.
We should implement error handling properly with passing all required data to the cluster level (https://github.com/qoollo/bob/blob/master/bob/src/cluster/quorum.rs). This may require changes to the gRPC protocol, and may also require changes to the logic for placing of the aliens on disk
The text was updated successfully, but these errors were encountered: