kylemeow commented on code in PR #20542:
URL: https://github.com/apache/flink/pull/20542#discussion_r1241804764
##########
flink-connectors/flink-connector-hbase-base/src/main/java/org/apache/flink/connector/hbase/sink/HBaseSinkFunction.java:
##########
@@ -201,6 +208,12 @@ public void invoke(T value, Context context) throws
Exception {
}
private void flush() throws IOException {
+ synchronized (mutationMap) {
Review Comment:
Hi @YesOrNo828 , this issue has already been addressed in
[FLINK-32139](https://github.com/apache/flink/pull/22612), and the PR is merged
into master. Therefore, this PR may no longer be needed.
--
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]