Skip to content

Hbase-22027 #649

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

Merged
merged 1 commit into from
Sep 21, 2019
Merged

Hbase-22027 #649

merged 1 commit into from
Sep 21, 2019

Conversation

srdo
Copy link
Contributor

@srdo srdo commented Sep 20, 2019

…tTokenUtil, and move ClientTokenUtil to hbase-client

This is a backport of #361 to 2.x

The following changes were made to the diff from that PR:

  • There is no obtainToken(AsyncConnection) on TokenUtil, so removed that variant from ClientTokenUtil.
  • Made obtainToken(Connection) public, as it is used in SecureBulkLoadManager.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
💙 reexec 0m 40s Docker mode activated.
_ Prechecks _
💚 dupname 0m 1s No case conflicting files found.
💚 hbaseanti 0m 0s Patch does not have any anti-patterns.
💚 @author 0m 0s The patch does not contain any @author tags.
💚 test4tests 0m 0s The patch appears to include 4 new or modified test files.
_ branch-2 Compile Tests _
💙 mvndep 0m 16s Maven dependency ordering for branch
💚 mvninstall 5m 15s branch-2 passed
💚 compile 1m 22s branch-2 passed
💚 checkstyle 1m 54s branch-2 passed
💚 shadedjars 4m 15s branch has no errors when building our shaded downstream artifacts.
💚 javadoc 1m 0s branch-2 passed
💙 spotbugs 3m 9s Used deprecated FindBugs config; considering switching to SpotBugs.
💚 findbugs 4m 22s branch-2 passed
_ Patch Compile Tests _
💙 mvndep 0m 15s Maven dependency ordering for patch
💚 mvninstall 4m 50s the patch passed
💚 compile 1m 24s the patch passed
💚 javac 1m 24s the patch passed
💔 checkstyle 0m 36s hbase-client: The patch generated 7 new + 0 unchanged - 0 fixed = 7 total (was 0)
💚 checkstyle 1m 16s hbase-server: The patch generated 0 new + 5 unchanged - 4 fixed = 5 total (was 9)
💚 whitespace 0m 0s The patch has no whitespace issues.
💚 shadedjars 4m 9s patch has no errors when building our shaded downstream artifacts.
💚 hadoopcheck 15m 7s Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
💚 javadoc 0m 59s the patch passed
💚 findbugs 5m 29s the patch passed
_ Other Tests _
💚 unit 2m 41s hbase-client in the patch passed.
💚 unit 166m 27s hbase-server in the patch passed.
💚 asflicense 0m 56s The patch does not generate ASF License warnings.
229m 50s
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-649/1/artifact/out/Dockerfile
GITHUB PR #649
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux 2f0253900861 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-649/out/precommit/personality/provided.sh
git revision branch-2 / 63593d6
Default Java 1.8.0_181
checkstyle https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-649/1/artifact/out/diff-checkstyle-hbase-client.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-649/1/testReport/
Max. process+thread count 4891 (vs. ulimit of 10000)
modules C: hbase-client hbase-server U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-649/1/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered by Apache Yetus 0.11.0 https://yetus.apache.org

This message was automatically generated.

…tTokenUtil, and move ClientTokenUtil to hbase-client
@saintstack saintstack merged commit 047bbfd into apache:branch-2 Sep 21, 2019
@Apache-HBase
Copy link

🎊 +1 overall

Vote Subsystem Runtime Comment
💙 reexec 0m 38s Docker mode activated.
_ Prechecks _
💚 dupname 0m 1s No case conflicting files found.
💚 hbaseanti 0m 0s Patch does not have any anti-patterns.
💚 @author 0m 0s The patch does not contain any @author tags.
💚 test4tests 0m 0s The patch appears to include 4 new or modified test files.
_ branch-2 Compile Tests _
💙 mvndep 0m 14s Maven dependency ordering for branch
💚 mvninstall 5m 25s branch-2 passed
💚 compile 1m 26s branch-2 passed
💚 checkstyle 1m 56s branch-2 passed
💚 shadedjars 4m 12s branch has no errors when building our shaded downstream artifacts.
💚 javadoc 1m 1s branch-2 passed
💙 spotbugs 3m 30s Used deprecated FindBugs config; considering switching to SpotBugs.
💚 findbugs 4m 43s branch-2 passed
_ Patch Compile Tests _
💙 mvndep 0m 16s Maven dependency ordering for patch
💚 mvninstall 5m 57s the patch passed
💚 compile 1m 28s the patch passed
💚 javac 1m 28s the patch passed
💚 checkstyle 0m 38s The patch passed checkstyle in hbase-client
💚 checkstyle 1m 23s hbase-server: The patch generated 0 new + 5 unchanged - 4 fixed = 5 total (was 9)
💚 whitespace 0m 0s The patch has no whitespace issues.
💚 shadedjars 5m 18s patch has no errors when building our shaded downstream artifacts.
💚 hadoopcheck 18m 13s Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
💚 javadoc 1m 4s the patch passed
💚 findbugs 5m 24s the patch passed
_ Other Tests _
💚 unit 2m 35s hbase-client in the patch passed.
💚 unit 161m 52s hbase-server in the patch passed.
💚 asflicense 1m 4s The patch does not generate ASF License warnings.
232m 37s
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-649/2/artifact/out/Dockerfile
GITHUB PR #649
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux 09ca19c685fb 4.15.0-60-generic #67-Ubuntu SMP Thu Aug 22 16:55:30 UTC 2019 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-649/out/precommit/personality/provided.sh
git revision branch-2 / f1d3b54
Default Java 1.8.0_181
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-649/2/testReport/
Max. process+thread count 4278 (vs. ulimit of 10000)
modules C: hbase-client hbase-server U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-649/2/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered by Apache Yetus 0.11.0 https://yetus.apache.org

This message was automatically generated.

infraio pushed a commit to infraio/hbase that referenced this pull request Aug 17, 2020
…tTokenUtil, and move ClientTokenUtil to hbase-client (apache#649)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants