Armelabdelkbir commented on issue #9213:
URL: https://github.com/apache/hudi/issues/9213#issuecomment-1648661942
@ad1happy2go i added some configuration to handle multiple writers, i have
multiple micro batchs with spark structured streaming, and I have this issue
only when my job crashes or restarts
"hoodie.write.concurrency.mode"->"optimistic_concurrency_control",
"hoodie.cleaner.policy.failed.writes" -> "LAZY",
HoodieLockConfig.LOCK_PROVIDER_CLASS_NAME.key ->
"org.apache.hudi.hive.HiveMetastoreBasedLockProvider",
HoodieLockConfig.HIVE_TABLE_NAME.key -> (table.db_name + "." +
table.table_name),
HoodieLockConfig.HIVE_DATABASE_NAME.key -> table.db_name
i also fixed kafka.group.id and reduce kafka.session.timeout.ms" to
10000
I deploy my new release and wait if it reproduces
--
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]