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 2019/11/04 04:01:39 UTC

[GitHub] [hbase] binlijin commented on a change in pull request #782: HBASE-23241 TestExecutorService sometimes fail

binlijin commented on a change in pull request #782: HBASE-23241 TestExecutorService sometimes fail
URL: https://github.com/apache/hbase/pull/782#discussion_r341899242
 
 

 ##########
 File path: hbase-server/src/test/java/org/apache/hadoop/hbase/executor/TestExecutorService.java
 ##########
 @@ -231,9 +231,11 @@ public void testSnapshotHandlers() throws Exception {
     executorService.startExecutorService(ExecutorType.MASTER_SNAPSHOT_OPERATIONS, 1);
 
     CountDownLatch latch = new CountDownLatch(1);
+    final AtomicInteger counter = new AtomicInteger(0);
 
 Review comment:
   Thanks for you advice

----------------------------------------------------------------
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


With regards,
Apache Git Services