UrlsController/src/main/java/eu/openaire/urls_controller/controllers
Lampros Smyrnaios b3e0d214fd Update the BulkImport API:
- Refactor the "bulkImportReportID".
- Add the "bulk:" prefix in the provenance value, in the DB.
- Fix not using correctly the "Lists.partition()" method.
- Make sure the "bulkImportDir" is removed from the "bulkImportDirsUnderProcessing" Set, in case of an early-error.
- Fix the "numFailedSegments"-calculation.
- Improve some messages.
- Code polishing.
2023-08-21 18:19:53 +03:00
..
BulkImportController.java Update the BulkImport API: 2023-08-21 18:19:53 +03:00
GeneralController.java - Add the "getWorkersInfo" endpoint. 2023-05-23 14:57:15 +03:00
ShutdownController.java - Identify and handle a possible Worker-crash, in "UrlsServiceImpl.postReportResultToWorker()". 2023-06-15 23:19:36 +03:00
StatsController.java Add useful messages for missing parameters in Stats API. 2023-07-25 15:36:54 +03:00
TestController.java - Fix missing changes. 2023-07-24 19:55:37 +03:00
UrlsController.java Improve performance by applying the merging-procedure for the parquet files of the database tables less often, while keeping the benefits of having a relatively small maximum number of parquet files in search operations. 2023-07-24 20:28:41 +03:00