milleruntime commented on code in PR #2632:
URL: https://github.com/apache/accumulo/pull/2632#discussion_r852129950
##########
server/tserver/src/main/java/org/apache/accumulo/tserver/TabletServer.java:
##########
@@ -394,6 +404,12 @@ private static long jitter() {
* TabletServer.TIME_BETWEEN_LOCATOR_CACHE_CLEARS);
}
+ /**
+ * If the user has set {@link Property#TSERV_WRITE_THREADS_MAX} then return
the semaphore that
+ * controls the number of write threads. If the user has not set the value
then return
+ * Optional.empty(), which is essentially a no-op.
+ */
Review Comment:
Nope. Another leftover scrap. I will drop 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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]