You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by GitBox <gi...@apache.org> on 2021/04/29 21:11:07 UTC

[GitHub] [storm] agresch opened a new pull request #3396: STORM-3769 prevent topology blobs from being considered downloaded if…

agresch opened a new pull request #3396:
URL: https://github.com/apache/storm/pull/3396


   … any of their blobs was deleted
   
   ## What is the purpose of the change
   
   Without this change it is possible to delete just 1 or 2 of the 3 topology blobs and still consider the topology as "safely downloaded" in safeTopologyIds.  This change properly removes them from the map after deletion.
   
   ## How was the change tested
   
   Ran storm-server and storm-core unit tests.  Ran blob related integration tests on an internal test cluster.


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [storm] agresch merged pull request #3396: STORM-3769 prevent topology blobs from being considered downloaded if…

Posted by GitBox <gi...@apache.org>.
agresch merged pull request #3396:
URL: https://github.com/apache/storm/pull/3396


   


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org