atharvai commented on issue #6226: URL: https://github.com/apache/hudi/issues/6226#issuecomment-1200967706
Hi here are the lock configs I use: Our processing is batch jobs triggered by AWS SFN. this can be between 2 concurrent jobs to 30 roughly. we have now gone serial execution of jobs instead of parallel until this issue is resolved. ``` hoodie.write.lock.dynamodb.table=hudi_locks hoodie.write.lock.dynamodb.partition_key=Sales hoodie.write.lock.dynamodb.region=eu-west-1 hoodie.write.lock.dynamodb.billing_mode=PAY_PER_REQUEST hoodie.write.lock.dynamodb.endpoint_url=dynamodb.eu-west-1.amazonaws.com ``` Which specific logs would you like? I can try to sanitize them to share. ( have to go through company compliance so might take time) @zhedoubushishi yes we are a AWS customer. -- 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]
