xuqi1633 commented on code in PR #5904:
URL: https://github.com/apache/seatunnel/pull/5904#discussion_r1402865810
##########
seatunnel-connectors-v2/connector-elasticsearch/src/main/java/org/apache/seatunnel/connectors/seatunnel/elasticsearch/source/ElasticsearchSourceReader.java:
##########
@@ -75,31 +75,29 @@ public void close() throws IOException {
@Override
public void pollNext(Collector<SeaTunnelRow> output) throws Exception {
- synchronized (output.getCheckpointLock()) {
Review Comment:
Because scrolling keeps the lock from being released, when a checkpoint
occurs, it will prevent the checkpoint from acquiring the lock.
--
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]