the-other-tim-brown commented on code in PR #13577:
URL: https://github.com/apache/hudi/pull/13577#discussion_r2240804681
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/upgrade/UpgradeDowngradeUtils.java:
##########
@@ -176,9 +175,6 @@ static void rollbackFailedWritesAndCompact(HoodieTable
table, HoodieEngineContex
// NOTE: at this stage rollback should use the current writer version
and disable auto upgrade/downgrade
TypedProperties properties = new TypedProperties();
properties.putAll(config.getProps());
- // TimeGenerators are cached and re-used based on table base path. Since
here we are changing the lock configurations, avoiding the cache use
Review Comment:
This is no longer an issue since the reuse feature is removed. The cache had
multiple potential issues when working with multiple writers for the same table
in the same JVM.
--
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]