You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2020/09/17 23:01:27 UTC

[GitHub] [hbase] ndimiduk opened a new pull request #2417: HBASE-24896 'Stuck' in static initialization creating RegionInfo instance

ndimiduk opened a new pull request #2417:
URL: https://github.com/apache/hbase/pull/2417


   Untangle RegionInfo, RegionInfoBuilder, and MutableRegionInfo static
   initializations some. Move MutableRegionInfo from inner-class of
   RegionInfoBuilder to be (package private) standalone. Undo static
   initializing references from RI to RIB.
   
   This PR rebases #2274 and adds a test. Test fails reliably for me without this patch.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [hbase] Apache-HBase commented on pull request #2417: HBASE-24896 'Stuck' in static initialization creating RegionInfo instance

Posted by GitBox <gi...@apache.org>.
Apache-HBase commented on pull request #2417:
URL: https://github.com/apache/hbase/pull/2417#issuecomment-694618301


   :confetti_ball: **+1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime | Comment |
   |:----:|----------:|--------:|:--------|
   | +0 :ok: |  reexec  |   0m 40s |  Docker mode activated.  |
   | -0 :warning: |  yetus  |   0m  7s |  Unprocessed flag(s): --brief-report-file --spotbugs-strict-precheck --whitespace-eol-ignore-list --whitespace-tabs-ignore-list --quick-hadoopcheck  |
   ||| _ Prechecks _ |
   ||| _ branch-2.3 Compile Tests _ |
   | +0 :ok: |  mvndep  |   0m 17s |  Maven dependency ordering for branch  |
   | +1 :green_heart: |  mvninstall  |   5m  4s |  branch-2.3 passed  |
   | +1 :green_heart: |  compile  |   1m 52s |  branch-2.3 passed  |
   | +1 :green_heart: |  shadedjars  |   7m  1s |  branch has no errors when building our shaded downstream artifacts.  |
   | -0 :warning: |  javadoc  |   0m 33s |  hbase-client in branch-2.3 failed.  |
   | -0 :warning: |  javadoc  |   0m 49s |  hbase-server in branch-2.3 failed.  |
   ||| _ Patch Compile Tests _ |
   | +0 :ok: |  mvndep  |   0m 21s |  Maven dependency ordering for patch  |
   | +1 :green_heart: |  mvninstall  |   4m 43s |  the patch passed  |
   | +1 :green_heart: |  compile  |   1m 53s |  the patch passed  |
   | +1 :green_heart: |  javac  |   1m 53s |  the patch passed  |
   | +1 :green_heart: |  shadedjars  |   6m 54s |  patch has no errors when building our shaded downstream artifacts.  |
   | -0 :warning: |  javadoc  |   0m 32s |  hbase-client in the patch failed.  |
   | -0 :warning: |  javadoc  |   0m 45s |  hbase-server in the patch failed.  |
   ||| _ Other Tests _ |
   | +1 :green_heart: |  unit  |   3m  4s |  hbase-client in the patch passed.  |
   | +1 :green_heart: |  unit  | 197m 18s |  hbase-server in the patch passed.  |
   |  |   | 233m 47s |   |
   
   
   | Subsystem | Report/Notes |
   |----------:|:-------------|
   | Docker | Client=19.03.13 Server=19.03.13 base: https://ci-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-2417/1/artifact/yetus-jdk11-hadoop3-check/output/Dockerfile |
   | GITHUB PR | https://github.com/apache/hbase/pull/2417 |
   | Optional Tests | javac javadoc unit shadedjars compile |
   | uname | Linux e79741a4cce9 4.15.0-112-generic #113-Ubuntu SMP Thu Jul 9 23:41:39 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | dev-support/hbase-personality.sh |
   | git revision | branch-2.3 / 911fc2c345 |
   | Default Java | 2020-01-14 |
   | javadoc | https://ci-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-2417/1/artifact/yetus-jdk11-hadoop3-check/output/branch-javadoc-hbase-client.txt |
   | javadoc | https://ci-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-2417/1/artifact/yetus-jdk11-hadoop3-check/output/branch-javadoc-hbase-server.txt |
   | javadoc | https://ci-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-2417/1/artifact/yetus-jdk11-hadoop3-check/output/patch-javadoc-hbase-client.txt |
   | javadoc | https://ci-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-2417/1/artifact/yetus-jdk11-hadoop3-check/output/patch-javadoc-hbase-server.txt |
   |  Test Results | https://ci-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-2417/1/testReport/ |
   | Max. process+thread count | 3392 (vs. ulimit of 12500) |
   | modules | C: hbase-client hbase-server U: . |
   | Console output | https://ci-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-2417/1/console |
   | versions | git=2.17.1 maven=(cecedd343002696d0abb50b32b541b8a6ba2883f) |
   | Powered by | Apache Yetus 0.11.1 https://yetus.apache.org |
   
   
   This message was automatically generated.
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [hbase] ndimiduk commented on pull request #2417: HBASE-24896 'Stuck' in static initialization creating RegionInfo instance

