Changeset 5265


Ignore:
Timestamp:
2011-12-15 09:53:56 (17 months ago)
Author:
bruno
Message:

Configure hbase.regionserver.handler.count

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/global/hadoop-test-fw/src/main/java/org/lilyproject/hadooptestfw/HBaseTestingUtilityFactory.java

    r5051 r5265  
    4141        conf.set("hbase.regionserver.info.port", "60030"); 
    4242 
     43        // Allow more clients to connect concurrently (HBase default is 10) 
     44        conf.set("hbase.regionserver.handler.count", "30"); 
     45 
    4346        // Disable the automatic closing of Hadoop FileSystem objects by its shutdown hook. 
    4447        // Otherwise, when stopping 'launch-test-lily' (LilyLauncher), the shutdown hook closes the filesystem 
Note: See TracChangeset for help on using the changeset viewer.