bharathv commented on a change in pull request #1388: HBASE-24079 [Flakey
Tests] Misc fixes and debug; fix BindException in…
URL: https://github.com/apache/hbase/pull/1388#discussion_r400452043
##########
File path:
hbase-server/src/test/java/org/apache/hadoop/hbase/TestCachedClusterId.java
##########
@@ -78,7 +78,7 @@ public void testMultiThreadedGetClusterId() throws Exception
{
Configuration conf = TEST_UTIL.getConfiguration();
CachedClusterId cachedClusterId = new CachedClusterId(conf);
TestContext context = new TestContext(conf);
- int numThreads = 100;
+ int numThreads = 16;
Review comment:
oops my bad.. thanks for lowering it.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services