ganlute commented on code in PR #20542:
URL: https://github.com/apache/flink/pull/20542#discussion_r972698258


##########
flink-connectors/flink-connector-hbase-base/src/main/java/org/apache/flink/connector/hbase/sink/HBaseSinkFunction.java:
##########
@@ -76,6 +79,7 @@
     private transient ScheduledExecutorService executor;
     private transient ScheduledFuture scheduledFuture;
     private transient AtomicLong numPendingRequests;
+    private static Map<byte[], Mutation> mutationMap = new HashMap<>();

Review Comment:
   Thank you for your review. I agree with you. I try to make it be the global 
queue to reduce the rowkey before. However, in this case, In fact, there is no 
need to declare it as static. 



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