Posted by GitBox <gi...@apache.org>.
ndimiduk commented on pull request #2417:
URL: https://github.com/apache/hbase/pull/2417#issuecomment-694545022


   Ping reviewers from #2274 : @saintstack @Apache9 @bharathv @virajjasani 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [hbase] ndimiduk commented on pull request #2417: HBASE-24896 'Stuck' in static initialization creating RegionInfo instance

Posted by GitBox <gi...@apache.org>.
ndimiduk commented on pull request #2417:
URL: https://github.com/apache/hbase/pull/2417#issuecomment-694546858


   Is there a way to attach a file to a PR? Here's what the `ResourceChecker` finds when this new test fails in the absence of Stack's patch.
   
   ```
   2020-09-17 16:06:29,063 INFO  [main] hbase.HBaseClassTestRule(94): Test class org.apache.hadoop.hbase.regionserver.TestRegionInfoStaticInitialization timeout: 13 mins
   2020-09-17 16:06:29,274 INFO  [Time-limited test] hbase.ResourceChecker(151): before: regionserver.TestRegionInfoStaticInitialization#testParallelStaticInitialization Thread=6, OpenFileDescriptor=266, MaxFileDescriptor=10240, SystemLoadAverage=3103, ProcessCount=602, AvailableMemoryMB=309
   2020-09-17 16:06:34,369 INFO  [Time-limited test] hbase.ResourceChecker(179): after: regionserver.TestRegionInfoStaticInitialization#testParallelStaticInitialization Thread=14 (was 6)
   Potentially hanging thread: ForkJoinPool.commonPool-worker-2
   	org.apache.hadoop.hbase.regionserver.TestRegionInfoStaticInitialization.lambda$testParallelStaticInitialization$1(TestRegionInfoStaticInitialization.java:49)
   	org.apache.hadoop.hbase.regionserver.TestRegionInfoStaticInitialization$$Lambda$11/1509648099.get(Unknown Source)
   	java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1590)
   	java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1582)
   	java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
   	java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
   	java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
   	java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
   
   Potentially hanging thread: ForkJoinPool.commonPool-worker-7
   	sun.misc.Unsafe.park(Native Method)
   	java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1824)
   	java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1693)
   	java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
   
   Potentially hanging thread: ForkJoinPool.commonPool-worker-6
   	sun.misc.Unsafe.park(Native Method)
   	java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1824)
   	java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1693)
   	java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
   
   Potentially hanging thread: ForkJoinPool.commonPool-worker-4
   	org.apache.hadoop.hbase.client.RegionInfoBuilder.<clinit>(RegionInfoBuilder.java:45)
   	org.apache.hadoop.hbase.regionserver.TestRegionInfoStaticInitialization.lambda$testParallelStaticInitialization$1(TestRegionInfoStaticInitialization.java:49)
   	org.apache.hadoop.hbase.regionserver.TestRegionInfoStaticInitialization$$Lambda$11/1509648099.get(Unknown Source)
   	java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1590)
   	java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1582)
   	java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
   	java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
   	java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
   	java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
   
   Potentially hanging thread: ForkJoinPool.commonPool-worker-5
   	sun.misc.Unsafe.park(Native Method)
   	java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1824)
   	java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1693)
   	java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
   
   Potentially hanging thread: ForkJoinPool.commonPool-worker-3
   	org.apache.hadoop.hbase.regionserver.TestRegionInfoStaticInitialization.lambda$testParallelStaticInitialization$0(TestRegionInfoStaticInitialization.java:47)
   	org.apache.hadoop.hbase.regionserver.TestRegionInfoStaticInitialization$$Lambda$10/1881438853.get(Unknown Source)
   	java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1590)
   	java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1582)
   	java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
   	java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
   	java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
   	java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
   
   Potentially hanging thread: ForkJoinPool.commonPool-worker-1
   	org.apache.hadoop.hbase.client.RegionInfo.<clinit>(RegionInfo.java:74)
   	org.apache.hadoop.hbase.regionserver.TestRegionInfoStaticInitialization.lambda$testParallelStaticInitialization$0(TestRegionInfoStaticInitialization.java:47)
   	org.apache.hadoop.hbase.regionserver.TestRegionInfoStaticInitialization$$Lambda$10/1881438853.get(Unknown Source)
   	java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1590)
   	java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1582)
   	java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
   	java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
   	java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
   	java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
   
   Potentially hanging thread: process reaper
   	sun.misc.Unsafe.park(Native Method)
   	java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   	java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
   	java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
   	java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
   	java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
   	java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   	java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   	java.lang.Thread.run(Thread.java:748)
    - Thread LEAK? -, OpenFileDescriptor=273 (was 266) - OpenFileDescriptor LEAK? -, MaxFileDescriptor=10240 (was 10240), SystemLoadAverage=2903 (was 3103), ProcessCount=600 (was 602), AvailableMemoryMB=1494 (was 309) - AvailableMemoryMB LEAK? -
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [hbase] Apache-HBase commented on pull request #2417: HBASE-24896 'Stuck' in static initialization creating RegionInfo instance

Posted by GitBox <gi...@apache.org>.
Apache-HBase commented on pull request #2417:
URL: https://github.com/apache/hbase/pull/2417#issuecomment-694558337


   :confetti_ball: **+1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime | Comment |
   |:----:|----------:|--------:|:--------|
   | +0 :ok: |  reexec  |   0m 37s |  Docker mode activated.  |
   ||| _ Prechecks _ |
   | +1 :green_heart: |  dupname  |   0m  0s |  No case conflicting files found.  |
   | +1 :green_heart: |  hbaseanti  |   0m  0s |  Patch does not have any anti-patterns.  |
   | +1 :green_heart: |  @author  |   0m  1s |  The patch does not contain any @author tags.  |
   ||| _ branch-2.3 Compile Tests _ |
   | +0 :ok: |  mvndep  |   0m 16s |  Maven dependency ordering for branch  |
   | +1 :green_heart: |  mvninstall  |   3m 38s |  branch-2.3 passed  |
   | +1 :green_heart: |  checkstyle  |   1m 40s |  branch-2.3 passed  |
   | +1 :green_heart: |  spotbugs  |   2m 59s |  branch-2.3 passed  |
   ||| _ Patch Compile Tests _ |
   | +0 :ok: |  mvndep  |   0m 13s |  Maven dependency ordering for patch  |
   | +1 :green_heart: |  mvninstall  |   3m 12s |  the patch passed  |
   | +1 :green_heart: |  checkstyle  |   1m 38s |  the patch passed  |
   | +1 :green_heart: |  whitespace  |   0m  0s |  The patch has no whitespace issues.  |
   | +1 :green_heart: |  hadoopcheck  |  17m  2s |  Patch does not cause any errors with Hadoop 2.10.0 or 3.1.2 3.2.1.  |
   | +1 :green_heart: |  spotbugs  |   3m 21s |  the patch passed  |
   ||| _ Other Tests _ |
   | +1 :green_heart: |  asflicense  |   0m 27s |  The patch does not generate ASF License warnings.  |
   |  |   |  42m 38s |   |
   
   
   | Subsystem | Report/Notes |
   |----------:|:-------------|
   | Docker | Client=19.03.13 Server=19.03.13 base: https://ci-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-2417/1/artifact/yetus-general-check/output/Dockerfile |
   | GITHUB PR | https://github.com/apache/hbase/pull/2417 |
   | Optional Tests | dupname asflicense spotbugs hadoopcheck hbaseanti checkstyle |
   | uname | Linux 27d423a18687 4.15.0-60-generic #67-Ubuntu SMP Thu Aug 22 16:55:30 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | dev-support/hbase-personality.sh |
   | git revision | branch-2.3 / 911fc2c345 |
   | Max. process+thread count | 94 (vs. ulimit of 12500) |
   | modules | C: hbase-client hbase-server U: . |
   | Console output | https://ci-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-2417/1/console |
   | versions | git=2.17.1 maven=(cecedd343002696d0abb50b32b541b8a6ba2883f) spotbugs=3.1.12 |
   | Powered by | Apache Yetus 0.11.1 https://yetus.apache.org |
   
   
   This message was automatically generated.
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [hbase] Apache-HBase commented on pull request #2417: HBASE-24896 'Stuck' in static initialization creating RegionInfo instance

Posted by GitBox <gi...@apache.org>.
Apache-HBase commented on pull request #2417:
URL: https://github.com/apache/hbase/pull/2417#issuecomment-694600729


   :confetti_ball: **+1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime | Comment |
   |:----:|----------:|--------:|:--------|
   | +0 :ok: |  reexec  |   1m 13s |  Docker mode activated.  |
   | -0 :warning: |  yetus  |   0m  6s |  Unprocessed flag(s): --brief-report-file --spotbugs-strict-precheck --whitespace-eol-ignore-list --whitespace-tabs-ignore-list --quick-hadoopcheck  |
   ||| _ Prechecks _ |
   ||| _ branch-2.3 Compile Tests _ |
   | +0 :ok: |  mvndep  |   0m 17s |  Maven dependency ordering for branch  |
   | +1 :green_heart: |  mvninstall  |   3m 32s |  branch-2.3 passed  |
   | +1 :green_heart: |  compile  |   1m 23s |  branch-2.3 passed  |
   | +1 :green_heart: |  shadedjars  |   5m  0s |  branch has no errors when building our shaded downstream artifacts.  |
   | +1 :green_heart: |  javadoc  |   1m  3s |  branch-2.3 passed  |
   ||| _ Patch Compile Tests _ |
   | +0 :ok: |  mvndep  |   0m 16s |  Maven dependency ordering for patch  |
   | +1 :green_heart: |  mvninstall  |   3m 19s |  the patch passed  |
   | +1 :green_heart: |  compile  |   1m 20s |  the patch passed  |
   | +1 :green_heart: |  javac  |   1m 20s |  the patch passed  |
   | +1 :green_heart: |  shadedjars  |   4m 55s |  patch has no errors when building our shaded downstream artifacts.  |
   | +1 :green_heart: |  javadoc  |   1m  0s |  the patch passed  |
   ||| _ Other Tests _ |
   | +1 :green_heart: |  unit  |   2m 18s |  hbase-client in the patch passed.  |
   | +1 :green_heart: |  unit  | 139m 34s |  hbase-server in the patch passed.  |
   |  |   | 167m 46s |   |
   
   
   | Subsystem | Report/Notes |
   |----------:|:-------------|
   | Docker | Client=19.03.13 Server=19.03.13 base: https://ci-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-2417/1/artifact/yetus-jdk8-hadoop2-check/output/Dockerfile |
   | GITHUB PR | https://github.com/apache/hbase/pull/2417 |
   | Optional Tests | javac javadoc unit shadedjars compile |
   | uname | Linux d8c0d5216eec 4.15.0-65-generic #74-Ubuntu SMP Tue Sep 17 17:06:04 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | dev-support/hbase-personality.sh |
   | git revision | branch-2.3 / 911fc2c345 |
   | Default Java | 1.8.0_232 |
   |  Test Results | https://ci-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-2417/1/testReport/ |
   | Max. process+thread count | 3412 (vs. ulimit of 12500) |
   | modules | C: hbase-client hbase-server U: . |
   | Console output | https://ci-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-2417/1/console |
   | versions | git=2.17.1 maven=(cecedd343002696d0abb50b32b541b8a6ba2883f) |
   | Powered by | Apache Yetus 0.11.1 https://yetus.apache.org |
   
   
   This message was automatically generated.
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [hbase] Apache9 commented on a change in pull request #2417: HBASE-24896 'Stuck' in static initialization creating RegionInfo instance

Posted by GitBox <gi...@apache.org>.
Apache9 commented on a change in pull request #2417:
URL: https://github.com/apache/hbase/pull/2417#discussion_r490652558



##########
File path: hbase-client/src/main/java/org/apache/hadoop/hbase/client/RegionInfo.java
##########
@@ -71,7 +71,9 @@
    */
   @Deprecated
   @InterfaceAudience.Private
-  RegionInfo UNDEFINED = RegionInfoBuilder.newBuilder(TableName.valueOf("__UNDEFINED__")).build();
+  // Not using RegionInfoBuilder intentionally to avoid a static loading deadlock: HBASE-24627
+  RegionInfo UNDEFINED = new MutableRegionInfo(0, TableName.valueOf("__UNDEFINED__"),

Review comment:
       I think we'd better move this field to RegionInfoBuilder. Anyway, this one has to be kept to meet our compatibility rule.  Can be a separated issue.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [hbase] Apache-HBase commented on pull request #2417: HBASE-24896 'Stuck' in static initialization creating RegionInfo instance

Posted by GitBox <gi...@apache.org>.
Apache-HBase commented on pull request #2417:
URL: https://github.com/apache/hbase/pull/2417#issuecomment-695123622


   :broken_heart: **-1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime | Comment |
   |:----:|----------:|--------:|:--------|
   | +0 :ok: |  reexec  |   0m 31s |  Docker mode activated.  |
   | -0 :warning: |  yetus  |   0m  6s |  Unprocessed flag(s): --brief-report-file --spotbugs-strict-precheck --whitespace-eol-ignore-list --whitespace-tabs-ignore-list --quick-hadoopcheck  |
   ||| _ Prechecks _ |
   ||| _ branch-2.3 Compile Tests _ |
   | +0 :ok: |  mvndep  |   0m 19s |  Maven dependency ordering for branch  |
   | +1 :green_heart: |  mvninstall  |   6m 14s |  branch-2.3 passed  |
   | +1 :green_heart: |  compile  |   2m 20s |  branch-2.3 passed  |
   | +1 :green_heart: |  shadedjars  |   7m 46s |  branch has no errors when building our shaded downstream artifacts.  |
   | -0 :warning: |  javadoc  |   0m 36s |  hbase-client in branch-2.3 failed.  |
   | -0 :warning: |  javadoc  |   0m 57s |  hbase-server in branch-2.3 failed.  |
   ||| _ Patch Compile Tests _ |
   | +0 :ok: |  mvndep  |   0m 24s |  Maven dependency ordering for patch  |
   | +1 :green_heart: |  mvninstall  |   5m 30s |  the patch passed  |
   | +1 :green_heart: |  compile  |   2m 10s |  the patch passed  |
   | +1 :green_heart: |  javac  |   2m 10s |  the patch passed  |
   | +1 :green_heart: |  shadedjars  |   7m 42s |  patch has no errors when building our shaded downstream artifacts.  |
   | -0 :warning: |  javadoc  |   0m 42s |  hbase-client in the patch failed.  |
   | -0 :warning: |  javadoc  |   0m 53s |  hbase-server in the patch failed.  |
   ||| _ Other Tests _ |
   | +1 :green_heart: |  unit  |   3m 23s |  hbase-client in the patch passed.  |
   | -1 :x: |  unit  | 221m 23s |  hbase-server in the patch failed.  |
   |  |   | 262m 56s |   |
   
   
   | Subsystem | Report/Notes |
   |----------:|:-------------|
   | Docker | Client=19.03.13 Server=19.03.13 base: https://ci-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-2417/2/artifact/yetus-jdk11-hadoop3-check/output/Dockerfile |
   | GITHUB PR | https://github.com/apache/hbase/pull/2417 |
   | Optional Tests | javac javadoc unit shadedjars compile |
   | uname | Linux d8dc32247679 4.15.0-112-generic #113-Ubuntu SMP Thu Jul 9 23:41:39 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | dev-support/hbase-personality.sh |
   | git revision | branch-2.3 / 911fc2c345 |
   | Default Java | 2020-01-14 |
   | javadoc | https://ci-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-2417/2/artifact/yetus-jdk11-hadoop3-check/output/branch-javadoc-hbase-client.txt |
   | javadoc | https://ci-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-2417/2/artifact/yetus-jdk11-hadoop3-check/output/branch-javadoc-hbase-server.txt |
   | javadoc | https://ci-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-2417/2/artifact/yetus-jdk11-hadoop3-check/output/patch-javadoc-hbase-client.txt |
   | javadoc | https://ci-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-2417/2/artifact/yetus-jdk11-hadoop3-check/output/patch-javadoc-hbase-server.txt |
   | unit | https://ci-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-2417/2/artifact/yetus-jdk11-hadoop3-check/output/patch-unit-hbase-server.txt |
   |  Test Results | https://ci-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-2417/2/testReport/ |
   | Max. process+thread count | 2389 (vs. ulimit of 12500) |
   | modules | C: hbase-client hbase-server U: . |
   | Console output | https://ci-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-2417/2/console |
   | versions | git=2.17.1 maven=(cecedd343002696d0abb50b32b541b8a6ba2883f) |
   | Powered by | Apache Yetus 0.11.1 https://yetus.apache.org |
   
   
   This message was automatically generated.
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [hbase] Apache-HBase commented on pull request #2417: HBASE-24896 'Stuck' in static initialization creating RegionInfo instance

Posted by GitBox <gi...@apache.org>.
Apache-HBase commented on pull request #2417:
URL: https://github.com/apache/hbase/pull/2417#issuecomment-695047552


   :confetti_ball: **+1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime | Comment |
   |:----:|----------:|--------:|:--------|
   | +0 :ok: |  reexec  |   0m 34s |  Docker mode activated.  |
   ||| _ Prechecks _ |
   | +1 :green_heart: |  dupname  |   0m  0s |  No case conflicting files found.  |
   | +1 :green_heart: |  hbaseanti  |   0m  0s |  Patch does not have any anti-patterns.  |
   | +1 :green_heart: |  @author  |   0m  0s |  The patch does not contain any @author tags.  |
   ||| _ branch-2.3 Compile Tests _ |
   | +0 :ok: |  mvndep  |   0m 18s |  Maven dependency ordering for branch  |
   | +1 :green_heart: |  mvninstall  |   3m 30s |  branch-2.3 passed  |
   | +1 :green_heart: |  checkstyle  |   1m 37s |  branch-2.3 passed  |
   | +1 :green_heart: |  spotbugs  |   3m  2s |  branch-2.3 passed  |
   ||| _ Patch Compile Tests _ |
   | +0 :ok: |  mvndep  |   0m 13s |  Maven dependency ordering for patch  |
   | +1 :green_heart: |  mvninstall  |   3m 13s |  the patch passed  |
   | +1 :green_heart: |  checkstyle  |   1m 37s |  the patch passed  |
   | +1 :green_heart: |  whitespace  |   0m  0s |  The patch has no whitespace issues.  |
   | +1 :green_heart: |  hadoopcheck  |  16m 52s |  Patch does not cause any errors with Hadoop 2.10.0 or 3.1.2 3.2.1.  |
   | +1 :green_heart: |  spotbugs  |   3m 19s |  the patch passed  |
   ||| _ Other Tests _ |
   | +1 :green_heart: |  asflicense  |   0m 27s |  The patch does not generate ASF License warnings.  |
   |  |   |  41m 55s |   |
   
   
   | Subsystem | Report/Notes |
   |----------:|:-------------|
   | Docker | Client=19.03.13 Server=19.03.13 base: https://ci-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-2417/2/artifact/yetus-general-check/output/Dockerfile |
   | GITHUB PR | https://github.com/apache/hbase/pull/2417 |
   | Optional Tests | dupname asflicense spotbugs hadoopcheck hbaseanti checkstyle |
   | uname | Linux 2bae4d96db70 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | dev-support/hbase-personality.sh |
   | git revision | branch-2.3 / 911fc2c345 |
   | Max. process+thread count | 94 (vs. ulimit of 12500) |
   | modules | C: hbase-client hbase-server U: . |
   | Console output | https://ci-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-2417/2/console |
   | versions | git=2.17.1 maven=(cecedd343002696d0abb50b32b541b8a6ba2883f) spotbugs=3.1.12 |
   | Powered by | Apache Yetus 0.11.1 https://yetus.apache.org |
   
   
   This message was automatically generated.
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [hbase] Apache-HBase commented on pull request #2417: HBASE-24896 'Stuck' in static initialization creating RegionInfo instance

Posted by GitBox <gi...@apache.org>.
Apache-HBase commented on pull request #2417:
URL: https://github.com/apache/hbase/pull/2417#issuecomment-695097755


   :confetti_ball: **+1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime | Comment |
   |:----:|----------:|--------:|:--------|
   | +0 :ok: |  reexec  |   1m 10s |  Docker mode activated.  |
   | -0 :warning: |  yetus  |   0m  6s |  Unprocessed flag(s): --brief-report-file --spotbugs-strict-precheck --whitespace-eol-ignore-list --whitespace-tabs-ignore-list --quick-hadoopcheck  |
   ||| _ Prechecks _ |
   ||| _ branch-2.3 Compile Tests _ |
   | +0 :ok: |  mvndep  |   0m 19s |  Maven dependency ordering for branch  |
   | +1 :green_heart: |  mvninstall  |   3m 30s |  branch-2.3 passed  |
   | +1 :green_heart: |  compile  |   1m 21s |  branch-2.3 passed  |
   | +1 :green_heart: |  shadedjars  |   4m 59s |  branch has no errors when building our shaded downstream artifacts.  |
   | +1 :green_heart: |  javadoc  |   1m  3s |  branch-2.3 passed  |
   ||| _ Patch Compile Tests _ |
   | +0 :ok: |  mvndep  |   0m 17s |  Maven dependency ordering for patch  |
   | +1 :green_heart: |  mvninstall  |   3m 16s |  the patch passed  |
   | +1 :green_heart: |  compile  |   1m 23s |  the patch passed  |
   | +1 :green_heart: |  javac  |   1m 23s |  the patch passed  |
   | +1 :green_heart: |  shadedjars  |   5m  0s |  patch has no errors when building our shaded downstream artifacts.  |
   | +1 :green_heart: |  javadoc  |   1m  1s |  the patch passed  |
   ||| _ Other Tests _ |
   | +1 :green_heart: |  unit  |   2m 15s |  hbase-client in the patch passed.  |
   | +1 :green_heart: |  unit  | 139m 26s |  hbase-server in the patch passed.  |
   |  |   | 167m 13s |   |
   
   
   | Subsystem | Report/Notes |
   |----------:|:-------------|
   | Docker | Client=19.03.13 Server=19.03.13 base: https://ci-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-2417/2/artifact/yetus-jdk8-hadoop2-check/output/Dockerfile |
   | GITHUB PR | https://github.com/apache/hbase/pull/2417 |
   | Optional Tests | javac javadoc unit shadedjars compile |
   | uname | Linux e4d625f80f63 4.15.0-65-generic #74-Ubuntu SMP Tue Sep 17 17:06:04 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | dev-support/hbase-personality.sh |
   | git revision | branch-2.3 / 911fc2c345 |
   | Default Java | 1.8.0_232 |
   |  Test Results | https://ci-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-2417/2/testReport/ |
   | Max. process+thread count | 3384 (vs. ulimit of 12500) |
   | modules | C: hbase-client hbase-server U: . |
   | Console output | https://ci-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-2417/2/console |
   | versions | git=2.17.1 maven=(cecedd343002696d0abb50b32b541b8a6ba2883f) |
   | Powered by | Apache Yetus 0.11.1 https://yetus.apache.org |
   
   
   This message was automatically generated.
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [hbase] ndimiduk merged pull request #2417: HBASE-24896 'Stuck' in static initialization creating RegionInfo instance

Posted by GitBox <gi...@apache.org>.
ndimiduk merged pull request #2417:
URL: https://github.com/apache/hbase/pull/2417


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [hbase] ndimiduk commented on pull request #2417: HBASE-24896 'Stuck' in static initialization creating RegionInfo instance

Posted by GitBox <gi...@apache.org>.
ndimiduk commented on pull request #2417:
URL: https://github.com/apache/hbase/pull/2417#issuecomment-694547311


   Please note this test is extremely unreliable, in that it's really only valid if it's run in a fresh JVM. If down the road we change our JVM usage patterns in test, it's highly unlikely this test will continue to reliably catch an issue in this area.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org