hudi-bot opened a new issue, #17427: URL: https://github.com/apache/hudi/issues/17427
As of now, all writes to MDT happens within data table lock. This means that we do not need to burden user to configure a diff set of lock configuration for metadata table. But with streaming writes support with https://issues.apache.org/jira/browse/HUDI-9281, we are enabling NBCC w/ MDT. And so, this opens up the opportunity for us to write to MDT concurrently from data table using a diff lock. but in first version of HUDI-9281, we are not introducing this as this needs more considerations around usability etc. So, filing this tracking ticket. ## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-9407 - Type: Sub-task - Parent: https://issues.apache.org/jira/browse/HUDI-9616 - Fix version(s): - 1.1.0 -- 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]
