nsivabalan commented on PR #13126: URL: https://github.com/apache/hudi/pull/13126#issuecomment-2798100045
btw, lets remove the retries within renew method. I see we do synchronized across renew method and close(). so, there are chances that close() starves, when renew() is sleeping. so, lets remove the retries within renew method(or tryCreateOrUpdateLockFile) in let heart beat manager do the retry after 30 secs. -- 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: commits-unsubscr...@hudi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org