kevinrr888 commented on code in PR #6025:
URL: https://github.com/apache/accumulo/pull/6025#discussion_r2624887254
##########
core/src/main/java/org/apache/accumulo/core/util/CountingInputStream.java:
##########
@@ -26,6 +28,7 @@
*
* @author Chris Nokleberg
*/
+@NotThreadSafe
public final class CountingInputStream extends FilterInputStream {
Review Comment:
This is a stream and the impl shows this is not intended to be thread safe
--
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]