liugddx commented on issue #5555:
URL: https://github.com/apache/seatunnel/issues/5555#issuecomment-1744207220

   > When using JDBC to read a very large table,I found that JDBCSourceReader 
added a lock when reading the data, but the lock could not be retrieved from 
triggerBarrier in SourceFlowLifeCycle, so this task could not ack successfully.
   > 
   > Even if I didn't need a checkpoint, I would eventually get an error if I 
exceeded the checkpoint timeout.
   > 
   > Do I have to either set the timeout to the maximum value of the integer, 
or set the interval so large that the checkpoint fails? Is there a 
configuration that makes it unnecessary to checkpoint, because this kind of 
data itself doesn't need to be checkpointed
   > 
   > 
![image](https://user-images.githubusercontent.com/33944862/271201287-a85ee588-c379-420c-8414-a5c31a558460.png)
   > 
   > 
![image](https://user-images.githubusercontent.com/33944862/271201331-b9f40d6c-8e73-475f-989f-9e0bd0c6279c.png)
   
   Can you set the timeout time? refer to 
https://seatunnel.apache.org/docs/2.3.3/seatunnel-engine/deployment#43-checkpoint-manager


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