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 2020/02/18 17:08:24 UTC

[GitHub] [storm] kishorvpatil opened a new pull request #3210: Supervisor Logs and ignores if blob is not found

kishorvpatil opened a new pull request #3210: Supervisor Logs and ignores if blob is not found
URL: https://github.com/apache/storm/pull/3210
 
 
   Avoid supervisor restart is blob is not found for some reason. if any other IOExceptions such as misconfiguration etc causing IOException the supervisor should shutdown.

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


With regards,
Apache Git Services

[GitHub] [storm] kishorvpatil commented on issue #3210: [STORM-3583] Supervisor Logs and ignores if blob is not found

Posted by GitBox <gi...@apache.org>.
kishorvpatil commented on issue #3210: [STORM-3583] Supervisor Logs and ignores if blob is not found
URL: https://github.com/apache/storm/pull/3210#issuecomment-590667347
 
 
   > Is there a JIRA for this?
   STORM-3583

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


With regards,
Apache Git Services

[GitHub] [storm] Ethanlm commented on issue #3210: Supervisor Logs and ignores if blob is not found

Posted by GitBox <gi...@apache.org>.
Ethanlm commented on issue #3210: Supervisor Logs and ignores if blob is not found
URL: https://github.com/apache/storm/pull/3210#issuecomment-590542935
 
 
   Is there a JIRA for this?
   Also https://github.com/apache/storm/blob/master/storm-server/src/main/java/org/apache/storm/localizer/AsyncLocalizer.java#L462-L463
   this catches exception and wrap it as a IOException. 
   
   Will `releaseSlotFor` ever throw a FileNotFoundException?

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


With regards,
Apache Git Services

[GitHub] [storm] kishorvpatil closed pull request #3210: [STORM-3583] Supervisor Logs and ignores if blob is not found

Posted by GitBox <gi...@apache.org>.
kishorvpatil closed pull request #3210: [STORM-3583] Supervisor Logs and ignores if blob is not found
URL: https://github.com/apache/storm/pull/3210
 
 
   

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


With regards,
Apache Git Services