----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/72257/#review220322 -----------------------------------------------------------
repository/src/main/java/org/apache/atlas/repository/store/graph/v2/AuditChangeListener.java Lines 71 (patched) <https://reviews.apache.org/r/72257/#comment308655> To get more details for these audit records, we need to change code simlar to the patch which I have - https://reviews.apache.org/r/72351/ (Look for AtlasAuditEntry.java changes. toEntityAuditActionV2() should return proper state which can be used to get more details from entity audit - HBase) - Sidharth Mishra On April 7, 2020, 6:22 a.m., Mandar Ambawane wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/72257/ > ----------------------------------------------------------- > > (Updated April 7, 2020, 6:22 a.m.) > > > Review request for atlas, Ashutosh Mestry, Jayendra Parab, Madhan Neethiraj, > Nixon Rodrigues, Sarath Subramanian, and Sidharth Mishra. > > > Bugs: ATLAS-3583 > https://issues.apache.org/jira/browse/ATLAS-3583 > > > Repository: atlas > > > Description > ------- > > Added listener to listen create/update/delete operations of all type defs. > > > Diffs > ----- > > addons/models/0000-Area0/0010-base_model.json 351e07b > intg/src/main/java/org/apache/atlas/model/audit/AtlasAuditEntry.java > f2a8b3e > > repository/src/main/java/org/apache/atlas/repository/store/graph/AtlasTypeDefGraphStore.java > 79f5270 > > repository/src/main/java/org/apache/atlas/repository/store/graph/v2/AuditChangeListener.java > PRE-CREATION > > > Diff: https://reviews.apache.org/r/72257/diff/1/ > > > Testing > ------- > > Pre-commit build: > https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/1747/console > > Manual testing is done. > > > Thanks, > > Mandar Ambawane > >
