-
Notifications
You must be signed in to change notification settings - Fork 3.4k
HBASE-24516 Parameter copyFiles should be passed in SecureBulkLoadClient #1868
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
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.
Thanks for clarifying on the issue, this looks good. Mind add a UT for checking this condition and avoid such mistake from been repeated in the future?
|
🎊 +1 overall
This message was automatically generated. |
|
Please change the PR to against master branch? I believe this is not a 2.2 specific bug. |
|
@Apache9 master branch use AsyncClusterConnectionImpl as bulkload client, the bug not exist. |
|
Only branch-2.2 has the problem? What about branch-2 and branch-2.3? |
infraio
left a 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.
+1
…ent (#1868) Signed-off-by: Guanghao Zhang <zghao@apache.org>
…ent (#1868) Signed-off-by: Guanghao Zhang <zghao@apache.org>
…ent (apache#1868) Signed-off-by: Guanghao Zhang <zghao@apache.org>
…ent (apache#1868) Signed-off-by: Guanghao Zhang <zghao@apache.org>
…ent (apache#1868) Signed-off-by: Guanghao Zhang <zghao@apache.org> (cherry picked from commit e7f17fe) Change-Id: I70f8003cac05e00c2a984789d8784a86138b9297
When refactor SecureBulkLoadClient started in HBASE-22380. The public secureBulkLoadHFiles method parameter copyFiles was not passed to the refactoring method.