You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/02/16 08:20:48 UTC

[GitHub] [hudi] zhedoubushishi edited a comment on issue #4456: [SUPPORT] MultiWriter w/ DynamoDB - Unable to acquire lock, lock object null

zhedoubushishi edited a comment on issue #4456:
URL: https://github.com/apache/hudi/issues/4456#issuecomment-1041228841


   I couldn't reproduce this issue, this is the config I used:
   ```
   .option("hoodie.write.concurrency.mode", "optimistic_concurrency_control")
    .option("hoodie.cleaner.policy.failed.writes", "LAZY")
    .option("hoodie.write.lock.provider", "org.apache.hudi.aws.transaction.lock.DynamoDBBasedLockProvider")
    .option("hoodie.write.lock.dynamodb.table", "hudi")
    .option("hoodie.write.lock.dynamodb.partition_key", tableName)
   .option("hoodie.write.lock.dynamodb.endpoint_url", "dynamodb.us-west-2.amazonaws.com")
    .option("hoodie.write.lock.dynamodb.region", "us-west-2")
   ```
   
   I didn't create the dynamoDB table in advance.


-- 
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