-
Couldn't load subscription status.
- Fork 3.4k
HBASE-28001: Add request attribute support to BufferedMutator (#6076) (addendum) #6349
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
Conversation
|
This PR introduces default interface implementations for the new methods. This is intended to address the high severity data type issues raised on the report generated for RC0. By my read of the policy outlined in our book, we need to apply this patch to branch-2 and branch-2.6. PTAL. @stoty @NihalJain @Apache9 @apurtell @eab148 |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
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
…#6076) (addendum) Add default implementations of the new methods so that a custom implementation of AsyncBufferedMutatorBuilder will not fail to compile after upgrade.
6f91c71 to
9321af0
Compare
|
Fixing checkstyle complaint. |
|
🎊 +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. |
…#6076) (addendum) (apache#6349) Add default implementations of the new methods so that a custom implementation of AsyncBufferedMutatorBuilder will not fail to compile after upgrade. Signed-off-by: Nihal Jain <[email protected]> Signed-off-by: Istvan Toth <[email protected]>
… (addendum) (#6349) Add default implementations of the new methods so that a custom implementation of AsyncBufferedMutatorBuilder will not fail to compile after upgrade. Signed-off-by: Nihal Jain <[email protected]> Signed-off-by: Istvan Toth <[email protected]>
|
Thanks Nick! |
Add default implementations of the new methods so that a custom implementation of AsyncBufferedMutatorBuilder will not fail to compile after upgrade.