Ayush Nigam created ATLAS-3114: ---------------------------------- Summary: Issue with concurrent bulk inserts for entities Key: ATLAS-3114 URL: https://issues.apache.org/jira/browse/ATLAS-3114 Project: Atlas Issue Type: Bug Reporter: Ayush Nigam
We have a model with tables having attribute 'columns' in which we are attaching list of object ids for all columns once these are created. We are using clientV2 java APIs. We are doing bulk operation for columns and parallelizing the tables. Sometimes the issue is that bulk creation for columns is successful,i.e. atlas don't throw any exception but we get some columns as created,some as updated,whereas as none of the columns existed before.Even it misses out some entities while creating.Some are created and some are just silently missed without throwing an exception. So to sum up issue is there for concurrent bulk create/update calls.It works for concurrent single entity create/update calls. -- This message was sent by Atlassian JIRA (v7.6.3#76005)