-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/74341/
-----------------------------------------------------------
(Updated March 9, 2023, 11:26 a.m.)
Review request for atlas, Jayendra Parab, Pinal Shah, and Sheetal Shah.
Changes
-------
Code cleanup
Bugs: ATLAS-4733
https://issues.apache.org/jira/browse/ATLAS-4733
Repository: atlas
Description
-------
This ticket tracks the Server side changes required for the Search result
download task.
>From server side, each download request is considered as a separate thread
>which will run in the background and will generate the csv file according to
>the inputs provided.
The generated files will be stored in the specific location (which is
configurable).
A scheduler will be run to delete the old files. In this case, the scheduler
interval and file expiry time is also configurable.
Diffs (updated)
-----
intg/src/main/java/org/apache/atlas/model/discovery/AtlasSearchResultDownloadStatus.java
PRE-CREATION
repository/src/main/java/org/apache/atlas/discovery/AtlasDiscoveryService.java
d94110004
repository/src/main/java/org/apache/atlas/discovery/EntityDiscoveryService.java
582d97542
repository/src/main/java/org/apache/atlas/repository/store/graph/v2/tasks/searchdownload/SearchResultDownloadTask.java
PRE-CREATION
repository/src/main/java/org/apache/atlas/repository/store/graph/v2/tasks/searchdownload/SearchResultDownloadTaskFactory.java
PRE-CREATION
webapp/src/main/java/org/apache/atlas/web/rest/DiscoveryREST.java a6ca04f3c
Diff: https://reviews.apache.org/r/74341/diff/2/
Changes: https://reviews.apache.org/r/74341/diff/1-2/
Testing
-------
Thanks,
Mandar Ambawane