You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "sivabalan narayanan (Jira)" <ji...@apache.org> on 2023/01/23 16:26:00 UTC

[jira] [Created] (HUDI-5598) Add guard rails to fail fast on multiple writers (excluding async table services) for a given table

sivabalan narayanan created HUDI-5598:
-----------------------------------------

             Summary: Add guard rails to fail fast on multiple writers (excluding async table services) for a given table
                 Key: HUDI-5598
                 URL: https://issues.apache.org/jira/browse/HUDI-5598
             Project: Apache Hudi
          Issue Type: Improvement
          Components: writer-core
            Reporter: sivabalan narayanan


With deltastreamer continuous mode and async table services, we auto enable OCC and lazy rollback bcoz, there is only a single writer to metadata table. 

So, if the table had multiple concurrent writers by mistake (concurrent spark ds writer), there is a chance we let them proceed. Some users prefer to add guard rails around this. 

 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)