keith-turner commented on a change in pull request #2422:
URL: https://github.com/apache/accumulo/pull/2422#discussion_r838049934



##########
File path: 
server/tserver/src/main/java/org/apache/accumulo/tserver/scan/ScanTask.java
##########
@@ -127,6 +161,9 @@ public T get(long timeout, TimeUnit unit)
     // returned
     resultQueue = null;
 
+    // TODO by not wrapping the error stack information that could be 
important for debugging is
+    // lost, the error is from a background thread but the stack trace from 
this foreground thread
+    // is lost.

Review comment:
       So then maybe we can remove this?




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


Reply via email to