saintstack opened a new pull request #1266: HBASE-23956 Use less resources 
running tests
URL: https://github.com/apache/hbase/pull/1266
 
 
   Add being able to configure netty thread counts. Enable socket reuse
   (should not have any impact).
   
   
hbase-client/src/main/java/org/apache/hadoop/hbase/ipc/BlockingRpcConnection.java
    Rename the threads we create in here so they are NOT named same was
    threads created by Hadoop RPC.
   
   
hbase-client/src/main/java/org/apache/hadoop/hbase/ipc/DefaultNettyEventLoopConfig.java
   hbase-client/src/main/java/org/apache/hadoop/hbase/ipc/NettyRpcClient.java
   
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/AsyncFSWAL.java
    Allow configuring eventloopgroup thread count (so can override for
    tests)
   
   
hbase-examples/src/main/java/org/apache/hadoop/hbase/client/example/HttpProxyExample.java
    Enable socket resuse.
   
   hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/NettyRpcServer.java
    Enable socket resuse and config for how many threads to use.
   
   hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HStore.java
   hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java
   
hbase-server/src/main/java/org/apache/hadoop/hbase/util/ModifyRegionUtils.java
    Thread name edit; drop the redundant 'Thread' suffix.
   
   
hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/HFileReplicator.java
    Make closeable and shutdown executor when called.
   
   
hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/ReplicationSink.java
    Call close on HFileReplicator
   
   
hbase-server/src/test/java/org/apache/hadoop/hbase/replication/TestReplicationBase.java
    HDFS creates lots of threads. Use less of it so less threads overall.
   
   hbase-server/src/test/resources/hbase-site.xml
   hbase-server/src/test/resources/hdfs-site.xml
    Constrain resources when running in test context.
   
   hbase-server/src/test/resources/log4j.properties
    Enable debug on netty to see netty configs in our log
   
   pom.xml
    Add system properties when we launch JVMs to constrain thread counts in
    tests

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

Reply via email to