-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
HBASE-26021: Undo the incompatible serialization change in HBASE-7767 #3435
Conversation
💔 -1 overall
This message was automatically generated. |
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.
Skimmed, seems good and QA is happy so should be good.
nit: is it possible to provide 2 commits in this PR:
- revert TableDescriptor commit
- make MasterRegistry work with commit 1
It's fine if not possible.
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.
+1 since QA has no objections in tests.
I clubbed them into a single commit unfortunately but would've been better if I did them as separate commits for reviews. Most code should be around TableState stuff in ConnectionRegistry interface. Let me add some more test coverage for the interface methods before I commit. |
💔 -1 overall
This message was automatically generated. |
Revert "HBASE-7767 Get rid of ZKTable, and table enable/disable state in ZK (Andrey Stepachev)" Fixes the ConnectionRegistry and dependencies due to the revert.
5e206b5
to
a33f9be
Compare
Most checkstyle issues are from the original implementation, too many to even fix. Leaving them as-is. Will wait for one final jenkins run before merging. |
💔 -1 overall
This message was automatically generated. |
Revert "HBASE-7767 Get rid of ZKTable, and table enable/disable state in ZK (Andrey Stepachev)"
Fixes the ConnectionRegistry and dependencies due to the revert.