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 2021/10/20 03:00:00 UTC

[jira] [Created] (HUDI-2582) Fix concurrent key generations for bulk insert row writer path

sivabalan narayanan created HUDI-2582:
-----------------------------------------

             Summary: Fix concurrent key generations for bulk insert row writer path 
                 Key: HUDI-2582
                 URL: https://issues.apache.org/jira/browse/HUDI-2582
             Project: Apache Hudi
          Issue Type: Improvement
            Reporter: sivabalan narayanan


Bulkinsert row writer path registers key generations as udf, but uses static strings. So, if concurrent table runs, they might collide. 

https://github.com/apache/hudi/issues/3759



--
This message was sent by Atlassian Jira
(v8.3.4#803005)