You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2020/01/31 15:03:06 UTC

[GitHub] [accumulo] rcarterjr commented on a change in pull request #1487: Fixes: #1323 Implement a write thread limit

rcarterjr commented on a change in pull request #1487: Fixes: #1323 Implement a write thread limit
URL: https://github.com/apache/accumulo/pull/1487#discussion_r373524625
 
 

 ##########
 File path: server/tserver/src/main/java/org/apache/accumulo/tserver/TabletServer.java
 ##########
 @@ -948,6 +948,11 @@ public long startUpdate(TInfo tinfo, TCredentials credentials, TDurability tdura
     }
 
     private void setUpdateTablet(UpdateSession us, KeyExtent keyExtent) {
+
+      int activeThreadCount = Thread.activeCount();
 
 Review comment:
   Ok, that makes sense. Could you elaborate on how I would do so?

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