-
Notifications
You must be signed in to change notification settings - Fork 32
[Blockstore] cells initial commit to main #3733
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Note This is an automated comment that will be appended during run. 🔴 linux-x86_64-relwithdebinfo: some tests FAILED for commit 5f59a95.
🔴 linux-x86_64-relwithdebinfo: some tests FAILED for commit 5f59a95.
🔴 linux-x86_64-relwithdebinfo: some tests FAILED for commit 5f59a95.
|
* fix tests * fix ut
Note This is an automated comment that will be appended during run. 🔴 linux-x86_64-relwithdebinfo: some tests FAILED for commit 2e4a2f7.
🟢 linux-x86_64-relwithdebinfo: all tests PASSED for commit 2e4a2f7.
|
UNSET = 0; | ||
GRPC = 1; | ||
NBD = 2; | ||
RDMA = 3; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
У нас принято называть значения с типом:
SHARD_DATA_TRANSPORT_UNSET
SHARD_DATA_TRANSPORT_GRPC
SHARD_DATA_TRANSPORT_NBD
SHARD_DATA_TRANSPORT_RDMA
Note This is an automated comment that will be appended during run. 🔴 linux-x86_64-relwithdebinfo: some tests FAILED for commit 2e4a2f7.
🔴 linux-x86_64-relwithdebinfo: some tests FAILED for commit 2e4a2f7.
🔴 linux-x86_64-relwithdebinfo: some tests FAILED for commit 2e4a2f7.
|
#3783
Initial commit to support cell-based architecture in Blockstore. Implemented inter-cell transport using Grpc/Rdma and volume discovery in cells