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/03/18 19:50:01 UTC

[GitHub] [storm] Ethanlm opened a new pull request #3231: [STORM-3604] HealthChecker should print out error message when it fails

Ethanlm opened a new pull request #3231: [STORM-3604] HealthChecker should print out error message when it fails
URL: https://github.com/apache/storm/pull/3231
 
 
   explained at https://issues.apache.org/jira/browse/STORM-3604
   
   
   ```
   19:33:15.633 [main] WARN  o.a.s.h.HealthChecker - The healthcheck process check_1 exited with code 2 and message ERROR: /dir/xxx is owned by incorrect user:group : xxx:yyy
   19:33:15.633 [main] INFO  o.a.s.h.HealthChecker - The healthcheck script [ check_1 ] exited with status: failed
   ```

----------------------------------------------------------------
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 #3231: [STORM-3604] HealthChecker should print out error message when it fails

Posted by GitBox <gi...@apache.org>.
kishorvpatil commented on issue #3231: [STORM-3604] HealthChecker should print out error message when it fails
URL: https://github.com/apache/storm/pull/3231#issuecomment-601286640
 
 
   @Ethanlm  can you add error out as well?

----------------------------------------------------------------
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 merged pull request #3231: [STORM-3604] HealthChecker should print out error message when it fails

Posted by GitBox <gi...@apache.org>.
Ethanlm merged pull request #3231: [STORM-3604] HealthChecker should print out error message when it fails
URL: https://github.com/apache/storm/pull/3231
 
 
   

----------------------------------------------------------------
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 #3231: [STORM-3604] HealthChecker should print out error message when it fails

Posted by GitBox <gi...@apache.org>.
Ethanlm commented on issue #3231: [STORM-3604] HealthChecker should print out error message when it fails
URL: https://github.com/apache/storm/pull/3231#issuecomment-602886512
 
 
   Examples after including error message
   
   ```
   [main] WARN  o.a.s.h.HealthChecker - The healthcheck process check_1 exited with code: 2; output: ERROR: /dir/xxx is owned by incorrect user:group : xxx:yyy; err: this is an error message.
   [main] INFO  o.a.s.h.HealthChecker - The healthcheck script [ check_1 ] exited with status: failed
   ```

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