dlmarion commented on a change in pull request #2422:
URL: https://github.com/apache/accumulo/pull/2422#discussion_r837496595



##########
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:
       I'm not sure that this can happen. In the places where 
ScanTask.addResult() is called, only Exceptions are added, not Errors.




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