waywtdcc opened a new pull request #16354:
URL: https://github.com/apache/flink/pull/16354


   - message
      This commit solves the problem that setting ttl does not take effect when 
running temporary join, which causes the task status to increase continuously.
   The main reason is that when the dimension table is not joined to the fact 
table in the previous code, the ttl registration time trigger is deleted. The 
current measure is to remove this delete operation.
    
   - problem 
      Run the job of table A temproary left join table B, and set the 
table.exec.state.ttl configuration
    to 3 hour or 2 sencond for test. But the task status keeps growing for more 
than 7 days.


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