UrlsController/src/main/java/eu/openaire/urls_controller/util
Lampros Smyrnaios 798fa09d68 - Identify and handle a possible Worker-crash, in "UrlsServiceImpl.postReportResultToWorker()".
- Add/Improve some log messages.
- Update and cleanup dependencies.
- Code polishing.
2023-06-15 23:19:36 +03:00
..
FileDecompressor.java Fix a bug, which caused the full-text files to never close. 2023-05-04 13:03:28 +03:00
FileUtils.java - Identify and handle a possible Worker-crash, in "UrlsServiceImpl.postReportResultToWorker()". 2023-06-15 23:19:36 +03:00
GenericUtils.java - Increase the initialDelay for the "checkIfServiceIsReadyForShutdown" scheduled-task, in production, to 10 minutes. 2023-06-06 16:49:53 +03:00
ParquetFileUtils.java - 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
S3ObjectStore.java Add an extra precaution-check to allow the emptying or deletion of an S3-Object-Store bucket, only when the app runs in "TestEnvironment". 2023-02-01 16:42:22 +02:00
TestFileUtils.java - Optimize file-related tasks. 2022-05-26 15:43:59 +03:00
UriBuilder.java - Add the "getWorkersInfo" endpoint. 2023-05-23 14:57:15 +03:00