Leeeee16 commented on issue #6573:
URL: https://github.com/apache/seatunnel/issues/6573#issuecomment-2019771199

   > hi @Leeeee16 try to update the `seatunnel.yaml` in config folder and 
restart the cluster. you can increase the `interval` and `timeout`.
   
   thx for reply. I try to increase the interval and timeout, but I still get 
this error.
   
   When I synchronize a small table (with 200 records), there's no problem, but 
when synchronizing a larger table (containing 220,000 rows of data), the 
checkpoint storage process becomes very slow. I am unsure whether this issue 
stems from a configuration problem or another specific cause.
   logs:
   ```
   2024-03-26 16:00:55,873 INFO  
org.apache.seatunnel.engine.server.checkpoint.CheckpointCoordinator - wait 
checkpoint completed: 2
   ```
   
   print:
   ```
   2024-03-26 16:00:54,730 INFO  
org.apache.seatunnel.engine.client.job.JobMetricsRunner - 
   ***********************************************
              Job Progress Information
   ***********************************************
   Job Id                    :  824915300364320769
   Read Count So Far         :               30480
   Write Count So Far        :                9990
   Average Read Count        :               516/s
   Average Write Count       :               169/s
   Last Statistic Time       : 2024-03-26 15:59:54
   Current Statistic Time    : 2024-03-26 16:00:54
   ***********************************************
   
   2024-03-26 16:01:54,730 INFO  
org.apache.seatunnel.engine.client.job.JobMetricsRunner - 
   ***********************************************
              Job Progress Information
   ***********************************************
   Job Id                    :  824915300364320769
   Read Count So Far         :               30480
   Write Count So Far        :                9990
   Average Read Count        :                 0/s
   Average Write Count       :                 0/s
   Last Statistic Time       : 2024-03-26 16:00:54
   Current Statistic Time    : 2024-03-26 16:01:54
   ***********************************************
   
   ```


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