You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by GitBox <gi...@apache.org> on 2020/12/16 10:36:32 UTC

[GitHub] [karaf] mdonkers commented on pull request #1269: [KARAF-6963] First send SIGTERM, only SIGKILL if not shutting down nicely

mdonkers commented on pull request #1269:
URL: https://github.com/apache/karaf/pull/1269#issuecomment-746065457


   Rebundling our code with Karaf and with this fix applied, the exit status is now 'clean':
   
   ```
   root@vagrant:/opt/instana# systemctl stop instana-agent
   root@vagrant:/opt/instana# systemctl status instana-agent
   ● instana-agent.service - "Instana(tm) agent."
      Loaded: loaded (/lib/systemd/system/instana-agent.service; enabled; vendor preset: enabled)
      Active: inactive (dead) since Wed 2020-12-16 10:27:35 UTC; 3s ago
     Process: 14272 ExecStop=/opt/instana/agent/bin/karaf stop (code=exited, status=0/SUCCESS)
     Process: 14180 ExecStart=/opt/instana/agent/bin/karaf daemon (code=exited, status=0/SUCCESS)
    Main PID: 14180 (code=exited, status=0/SUCCESS)
   ```


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