UrlsController/src/main/java/eu/openaire/urls_controller/util
Lampros Smyrnaios be4898e43e Bug fixes and improvements:
- Fix an NPE, when the "getTestUrls"-endpoint is called. It was thrown because of an absent per-thread initialization of some thread-local variables.
- Fix JdbcTemplate error when querying the "getFileLocationForHashQuery".
- Fix the "S3ObjectStore.isLocationInStore" check.
- Fix not catching/handling some exceptions.
- Fix/improve log-messages.
- Optimize the "getFileLocationForHashQuery" to return only the first row. In the latest change, without this optimization, the query-result would cause non-handling the same-hash cases, because of an exception.
- Optimize the "ImpalaConnector.databaseLock.lock()" positioning.
- Update the "getTestUrls" api-path.
- Optimize list-allocation.
- Re-add the info-message about the successful emptying of the S3-bucket.
- Code cleanup.
2022-02-02 20:19:46 +02:00
..
FileUnZipper.java springified project 2022-01-30 22:14:52 +02:00
FileUtils.java Bug fixes and improvements: 2022-02-02 20:19:46 +02:00
GenericUtils.java Add the "Datasource" inside the "Task" class and include it in the Assignment. 2021-05-20 02:50:50 +03:00
S3ObjectStore.java Bug fixes and improvements: 2022-02-02 20:19:46 +02:00
TestFileUtils.java Bug fixes and improvements: 2022-02-02 20:19:46 +02:00
UriBuilder.java springified project 2022-01-30 22:14:52 +02:00