woofyzhao commented on code in PR #6249: URL: https://github.com/apache/inlong/pull/6249#discussion_r1004174485
########## inlong-manager/manager-web/src/main/resources/application-dev.properties: ########## @@ -82,3 +82,7 @@ data.cleansing.interval.seconds=1800 data.cleansing.before.days=10 # The maximum size of data to be deleted in batch, default is 100 data.cleansing.batchSize=100 + +# If turned on, in configuring group status will be set to failed after restart +# Only set this to true when a single manager instance is deployed +group.status.cleanup.enabled = false Review Comment: OK. Turns out the reset interface already exists. Then this task is not needed. -- 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]
