-
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-22344 Documented the deprecation of public and limited private … #208
Conversation
💔 -1 overall
This message was automatically generated. |
@@ -857,19 +863,31 @@ public void removeCoprocessor(String className) { | |||
public static final HTableDescriptor NAMESPACE_TABLEDESC | |||
= new HTableDescriptor(TableDescriptorBuilder.NAMESPACE_TABLEDESC); | |||
|
|||
/** | |||
* @deprecated since 0.94.1 |
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'm assuming there will be a follow-up task to remove anything that can be removed?
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.
Yes. This ticket is based on a discussion we had on the dev list. We have some deprecations where it isn't documented in the code in what release the appropriate functionality was deprecated. There are already some removals in progress, because removing everything at once will end up in a mess.
💔 -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.
There is a minor issue in the below. Can fix in a follow-up.
Was there going to be a change in the refguide too to harden the text so it was clearer what our intent is (agreed w/ the ML discussion)?
Thanks for doing this.
@@ -791,7 +794,11 @@ default int getRpcTimeout() { | |||
* | |||
* @param rpcTimeout the timeout of each rpc request in millisecond. | |||
* | |||
* @deprecated Use setReadRpcTimeout or setWriteRpcTimeout instead | |||
* @deprecated since 1.4.0 and will be removed in 3.0.0. Use {@link #setReadRpcTimeout(int)} or |
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.
This seems a little strange. Was there a 1.4.0 when 2.0.0 was released?
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.
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.
Great.
@@ -878,6 +912,10 @@ public long getReadRpcTimeout(TimeUnit unit) { | |||
throw new UnsupportedOperationException(); | |||
} | |||
|
|||
/** | |||
* @deprecated since 1.4.0 and will be removed in 3.0.0. Will be removed without a replacement. |
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.
Ditto w/ above comment.
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.
See comment above.
Updated the PR to fix the Checkstyle and Javadoc issues from the last build. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
eaa401e
to
a05e481
Compare
💔 -1 overall
This message was automatically generated. |
Re-running checks. This is a nice patch. Lets get it in. |
Re-triggered the build, because it seems that the last one got aborted. |
💔 -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. |
🎊 +1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
…APIs (#208) Signed-off-by: stack <stack@apache.org>
…APIs (#208) Signed-off-by: stack <stack@apache.org>
…APIs (#208) Signed-off-by: stack <stack@apache.org>
…APIs (#208) Signed-off-by: stack <stack@apache.org>
…APIs (#208) Signed-off-by: stack <stack@apache.org>
…APIs (#208) Signed-off-by: stack <stack@apache.org>
…APIs (#208) Signed-off-by: stack <stack@apache.org>
…APIs (apache#208) Signed-off-by: stack <stack@apache.org>
…APIs (apache#208) Signed-off-by: stack <stack@apache.org> (cherry picked from commit 054dabb) Change-Id: Idf6774786b69b4882ef5ece167d519b51b2c3a5c
…APIs