nsivabalan commented on code in PR #13229: URL: https://github.com/apache/hudi/pull/13229#discussion_r2101457372
########## hudi-client/hudi-client-common/src/test/java/org/apache/hudi/utils/HoodieWriterClientTestHarness.java: ########## @@ -149,6 +149,8 @@ public abstract class HoodieWriterClientTestHarness extends HoodieCommonTestHarn protected abstract BaseHoodieWriteClient getHoodieWriteClient(HoodieWriteConfig cfg); + protected abstract BaseHoodieWriteClient getHoodieWriteClient(HoodieWriteConfig cfg, boolean shouldCloseOlderClient); Review Comment: I did check the usages of this api, esply where we pass false as last arg. Its mainly for multi-writer tests. Default case is we always close the previous write client and create a new one.  -- 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]
