ivakegg commented on code in PR #3366:
URL: https://github.com/apache/accumulo/pull/3366#discussion_r1181565688
##########
server/tserver/src/main/java/org/apache/accumulo/tserver/TabletServer.java:
##########
@@ -841,7 +841,6 @@ public void run() {
try (TabletsMetadata tabletsMetadata =
Review Comment:
I believe this will absolutely fix the problem. I am wondering if changing
the "watchCriticalFixedDelay" on line 826 can simply be changed to
"watchNonCriticalScheduledTask" instead ?
##########
server/tserver/src/main/java/org/apache/accumulo/tserver/TabletServer.java:
##########
@@ -841,7 +841,6 @@ public void run() {
try (TabletsMetadata tabletsMetadata =
Review Comment:
I believe this will absolutely fix the problem. I am wondering if changing
the "watchCriticalFixedDelay" on line 826 can simply be changed to
"watchNonCriticalScheduledTask" instead ? Maybe a combination of this and that.
--
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]