-
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-21714 Deprecated isTableAvailableWithSplit method in thrift module #217
Conversation
💔 -1 overall
This message was automatically generated. |
@@ -940,6 +940,8 @@ service THBaseService { | |||
* region gets splitted, the api may return false. | |||
* | |||
* @return true if table is available, false if not | |||
* | |||
* @deprecated since version 2.1.4 |
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.
Should be 2.3.0 or 2.2.0? And please add comment to say when will we remove it, I would like to remove it in 3.0.0, to align with the Table interface. So here we need to tell user that we will remove it in 3.0.0 for aligning with the Table interface, as in general, it should be removed in 4.0.0.
@nyl3532016 You can reuse the old PR actually. not a big problem anyway. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
this checkstyle -1 is a problem? |
@nyl3532016 Yes, would be good to get this fixed before committing it. It should be an easy one. |
💔 -1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
@@ -940,6 +940,9 @@ service THBaseService { | |||
* region gets splitted, the api may return false. | |||
* | |||
* @return true if table is available, false if not | |||
* | |||
* @deprecated Since 2.0.0. Will be removed in 3.0.0. |
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.
It should be 2.2.0? I mean you need to say that the same method in Table interface has been deprecated since 2.0.0, so we will remove it in 3.0.0 release.
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.
ok ,I have amended
🎊 +1 overall
This message was automatically generated. |
No description provided.