Springify and dockerize project (fixed and improved) #2

Merged
lsmyrnaios merged 17 commits from springify_project into master 2 years ago
Owner
There is no content yet.
lsmyrnaios added 17 commits 2 years ago
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.
lsmyrnaios merged commit 5d70e82504 into master 2 years ago
The pull request has been merged as 5d70e82504.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b springify_project master
git pull origin springify_project

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff springify_project
git push origin master
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: lsmyrnaios/UrlsController#2
Loading…
There is no content yet.