-
Notifications
You must be signed in to change notification settings - Fork 288
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
cmd: Make changefeed sort dir visible #2222
cmd: Make changefeed sort dir visible #2222
Conversation
/run-all-tests |
Codecov Report
@@ Coverage Diff @@
## master #2222 +/- ##
=================================================
+ Coverage 37.8006% 52.6412% +14.8405%
=================================================
Files 110 171 +61
Lines 11394 18609 +7215
=================================================
+ Hits 4307 9796 +5489
- Misses 6662 7760 +1098
- Partials 425 1053 +628 |
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.
Please fix ci
seems we have done several fix on fix about |
17341c9
to
88c92c0
Compare
/run-all-tests |
/run-all-tests |
By the way, have we tested the |
/run-all-tests |
yes, it's tested.
|
/run-all-tests |
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 submitting an approval review. |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 198b3b0
|
In response to a cherrypick label: new pull request created: #2239. |
Signed-off-by: ti-chi-bot <[email protected]>
In response to a cherrypick label: new pull request created: #2240. |
In response to a cherrypick label: new pull request created: #2241. |
* make sort-dir field visible in changefeed info struct. * fix related tests. * add a simple test for sort-dir field. * add dir checker . * do not remove new created directory. * update log. * print log to make debug for data-dir easier. Co-authored-by: Ling Jin <[email protected]>
* make sort-dir field visible in changefeed info struct. * fix related tests. * add a simple test for sort-dir field. * add dir checker . * do not remove new created directory. * update log. * print log to make debug for data-dir easier. Co-authored-by: Ling Jin <[email protected]>
What problem does this PR solve?
This PR try to revert part of the work in #1784, also fix a problem when try to set data-dir by existed changefeed information.
sort-dir
can be read but cannot be written.What is changed and how it works?
revert changefeed info struct and related read and write.
Check List
Tests
Code changes
Side effects
Related changes
Release note