You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by Madhan Neethiraj <ma...@apache.org> on 2020/10/04 09:05:17 UTC

Review Request 72927: ATLAS-2013: added support for storing entity-audit records as Atlas entities

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/72927/
-----------------------------------------------------------

Review request for atlas, Ashutosh Mestry, Nikhil Bonte, Nixon Rodrigues, Pinal Shah, Sarath Subramanian, and Sidharth Mishra.


Bugs: ATLAS-2013
    https://issues.apache.org/jira/browse/ATLAS-2013


Repository: atlas


Description
-------

- added EntityStoreAuditRepository to persist entity-audits as Atlas entity of type __AtlasEntityAudit


Diffs
-----

  addons/models/0000-Area0/0010-base_model.json 1de9e5718 
  distro/pom.xml db1f23acd 
  intg/src/main/java/org/apache/atlas/model/discovery/SearchParameters.java 367c5b82c 
  pom.xml 6b5d2fde6 
  repository/src/main/java/org/apache/atlas/discovery/EntityDiscoveryService.java 01a6c303a 
  repository/src/main/java/org/apache/atlas/repository/audit/EntityStoreAuditRepository.java PRE-CREATION 
  repository/src/main/java/org/apache/atlas/repository/ogm/BaseDao.java PRE-CREATION 
  repository/src/main/java/org/apache/atlas/repository/ogm/EntityAuditEventV2Dao.java PRE-CREATION 


Diff: https://reviews.apache.org/r/72927/diff/1/


Testing
-------

- configured EntityStoreAuditRepository as audit store for berkeley-solr profile, and verfied that audit logs are atored as entities


Thanks,

Madhan Neethiraj


Re: Review Request 72927: ATLAS-2013: added support for storing entity-audit records as Atlas entities

Posted by Madhan Neethiraj <ma...@apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/72927/
-----------------------------------------------------------

(Updated Oct. 7, 2020, 4:52 a.m.)


Review request for atlas, Ashutosh Mestry, Nikhil Bonte, Nixon Rodrigues, Pinal Shah, Sarath Subramanian, and Sidharth Mishra.


Changes
-------

resolved IT failures with updated solrconfig.xml (used by ITs) for the addition of entity type.


Bugs: ATLAS-2013
    https://issues.apache.org/jira/browse/ATLAS-2013


Repository: atlas


Description
-------

- added EntityStoreAuditRepository to persist entity-audits as Atlas entity of type __AtlasEntityAudit


Diffs (updated)
-----

  addons/models/0000-Area0/0010-base_model.json 1de9e5718 
  distro/pom.xml db1f23acd 
  intg/src/main/java/org/apache/atlas/model/discovery/SearchParameters.java 367c5b82c 
  pom.xml 6b5d2fde6 
  repository/src/main/java/org/apache/atlas/discovery/EntityDiscoveryService.java 01a6c303a 
  repository/src/main/java/org/apache/atlas/repository/audit/EntityStoreAuditRepository.java PRE-CREATION 
  repository/src/main/java/org/apache/atlas/repository/ogm/BaseDao.java PRE-CREATION 
  repository/src/main/java/org/apache/atlas/repository/ogm/EntityAuditEventV2Dao.java PRE-CREATION 
  repository/src/test/java/org/apache/atlas/TestModules.java a298934f3 
  repository/src/test/java/org/apache/atlas/repository/store/graph/v1/SoftReferenceTest.java 98153f9a7 
  repository/src/test/java/org/apache/atlas/repository/store/graph/v2/AtlasEntityTestBase.java 752f1acfc 
  repository/src/test/java/org/apache/atlas/repository/store/graph/v2/InverseReferenceUpdateV2Test.java 36aedae9f 
  repository/src/test/java/org/apache/atlas/services/MetricsServiceTest.java 4739bca31 
  repository/src/test/java/org/apache/atlas/utils/TestLoadModelUtils.java f17538673 
  test-tools/src/main/resources/solr/core-template/solrconfig.xml 7cbfbd91f 


Diff: https://reviews.apache.org/r/72927/diff/7/

Changes: https://reviews.apache.org/r/72927/diff/6-7/


Testing (updated)
-------

- configured EntityStoreAuditRepository as audit store for berkeley-solr profile, and verfied that audit logs are atored as entities
- pre-commit tests run: https://ci-builds.apache.org/job/Atlas/job/PreCommit-ATLAS-Build-Test/65


Thanks,

Madhan Neethiraj