----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66252/#review199904 -----------------------------------------------------------
repository/src/main/java/org/apache/atlas/repository/store/graph/v1/EntityGraphMapper.java Line 1511 (original), 1513 (patched) <https://reviews.apache.org/r/66252/#comment280414> Consider renaming "computeImpactedEntityVertices" to "isClassificationUpdated" repository/src/main/java/org/apache/atlas/repository/store/graph/v1/EntityGraphMapper.java Lines 1529 (patched) <https://reviews.apache.org/r/66252/#comment280413> If all validityPeriods were removed in updated classification, line #1529 would skip setting currentClassification. - Madhan Neethiraj On March 23, 2018, 5:44 p.m., Sarath Subramanian wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/66252/ > ----------------------------------------------------------- > > (Updated March 23, 2018, 5:44 p.m.) > > > Review request for atlas, Apoorv Naik, Ashutosh Mestry, and Madhan Neethiraj. > > > Bugs: ATLAS-2513 > https://issues.apache.org/jira/browse/ATLAS-2513 > > > Repository: atlas > > > Description > ------- > > When a classification is updated for the following operations: > > * Update attributes > * Add/Update validity periods > > Notification messages are not sent about the impacted entities and only > source entity information is sent in notification. > > > Diffs > ----- > > > repository/src/main/java/org/apache/atlas/repository/store/graph/v1/EntityGraphMapper.java > 57aa41b4 > > > Diff: https://reviews.apache.org/r/66252/diff/1/ > > > Testing > ------- > > Validated operations through POSTMAN rest client and notifications are sent > about impacted entities as well. > > > Thanks, > > Sarath Subramanian > >
