mzheng-plaid commented on issue #9934: URL: https://github.com/apache/hudi/issues/9934#issuecomment-1785762225
I updated `.hoodie` directory to be sorted in the description I updated the description, but I now think the issue is in [https://github.com/apache/hudi/blob/release-0.12.2/hudi-client/hudi-client-common/[…]src/main/java/org/apache/hudi/client/BaseHoodieWriteClient.java](https://github.com/apache/hudi/blob/release-0.12.2/hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/BaseHoodieWriteClient.java#L283C1-L283C1) ``` activeTimeline.saveAsComplete(new HoodieInstant(true, commitActionType, instantTime), Option.of(metadata.toJsonString().getBytes(StandardCharsets.UTF_8))); ``` It seems like the `deltacommit` is just too large? -- 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]
