reiabreu commented on issue #7966:
URL: https://github.com/apache/storm/issues/7966#issuecomment-2700802869

   > Do I understand it right with the fact that this blobstore update can only 
be caused by something external affecting the time of modification of the files 
on disk, and not some other internal Storm mechanism?
   
   Before https://github.com/apache/storm/pull/3697, Supervisors were using 
modtime of the files to understand if Nimbus had a newer version of the 
topology. Since each Nimbus potentially had a different modtime (that would 
correspond to the time they got the artifacts from the cluster), supervisors 
would unnecessarily initiate a new download of topologies, causing a 
redeployment. Since Storm 2.7.0, comparison is now based on checksum and not 
modtime.
   It's hard to tell if this matches your specific problem, but I reckon it's 
worth upgrading to >= 2.7.0 and see where that leaves you.


-- 
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: dev-unsubscr...@storm.apache.org

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

Reply via email to