You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Sorin Suciu (JIRA)" <qp...@incubator.apache.org> on 2010/05/19 18:05:53 UTC

[jira] Created: (QPID-2619) Capture the PID for the qpid broker on unix platforms

Capture the PID for the qpid broker on unix platforms
-----------------------------------------------------

                 Key: QPID-2619
                 URL: https://issues.apache.org/jira/browse/QPID-2619
             Project: Qpid
          Issue Type: Improvement
          Components: Java Broker
    Affects Versions: 0.7
            Reporter: Sorin Suciu
            Priority: Minor
             Fix For: 0.7


As of now we are not capturing the pid for the qpid process upon start. This can be useful for monitoring purposes. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Commented: (QPID-2619) Capture the PID for the qpid broker on unix platforms

Posted by "Robbie Gemmell (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-2619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12894394#action_12894394 ] 

Robbie Gemmell commented on QPID-2619:
--------------------------------------

I would say the pid file export is in the wrong place, it should be in the qpid-server script and not qpid-run; other scripts also use qpid-run and so would overwrite the broker pid file if used afterwards. Moving it would also mean duplicating the defaulting of QPID_WORK definition in qpid-run (which I notice is still using readlink) but I think that is ok given the alternative. 

I would probably also rename the pid file to qpid-server.pid to be clearer.


> Capture the PID for the qpid broker on unix platforms
> -----------------------------------------------------
>
>                 Key: QPID-2619
>                 URL: https://issues.apache.org/jira/browse/QPID-2619
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker
>    Affects Versions: 0.7
>            Reporter: Sorin Suciu
>            Assignee: Robbie Gemmell
>            Priority: Minor
>             Fix For: 0.7
>
>         Attachments: 0001-Capture-broker-pid-on-QPID_WORK.patch
>
>
> As of now we are not capturing the pid for the qpid process upon start. This can be useful for monitoring purposes. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Commented: (QPID-2619) Capture the PID for the qpid broker on unix platforms

Posted by "Robbie Gemmell (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-2619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12912253#action_12912253 ] 

Robbie Gemmell commented on QPID-2619:
--------------------------------------

I have made the suggested changes I suggested above, also making the pid filename configurable to e.g. allow use with multiple brokers.

> Capture the PID for the qpid broker on unix platforms
> -----------------------------------------------------
>
>                 Key: QPID-2619
>                 URL: https://issues.apache.org/jira/browse/QPID-2619
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker
>    Affects Versions: 0.7
>            Reporter: Sorin Suciu
>            Assignee: Robbie Gemmell
>            Priority: Minor
>             Fix For: 0.7
>
>         Attachments: 0001-Capture-broker-pid-on-QPID_WORK.patch
>
>
> As of now we are not capturing the pid for the qpid process upon start. This can be useful for monitoring purposes. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Updated: (QPID-2619) Capture the PID for the qpid broker on unix platforms

Posted by "Robbie Gemmell (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-2619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robbie Gemmell updated QPID-2619:
---------------------------------

    Status: Ready To Review  (was: In Progress)

> Capture the PID for the qpid broker on unix platforms
> -----------------------------------------------------
>
>                 Key: QPID-2619
>                 URL: https://issues.apache.org/jira/browse/QPID-2619
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker
>    Affects Versions: 0.7
>            Reporter: Sorin Suciu
>            Assignee: Robbie Gemmell
>            Priority: Minor
>             Fix For: 0.7
>
>         Attachments: 0001-Capture-broker-pid-on-QPID_WORK.patch
>
>
> As of now we are not capturing the pid for the qpid process upon start. This can be useful for monitoring purposes. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Closed: (QPID-2619) Capture the PID for the qpid broker on unix platforms

Posted by "Sorin Suciu (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-2619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sorin Suciu closed QPID-2619.
-----------------------------


> Capture the PID for the qpid broker on unix platforms
> -----------------------------------------------------
>
>                 Key: QPID-2619
>                 URL: https://issues.apache.org/jira/browse/QPID-2619
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker
>    Affects Versions: 0.7
>            Reporter: Sorin Suciu
>            Assignee: Robbie Gemmell
>            Priority: Minor
>             Fix For: 0.7
>
>         Attachments: 0001-Capture-broker-pid-on-QPID_WORK.patch
>
>
> As of now we are not capturing the pid for the qpid process upon start. This can be useful for monitoring purposes. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Updated: (QPID-2619) Capture the PID for the qpid broker on unix platforms

Posted by "Sorin Suciu (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-2619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sorin Suciu updated QPID-2619:
------------------------------

    Attachment: 0001-Capture-broker-pid-on-QPID_WORK.patch

> Capture the PID for the qpid broker on unix platforms
> -----------------------------------------------------
>
>                 Key: QPID-2619
>                 URL: https://issues.apache.org/jira/browse/QPID-2619
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker
>    Affects Versions: 0.7
>            Reporter: Sorin Suciu
>            Priority: Minor
>             Fix For: 0.7
>
>         Attachments: 0001-Capture-broker-pid-on-QPID_WORK.patch
>
>
> As of now we are not capturing the pid for the qpid process upon start. This can be useful for monitoring purposes. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Commented: (QPID-2619) Capture the PID for the qpid broker on unix platforms

Posted by "Andrew Kennedy (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-2619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12894325#action_12894325 ] 

Andrew Kennedy commented on QPID-2619:
--------------------------------------

Applied patch and committed

> Capture the PID for the qpid broker on unix platforms
> -----------------------------------------------------
>
>                 Key: QPID-2619
>                 URL: https://issues.apache.org/jira/browse/QPID-2619
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker
>    Affects Versions: 0.7
>            Reporter: Sorin Suciu
>            Priority: Minor
>             Fix For: 0.7
>
>         Attachments: 0001-Capture-broker-pid-on-QPID_WORK.patch
>
>
> As of now we are not capturing the pid for the qpid process upon start. This can be useful for monitoring purposes. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Assigned: (QPID-2619) Capture the PID for the qpid broker on unix platforms

Posted by "Robbie Gemmell (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-2619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robbie Gemmell reassigned QPID-2619:
------------------------------------

    Assignee: Robbie Gemmell

> Capture the PID for the qpid broker on unix platforms
> -----------------------------------------------------
>
>                 Key: QPID-2619
>                 URL: https://issues.apache.org/jira/browse/QPID-2619
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker
>    Affects Versions: 0.7
>            Reporter: Sorin Suciu
>            Assignee: Robbie Gemmell
>            Priority: Minor
>             Fix For: 0.7
>
>         Attachments: 0001-Capture-broker-pid-on-QPID_WORK.patch
>
>
> As of now we are not capturing the pid for the qpid process upon start. This can be useful for monitoring purposes. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Resolved: (QPID-2619) Capture the PID for the qpid broker on unix platforms

Posted by "Sorin Suciu (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-2619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sorin Suciu resolved QPID-2619.
-------------------------------

    Resolution: Fixed

Looks good. 

> Capture the PID for the qpid broker on unix platforms
> -----------------------------------------------------
>
>                 Key: QPID-2619
>                 URL: https://issues.apache.org/jira/browse/QPID-2619
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker
>    Affects Versions: 0.7
>            Reporter: Sorin Suciu
>            Assignee: Robbie Gemmell
>            Priority: Minor
>             Fix For: 0.7
>
>         Attachments: 0001-Capture-broker-pid-on-QPID_WORK.patch
>
>
> As of now we are not capturing the pid for the qpid process upon start. This can be useful for monitoring purposes. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org