Oneal65 commented on code in PR #5237:
URL: https://github.com/apache/inlong/pull/5237#discussion_r931848314


##########
inlong-sort/sort-connectors/hbase/src/main/java/org/apache/inlong/sort/hbase/sink/HBaseSinkFunction.java:
##########
@@ -73,30 +73,25 @@
     private final long bufferFlushIntervalMillis;
     private final HBaseMutationConverter<T> mutationConverter;
     private final String inLongMetric;
-
+    /**
+     * This is set from inside the {@link BufferedMutator.ExceptionListener} 
if a {@link Throwable}
+     * was thrown.
+     *
+     * <p>Errors will be checked and rethrown before processing each input 
element, and when the

Review Comment:
   DONE



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