-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/68270/
-----------------------------------------------------------
(Updated Aug. 14, 2018, 6 p.m.)
Review request for atlas, Apoorv Naik, Madhan Neethiraj, and Sarath Subramanian.
Changes
-------
Updates include:
- Changes to expimp Audit REST end point. It now accepts only 1 cluster
parameter.
- Modified logic for fetching ExportImportAuditEntry search results.
- Addressed review comments.
Bugs: ATLAS-2814
https://issues.apache.org/jira/browse/ATLAS-2814
Repository: atlas
Description (updated)
-------
**Approach**
- New model _ReplicationDetails_ store replication timestamp.
- _AuditWriter_ updates appropriate _AtlasCluster_ entity with
_ReplicationDetails_.
**REST Call**
Endpoint: /admin/expimp/audit
CURL:
curl -X GET -u admin:admin -H "Content-Type: application/json" -H
"Cache-Control: no-cache"
http://localhost:21000/api/atlas/admin/expimp/audit?cluster=cl2
Diffs (updated)
-----
webapp/src/test/resources/stocks-base.zip
40c7f37eefb46a944921f6a74a916191704cb9a3
Diff: https://reviews.apache.org/r/68270/diff/6/
Changes: https://reviews.apache.org/r/68270/diff/5-6/
Testing
-------
**Unit tests**
New tests added.
Unit tests related to audits now pause for 5 secs before performing asserts.
This should give time for indexes to be created.
Thanks,
Ashutosh Mestry