Skip to content

Conversation

@bharathv
Copy link
Contributor

@bharathv bharathv commented Oct 4, 2019

Fixes a typo and adds table name to the logging context when
StochasticLoadBalancer is configured "per table". Added some
test coverage with per-table balancer enabled and manually
verified the logs to make sure the table name is formatted
correctly.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
💙 reexec 0m 37s Docker mode activated.
_ Prechecks _
💚 dupname 0m 0s 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 1 new or modified test files.
_ master Compile Tests _
💚 mvninstall 7m 12s master passed
💚 compile 1m 0s master passed
💚 checkstyle 1m 29s master passed
💚 shadedjars 4m 49s branch has no errors when building our shaded downstream artifacts.
💚 javadoc 0m 41s master passed
💙 spotbugs 4m 39s Used deprecated FindBugs config; considering switching to SpotBugs.
💚 findbugs 4m 35s master passed
_ Patch Compile Tests _
💚 mvninstall 6m 31s the patch passed
💚 compile 1m 10s the patch passed
💚 javac 1m 10s the patch passed
💔 checkstyle 1m 34s hbase-server: The patch generated 2 new + 170 unchanged - 0 fixed = 172 total (was 170)
💚 whitespace 0m 0s The patch has no whitespace issues.
💚 shadedjars 5m 39s patch has no errors when building our shaded downstream artifacts.
💚 hadoopcheck 19m 25s Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
💚 javadoc 0m 39s the patch passed
💚 findbugs 4m 58s the patch passed
_ Other Tests _
💔 unit 168m 40s hbase-server in the patch failed.
💚 asflicense 0m 34s The patch does not generate ASF License warnings.
237m 19s
Reason Tests
Failed junit tests hadoop.hbase.security.access.TestSnapshotScannerHDFSAclController
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-687/1/artifact/out/Dockerfile
GITHUB PR #687
JIRA Issue HBASE-23116
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux 977c3daa96bb 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-687/out/precommit/personality/provided.sh
git revision master / 5aa8d3a
Default Java 1.8.0_181
checkstyle https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-687/1/artifact/out/diff-checkstyle-hbase-server.txt
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-687/1/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-687/1/testReport/
Max. process+thread count 4480 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-687/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.

This commit adds table name to the logging context when
StochasticLoadBalancer is configured "per table". Added some
test coverage with per-table balancer enabled and manually
verified the logs to make sure the table name is formatted
correctly.
Copy link
Contributor Author

@bharathv bharathv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed the check-style issues but I don't think the test failures are related.

@wchevreuil
Copy link
Contributor

LGTM, +1. Also ran this previously failed TestSnapshotScannerHDFSAclController and it's passing locally, so it should be unrelated. Will merge this PR.

@wchevreuil wchevreuil merged commit 06ff478 into apache:master Oct 4, 2019
asfgit pushed a commit that referenced this pull request Oct 4, 2019
This commit adds table name to the logging context when
StochasticLoadBalancer is configured "per table". Added some
test coverage with per-table balancer enabled and manually
verified the logs to make sure the table name is formatted
correctly.

Signed-off-by: Viraj Jasani <[email protected]>
Signed-off-by: Wellington Chevreuil <[email protected]>
(cherry picked from commit 06ff478)
asfgit pushed a commit that referenced this pull request Oct 4, 2019
This commit adds table name to the logging context when
StochasticLoadBalancer is configured "per table". Added some
test coverage with per-table balancer enabled and manually
verified the logs to make sure the table name is formatted
correctly.

Signed-off-by: Viraj Jasani <[email protected]>
Signed-off-by: Wellington Chevreuil <[email protected]>
(cherry picked from commit 06ff478)
asfgit pushed a commit that referenced this pull request Oct 4, 2019
This commit adds table name to the logging context when
StochasticLoadBalancer is configured "per table". Added some
test coverage with per-table balancer enabled and manually
verified the logs to make sure the table name is formatted
correctly.

Signed-off-by: Viraj Jasani <[email protected]>
Signed-off-by: Wellington Chevreuil <[email protected]>
(cherry picked from commit 06ff478)
@bharathv bharathv deleted the HBASE-23116 branch October 4, 2019 18:43
@apurtell
Copy link
Contributor

