-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/75216/
-----------------------------------------------------------
Review request for atlas, Jayendra Parab and Radhika Kundam.
Bugs: ATLAS-4859
https://issues.apache.org/jira/browse/ATLAS-4859
Repository: atlas
Description
-------
*Issue:* While doing an incremental import which involves classification
updates, it throws NPE and import gets failed.
*Cause:*
This issue occurs when there are running background tasks and while
classification update, it fetched list of pending tasks, but as soon as it gets
it paramters, that task gets completed and purged from database. hence
NullPointerException.
Diffs
-----
repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityGraphMapper.java
9d96fc1cc
Diff: https://reviews.apache.org/r/75216/diff/1/
Testing
-------
Manual testing done
Thanks,
Pinal Shah