danny0405 commented on issue #8276: URL: https://github.com/apache/hudi/issues/8276#issuecomment-3043394296
By guess is `#savepoint` actually triggers `#endInput` instead of `#snapshotState` of the function, so that the `coordinator` will not instantiate the new instant after the current instant is committed. Thus the write functions will just hang in there until timeout. This issue should be addressed since commit: https://github.com/apache/hudi/pull/13285, because we trigger the instant time generation from the writer function instead within the coordinator checkpoint ack event handling. -- 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]
