UrlsController/src/main/java/eu/openaire/urls_controller/util
Lampros Smyrnaios 39c36f9e66 - Resolve a concurrency issue, by enforcing synchronization on the "BulkImportReport.getJsonReport()" method.
- Increase the number of stacktrace-lines to 20, for bulkImport-segment-failures.
- Improve "GenericUtils.getSelectiveStackTrace()".
2024-05-01 01:29:25 +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 - Resolve a concurrency issue, by enforcing synchronization on the "BulkImportReport.getJsonReport()" method. 2024-05-01 01:29:25 +03:00
GenericUtils.java - Resolve a concurrency issue, by enforcing synchronization on the "BulkImportReport.getJsonReport()" method. 2024-05-01 01:29:25 +03:00
ParquetFileUtils.java Avoid a very rare case, where we might get an "IllegalArgumentException" from "Lists.partition()", in case the "sizeOfUrlReports" is <= 3. 2024-03-29 18:12:52 +02:00
S3ObjectStore.java - Comment-out the bucket-deletion process, in order to avoid any accidental deletion, even if it has to be explicitly allowed in the config. 2024-04-26 12:54:00 +03: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