michael1991 commented on issue #8121: URL: https://github.com/apache/hudi/issues/8121#issuecomment-1465433971
> Could be couple of issues: > > 1. I see you are setting COMBINE_BEFORE_UPSERT.key() -> "false". this should be set to true. if not, duplicates records from incoming batch may not be deduped. > 2. Could be due to [[HUDI-5863] Fix HoodieMetadataFileSystemView serving stale view at the timeline serverĀ #8079](https://github.com/apache/hudi/pull/8079) which we found recently. > Can you try w/ latest master or apply above patch and give it a try. Thanks @nsivabalan !!! 1st point, we could make sure before writing actions, we have only one record for one record key, so we set to false to accelerate writing process. 2nd point, I will try latest master later, due to we have no problems if we use inline compaction currently. Anyway, thanks a lot! I will try your advice later. -- 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]
