-
Notifications
You must be signed in to change notification settings - Fork 751
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
refactor: Align versions for arrow, opendal, hyper, tonic, prost #16704
Conversation
Signed-off-by: Xuanwo <[email protected]>
Signed-off-by: Xuanwo <[email protected]>
Signed-off-by: Xuanwo <[email protected]>
Signed-off-by: Xuanwo <[email protected]>
Signed-off-by: Xuanwo <[email protected]>
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.
Reviewed 47 of 47 files at r1, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @Xuanwo)
Signed-off-by: Xuanwo <[email protected]>
Signed-off-by: Xuanwo <[email protected]>
Signed-off-by: Xuanwo <[email protected]>
Signed-off-by: Xuanwo <[email protected]>
Signed-off-by: Xuanwo <[email protected]>
Signed-off-by: Xuanwo <[email protected]>
Signed-off-by: Xuanwo <[email protected]>
Signed-off-by: Xuanwo <[email protected]>
Signed-off-by: Xuanwo <[email protected]>
Signed-off-by: Xuanwo <[email protected]>
Signed-off-by: Xuanwo <[email protected]>
Signed-off-by: Xuanwo <[email protected]>
Signed-off-by: Xuanwo <[email protected]>
Only this test failed: Summary [ 238.419s] 1938 tests run: 1937 passed (2 slow), 1 failed, 14 skipped
FAIL [ 2.530s] databend-meta::it grpc::metasrv_grpc_kv_api_restart_cluster::test_kv_api_restart_cluster_token_expired Not sure if related. |
It's a restart test, and the error is |
I'm fine with skipping it. What do you think? Cc @drmingdrmer |
I'm did not yet figure out the cause of the failure. Is it acceptable? @everpcpc |
It's not, but auto-reconnect may not be affected, and we could fix the test later. We do not upgrade meta frequently. |
Ok let's merge |
Got it, I will merge with main and skip this test. |
Signed-off-by: Xuanwo <[email protected]>
Signed-off-by: Xuanwo <[email protected]>
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.
Reviewed 43 of 47 files at r1, 4 of 6 files at r2, 4 of 6 files at r3, 13 of 13 files at r4, 5 of 5 files at r5, 3 of 3 files at r6, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @Xuanwo)
…o restarted server Before c44ea20, MetaGrpcClient just auto reconnect if the target meta-service server is restarted. After c44ea20, the client behavior changed, if no timeout is set, the client reconnect to the restarted server but it hangs forever. In this commit, in the test: test_kv_api_restart_cluster_token_expired, give the client a fixed timeout to survive a server restart. - Fix: databendlabs#16704 (comment)
…o restarted server Before c44ea20, MetaGrpcClient just auto reconnect if the target meta-service server is restarted. After c44ea20, the client behavior changed, if no timeout is set, the client reconnect to the restarted server but it hangs forever. In this commit, in the test: test_kv_api_restart_cluster_token_expired, give the client a fixed timeout to survive a server restart. - Fix: databendlabs#16704 (comment)
…o restarted server (#16733) Before c44ea20, MetaGrpcClient just auto reconnect if the target meta-service server is restarted. After c44ea20, the client behavior changed, if no timeout is set, the client reconnect to the restarted server but it hangs forever. In this commit, in the test: test_kv_api_restart_cluster_token_expired, give the client a fixed timeout to survive a server restart. - Fix: #16704 (comment)
I hereby agree to the terms of the CLA available at: https://docs.databend.com/dev/policies/cla/
Summary
This PR will align most deps version to one, like arrow, opendal, hyper, tonic, prost and so on.
This is a huge PR and changes nearly all crates, please merge this PR first.
Tests
Type of change
This change is