UrlsController/src/main/java/eu/openaire/urls_controller
Lampros Smyrnaios f9c6bad768 Do not send shutDownRequests to workers which have already shutdown. 2023-05-29 12:42:54 +03:00
..
components Code polishing. 2023-05-29 12:21:48 +03:00
configuration - Update the "testDatabaseName" property. 2023-04-26 19:33:28 +03:00
controllers Do not send shutDownRequests to workers which have already shutdown. 2023-05-29 12:42:54 +03:00
models - Optimize the json-conversion of the "BulkImportReport". 2023-05-18 17:30:40 +03:00
payloads - Process the WorkerReports in background Jobs and post the reportResults to the Workers. 2023-05-24 13:52:28 +03:00
security - Update the Spring-Security-code to use the "SecurityFilterChain", as the previous code was deprecated. 2022-06-27 21:41:32 +03:00
services Code polishing. 2023-05-29 12:21:48 +03:00
util - Use a separate HDFS sub-dir for every assignments-batch, in order to avoid any disrruptancies from multiple threads moving parquet-files from the same sub-dir. Multiple batches from the same worker may be processed at the same time. These sub-dirs are deleted afterwards. 2023-05-27 02:36:05 +03:00
Application.java Code polishing. 2023-05-29 12:21:48 +03:00