[jira] [Commented] (PROTON-2487) [cpp] Implement distributed tracing

2022-10-07 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PROTON-2487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17614221#comment-17614221 ] ASF GitHub Bot commented on PROTON-2487: astitcher commented on code in PR #355: URL:

[GitHub] [qpid-proton] astitcher commented on a diff in pull request #355: PROTON-2487: [cpp] Implement distributed tracing using OpenTelemetry

2022-10-07 Thread GitBox
astitcher commented on code in PR #355: URL: https://github.com/apache/qpid-proton/pull/355#discussion_r990334352 ## cpp/examples/tracing.dox: ## @@ -0,0 +1,108 @@ +// -*-markdown-*- +// NOTE: doxygen can include markdown pages directly but there seems to be a bug +// that

[jira] [Commented] (PROTON-2618) Remote close with [condition = amqp:connection:forced] leads to exception thrown even though reconnect is enabled

2022-10-07 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/PROTON-2618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17614209#comment-17614209 ] ASF subversion and git services commented on PROTON-2618: - Commit

[jira] [Resolved] (PROTON-2618) Remote close with [condition = amqp:connection:forced] leads to exception thrown even though reconnect is enabled

2022-10-07 Thread Timothy A. Bish (Jira)
[ https://issues.apache.org/jira/browse/PROTON-2618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy A. Bish resolved PROTON-2618. - Resolution: Fixed > Remote close with [condition = amqp:connection:forced] leads to

[jira] [Reopened] (PROTON-2618) Remote close with [condition = amqp:connection:forced] leads to exception thrown even though reconnect is enabled

2022-10-07 Thread Timothy A. Bish (Jira)
[ https://issues.apache.org/jira/browse/PROTON-2618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy A. Bish reopened PROTON-2618: - > Remote close with [condition = amqp:connection:forced] leads to exception > thrown even

[jira] [Commented] (QPID-8604) [Broker-J] Broker code cleanup: immutable fields, static inner classes, long literals

2022-10-07 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/QPID-8604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17614180#comment-17614180 ] ASF GitHub Bot commented on QPID-8604: -- dakirily opened a new pull request, #146: URL:

[GitHub] [qpid-broker-j] dakirily opened a new pull request, #146: QPID-8604: [Broker-J] long literals

2022-10-07 Thread GitBox
dakirily opened a new pull request, #146: URL: https://github.com/apache/qpid-broker-j/pull/146 This PR addresses issue [QPID-8604](https://issues.apache.org/jira/browse/QPID-8604) replacing long literals ending with lowercase 'l' character and mimicking the '1' with uppercase 'L' --

[jira] [Commented] (QPID-8604) [Broker-J] Broker code cleanup: immutable fields, static inner classes, long literals

2022-10-07 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/QPID-8604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17614177#comment-17614177 ] ASF GitHub Bot commented on QPID-8604: -- dakirily opened a new pull request, #145: URL:

[GitHub] [qpid-broker-j] dakirily opened a new pull request, #145: QPID-8604: [Broker-J] static inner classes

2022-10-07 Thread GitBox
dakirily opened a new pull request, #145: URL: https://github.com/apache/qpid-broker-j/pull/145 This PR addresses issue [QPID-8604](https://issues.apache.org/jira/browse/QPID-8604) marking non-static inner classes having a reference to its outer class, and access to the outer class'

[GitHub] [qpid-broker-j] dakirily opened a new pull request, #144: [Broker-J] Broker code cleanup: immutable fields

2022-10-07 Thread GitBox
dakirily opened a new pull request, #144: URL: https://github.com/apache/qpid-broker-j/pull/144 This PR addresses issue [QPID-8604](https://issues.apache.org/jira/browse/QPID-8604) marking private fields whose values never change once they are initialized either in the declaration of the

[jira] [Created] (QPID-8604) [Broker-J] Broker code cleanup: immutable fields, static inner classes, long literals

2022-10-07 Thread Daniil Kirilyuk (Jira)
Daniil Kirilyuk created QPID-8604: - Summary: [Broker-J] Broker code cleanup: immutable fields, static inner classes, long literals Key: QPID-8604 URL: https://issues.apache.org/jira/browse/QPID-8604

[jira] [Commented] (QPID-8603) [Broker-J] Reset statistics

2022-10-07 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/QPID-8603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17614163#comment-17614163 ] ASF GitHub Bot commented on QPID-8603: -- dakirily opened a new pull request, #143: URL:

[GitHub] [qpid-broker-j] dakirily opened a new pull request, #143: QPID-8603: [Broker-J] Reset statistics

2022-10-07 Thread GitBox
dakirily opened a new pull request, #143: URL: https://github.com/apache/qpid-broker-j/pull/143 This PR addresses issue [QPID-8603](https://issues.apache.org/jira/browse/QPID-8603) adding functionality for broker statistics reset -- This is an automated message from the Apache Git

[jira] [Created] (QPID-8603) [Broker-J] Reset statistics

2022-10-07 Thread Daniil Kirilyuk (Jira)
Daniil Kirilyuk created QPID-8603: - Summary: [Broker-J] Reset statistics Key: QPID-8603 URL: https://issues.apache.org/jira/browse/QPID-8603 Project: Qpid Issue Type: Improvement