rzo1 opened a new pull request, #8982:
URL: https://github.com/apache/storm/pull/8982

   Dependency artifacts were stored under a key derived only from the artifact 
coordinate, shared by every submitter, and `KeyAlreadyExistsException` was 
swallowed with the comment "we lose the race, but it does not matter", so an 
existing blob under that key was accepted as the artifact without any check on 
its contents.
   
   Keys now carry a UUID, matching what `uploadFiles()` already does. Note this 
means dependency blobs are no longer shared between submissions, so repeated 
submissions upload their dependencies again. Extends `DependencyUploaderTest`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to