You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "josh-mantovani (via GitHub)" <gi...@apache.org> on 2023/02/14 00:37:14 UTC

[GitHub] [hudi] josh-mantovani commented on issue #7820: [SUPPORT] Errors are thrown when upserting a record with cleaner service enabled

josh-mantovani commented on issue #7820:
URL: https://github.com/apache/hudi/issues/7820#issuecomment-1428921763

   > > Update 2: We believe the issue is related to having the CSE (client-side encryption) on the cluster and does not appear when the encryption is not enabled.
   > 
   > 
   > 
   > @imuntyan Any further finding on this direction? would you be able to confirm the root cause?
   
   Hi @xushiyan , I'm tagging in for Igor here as we work on the same team. After much investigation, we've discovered that the issue only exists when CSE is enabled AND we're using the non partitioned key generator in Hudi. If we disable CSE in EMR OR use another key generator, the issue goes away. It appears as if there may be a bug in either the CSE implementation in EMR or the non partitioned key generator implementation in Hudi - I'm unable to determine which.


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org