-
Notifications
You must be signed in to change notification settings - Fork 188
dm-master: check etcd wal dir when restart #1672
Conversation
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.
Could you please help refine the join logic? Rest LGTM
need fix ut and add new logic, WIP |
@@ -82,5 +82,5 @@ jobs: | |||
- name: GolangCI Lint | |||
uses: golangci/golangci-lint-action@v2 | |||
with: | |||
version: latest | |||
version: v1.39 |
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.
Use latest after we upgrade to go1.16, otherwise local build with go1.13 will fail
@csuzhangxc PTAL. Don't know whether fix the issue. |
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
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by writing |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 159bed2
|
In response to a cherrypick label: new pull request created: #1680. |
What problem does this PR solve?
close #1671
What is changed and how it works?
check wal dir exist
Check List
Tests