dxichen opened a new pull request, #1695: URL: https://github.com/apache/samza/pull/1695
Currently we have noisy per commit logs that trigger each task.commit.ms which clogs up the users logs ``` 2024-01-12 21:59:37.322 [Samza Task Commit Thread-46] TaskInstance [INFO] Cleaning up old checkpoint state for taskName: SystemStreamPartition [brooklin-profile-samza-euler-index-builder, profile-samza-euler-index-builder, 907] checkpointId: 1705096777263-770646 2024-01-12 21:59:37.322 [Samza Task Commit Thread-18] TaskInstance [INFO] Cleaning up old checkpoint state for taskName: SystemStreamPartition [brooklin-profile-samza-euler-index-builder, profile-samza-euler-index-builder, 1908] checkpointId: 1705096777264-482671 2024-01-12 21:59:37.321 [Samza Task Commit Thread-7] TaskInstance [INFO] Cleaning up old checkpoint state for taskName: SystemStreamPartition [brooklin-profile-samza-euler-index-builder, profile-samza-euler-index-builder, 1663] checkpointId: 1705096777264-51973 ``` While we originally enabled these for debugging in https://github.com/apache/samza/pull/1595/files, these are no longer required. Going forward we will enabled debug logs for these classes for specific jobs we would like to debug -- 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]
