-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Support learner in raft #444
Conversation
Jenkins go |
Unit testing passed. |
Unit testing passed. |
Unit testing passed. |
It should be based on #552 |
Jenkins go |
Unit testing passed. |
1 similar comment
Unit testing passed. |
Unit testing passed. |
Unit testing failed. |
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.
LGTM.
Unit testing passed. |
Unit testing passed. |
Unit testing passed. |
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.
LGTM
int64_t ts = time::WallClock::fastNowInMilliSec(); | ||
encoded.append(reinterpret_cast<char*>(&ts), sizeof(int64_t)); | ||
// Log type | ||
auto type = LogType::OP_ADD_LEARNER; |
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.
I think unsigned char is better than auto
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.
LGTM
* Support Learner in Raft * Remove sleep * Fix failed storage_client_test * Address wadeliuyi's comments
Reverts vesoft-inc#3548 Need reconsideration. Because the if we add hosts using heartbeat, the zone is not created Migrated from vesoft-inc#3592 Co-authored-by: Doodle <[email protected]>
subtask of Support scaling out for storage service. #182