Ashutosh Mestry created ATLAS-3381: -------------------------------------- Summary: Atlas Patch Handler: Patch Handlers Not Committing Changes Key: ATLAS-3381 URL: https://issues.apache.org/jira/browse/ATLAS-3381 Project: Atlas Issue Type: Bug Components: atlas-core Affects Versions: 2.0.0, trunk, 3.0.0 Reporter: Ashutosh Mestry Assignee: Ashutosh Mestry Fix For: trunk
***Background* Atlas patch handler is a framework that applies changes made to the structure of the data. Latest update to the _ConcurrentPatchProcessor_ is missing the commit statement. This causes changes not to get applied. *Solution* Since _ConcurrentPatchHandler_ uses the _PC_ framework, calling the _ConcurrentPatchProcessor_.doCommit after _individualItemProcessor.processVertexItem_ will address the problem. -- This message was sent by Atlassian Jira (v8.3.2#803003)