apurtell commented Oct 4, 2019

There are fix versions for 1.x on the JIRA but no commits to branch-1s. Is there a backport in progress?

@apurtell
Copy link
Contributor

apurtell commented Oct 4, 2019

Answering my own question - I am doing the backport now. Trying to get 1.5.0 RC out.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
💙 reexec 1m 10s Docker mode activated.
_ Prechecks _
💚 dupname 0m 0s 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 1 new or modified test files.
_ master Compile Tests _
💚 mvninstall 5m 21s master passed
💚 compile 0m 56s master passed
💚 checkstyle 1m 21s master passed
💚 shadedjars 4m 36s branch has no errors when building our shaded downstream artifacts.
💚 javadoc 0m 37s master passed
💙 spotbugs 4m 3s Used deprecated FindBugs config; considering switching to SpotBugs.
💚 findbugs 4m 1s master passed
_ Patch Compile Tests _
💚 mvninstall 4m 58s the patch passed
💚 compile 0m 53s the patch passed
💚 javac 0m 53s the patch passed
💚 checkstyle 1m 19s the patch passed
💚 whitespace 0m 0s The patch has no whitespace issues.
💚 shadedjars 4m 34s patch has no errors when building our shaded downstream artifacts.
💚 hadoopcheck 15m 33s Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
💚 javadoc 0m 37s the patch passed
💚 findbugs 4m 25s the patch passed
_ Other Tests _
💔 unit 307m 57s hbase-server in the patch failed.
💚 asflicense 0m 38s The patch does not generate ASF License warnings.
365m 17s
Reason Tests
Failed junit tests hadoop.hbase.client.TestSnapshotCloneIndependence
hadoop.hbase.regionserver.TestRegionReplicasWithModifyTable
hadoop.hbase.master.TestSplitWALManager
hadoop.hbase.client.TestSnapshotTemporaryDirectoryWithRegionReplicas
hadoop.hbase.client.TestAsyncTableAdminApi
hadoop.hbase.client.TestFromClientSide
hadoop.hbase.client.TestFromClientSideWithCoprocessor
Subsystem Report/Notes
Docker Client=19.03.2 Server=19.03.2 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-687/2/artifact/out/Dockerfile
GITHUB PR #687
JIRA Issue HBASE-23116
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux 3210a8a8ed2d 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-687/out/precommit/personality/provided.sh
git revision master / 800c35a
Default Java 1.8.0_181
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-687/2/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-687/2/testReport/
Max. process+thread count 4782 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-687/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.

bharathv added a commit to bharathv/hbase that referenced this pull request Oct 4, 2019
This commit adds table name to the logging context when
StochasticLoadBalancer is configured "per table". Added some
test coverage with per-table balancer enabled and manually
verified the logs to make sure the table name is formatted
correctly.

Signed-off-by: Viraj Jasani <[email protected]>
Signed-off-by: Wellington Chevreuil <[email protected]>
bharathv added a commit to bharathv/hbase that referenced this pull request Oct 4, 2019
This commit adds table name to the logging context when
StochasticLoadBalancer is configured "per table".

Signed-off-by: Viraj Jasani <[email protected]>
Signed-off-by: Wellington Chevreuil <[email protected]>
infraio pushed a commit to infraio/hbase that referenced this pull request Aug 17, 2020
This commit adds table name to the logging context when
StochasticLoadBalancer is configured "per table". Added some
test coverage with per-table balancer enabled and manually
verified the logs to make sure the table name is formatted
correctly.

Signed-off-by: Viraj Jasani <[email protected]>
Signed-off-by: Wellington Chevreuil <[email protected]>
(cherry picked from commit 06ff478)
symat pushed a commit to symat/hbase that referenced this pull request Feb 17, 2021
This commit adds table name to the logging context when
StochasticLoadBalancer is configured "per table". Added some
test coverage with per-table balancer enabled and manually
verified the logs to make sure the table name is formatted
correctly.

Signed-off-by: Viraj Jasani <[email protected]>
Signed-off-by: Wellington Chevreuil <[email protected]>
(cherry picked from commit 06ff478)
(cherry picked from commit f89321d)

Change-Id: Ieddcb04d5d3effe484eaedb3e2a9d2b677d5d84f
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.

5 participants