adoroszlai opened a new pull request #657: HDDS-3152. Reduce number of 
chunkwriter threads in integration tests
URL: https://github.com/apache/hadoop-ozone/pull/657
 
 
   ## What changes were proposed in this pull request?
   
   Integration tests run multiple datanodes in the same JVM.  Each datanode 
comes with 60 chunk writer threads by default (may be decreased in 
[HDDS-3053](https://issues.apache.org/jira/browse/HDDS-3053)).  This makes 
thread dumps (eg. produced by `GenericTestUtils.waitFor` on timeout) really 
hard to navigate, as there may be 300+ such threads.
   
   Since integration tests are generally run with a single disk which is even 
shared among the datanodes, a few threads per datanode should be enough.
   
   https://issues.apache.org/jira/browse/HDDS-3152
   
   ## How was this patch tested?
   
   Regular CI:
   https://github.com/adoroszlai/hadoop-ozone/runs/497866229

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: ozone-issues-h...@hadoop.apache.org

Reply via email to