Uh oh!
There was an error while loading. Please reload this page.
HBASE-22344 Documented the deprecation of public and limited private … - #208
Conversation
Apache-HBase
commented
Apr 30, 2019
💔 -1 overall
This message was automatically generated. |
| = new HTableDescriptor(TableDescriptorBuilder.NAMESPACE_TABLEDESC); | ||
| /** | ||
| * @deprecated since 0.94.1 |
There was a problem hiding this comment.
I'm assuming there will be a follow-up task to remove anything that can be removed?
There was a problem hiding this comment.
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.
Apache-HBase
commented
May 1, 2019
💔 -1 overall
This message was automatically generated. |
saintstack
left a comment
There was a problem hiding this comment.
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.
| * @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.
This seems a little strange. Was there a 1.4.0 when 2.0.0 was released?
| } | ||
| /** | ||
| * @deprecated since 1.4.0 and will be removed in 3.0.0. Will be removed without a replacement. |
HorizonNet
commented
May 3, 2019
Updated the PR to fix the Checkstyle and Javadoc issues from the last build. |
Apache-HBase
commented
May 3, 2019
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
May 5, 2019
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
May 15, 2019
💔 -1 overall
This message was automatically generated. |
saintstack
commented
Jun 7, 2019
Re-running checks. This is a nice patch. Lets get it in. |
HorizonNet
commented
Jun 9, 2019
Re-triggered the build, because it seems that the last one got aborted. |
Apache-HBase
commented
Jun 10, 2019
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Jun 10, 2019
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Jun 10, 2019
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Jun 11, 2019
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Jun 15, 2019
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Jun 16, 2019
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Jun 17, 2019
🎊 +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
…ics for RpcThrottlingExceptions (apache#7345) (apache#208) Signed-off-by: Wellington Chevreuil <wchevreuil@apache.org>
…APIs