[jira] [Resolved] (PROTON-2540) [cpp] Provide a way to query proton::connection for the url it was created with

2022-06-14 Thread Andrew Stitcher (Jira)


 [ 
https://issues.apache.org/jira/browse/PROTON-2540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Stitcher resolved PROTON-2540.
-
Fix Version/s: proton-c-0.38.0
   Resolution: Fixed

> [cpp] Provide a way to query proton::connection for the url it was created 
> with
> ---
>
> Key: PROTON-2540
> URL: https://issues.apache.org/jira/browse/PROTON-2540
> Project: Qpid Proton
>  Issue Type: New Feature
>  Components: cpp-binding
>Reporter: Rakhi Kumari
>Assignee: Rakhi Kumari
>Priority: Major
> Fix For: proton-c-0.38.0
>
>
> Provide a way to connection.url() to identify a connection in a trivial 
> connection handler.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-2564) [protonj2] Reduce memory allocations in codec and client API

2022-06-14 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/PROTON-2564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17554314#comment-17554314
 ] 

ASF subversion and git services commented on PROTON-2564:
-

Commit 10747f4a58819a29ba5fdcc09755b3f0e1440fd3 in qpid-protonj2's branch 
refs/heads/main from Timothy Bish
[ https://gitbox.apache.org/repos/asf?p=qpid-protonj2.git;h=10747f4a ]

PROTON-2564 Reduece memory alloactions on send and receive paths

Reduces the amount of memory allocations in the engine and client on
both the send and receive paths during normal operations.


> [protonj2] Reduce memory allocations in codec and client API
> 
>
> Key: PROTON-2564
> URL: https://issues.apache.org/jira/browse/PROTON-2564
> Project: Qpid Proton
>  Issue Type: Improvement
>  Components: protonj2
>Affects Versions: protonj2-1.0.0-M6
>Reporter: Timothy A. Bish
>Assignee: Timothy A. Bish
>Priority: Minor
> Fix For: protonj2-1.0.0-M7
>
>
> Reduce some unnecessary memory allocations on Message send and during message 
> receive queue interactions that can provide small performance improvement and 
> produce less GC from the client and engine APIs



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Created] (PROTON-2564) [protonj2] Reduce memory allocations in codec and client API

2022-06-14 Thread Timothy A. Bish (Jira)
Timothy A. Bish created PROTON-2564:
---

 Summary: [protonj2] Reduce memory allocations in codec and client 
API
 Key: PROTON-2564
 URL: https://issues.apache.org/jira/browse/PROTON-2564
 Project: Qpid Proton
  Issue Type: Improvement
  Components: protonj2
Affects Versions: protonj2-1.0.0-M6
Reporter: Timothy A. Bish
Assignee: Timothy A. Bish
 Fix For: protonj2-1.0.0-M7


Reduce some unnecessary memory allocations on Message send and during message 
receive queue interactions that can provide small performance improvement and 
produce less GC from the client and engine APIs



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Created] (PROTON-2563) local variable 'context' referenced before assignment

2022-06-14 Thread Daniel Mewes (Jira)
Daniel Mewes created PROTON-2563:


 Summary: local variable 'context' referenced before assignment
 Key: PROTON-2563
 URL: https://issues.apache.org/jira/browse/PROTON-2563
 Project: Qpid Proton
  Issue Type: Bug
  Components: python-binding
Reporter: Daniel Mewes


We're intermittently getting the following Python exception from qpid-proton:

UnboundLocalError: local variable 'context' referenced before assignment

The exception is raised in this line 
[https://github.com/apache/qpid-proton/blob/0.37.0/python/proton/_events.py#L419]
 :
{code:java}
event = Event(impl, number, clsname, context) {code}
Looking at that code, there appears to be a clear bug in that the `context` 
local variable is only set in the `if cls` branch, but not in the `else` branch 
above.

Presumably, context should at least be set to `None` in the else branch to 
avoid this exception?



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[GitHub] [qpid-dispatch] codecov-commenter commented on pull request #1580: Bump prettier from 2.5.1 to 2.7.0 in /console/react

2022-06-14 Thread GitBox


codecov-commenter commented on PR #1580:
URL: https://github.com/apache/qpid-dispatch/pull/1580#issuecomment-1155511447

   # 
[Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/1580?src=pr=h1_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation)
 Report
   > Merging 
[#1580](https://codecov.io/gh/apache/qpid-dispatch/pull/1580?src=pr=desc_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation)
 (9017865) into 
[main](https://codecov.io/gh/apache/qpid-dispatch/commit/94f36ebdd64f47419eb55cef6988ca1c3e46ff93?el=desc_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation)
 (94f36eb) will **increase** coverage by `0.00%`.
   > The diff coverage is `n/a`.
   
   ```diff
   @@   Coverage Diff   @@
   ## main#1580   +/-   ##
   ===
 Coverage   85.81%   85.82%   
   ===
 Files 110  110   
 Lines   2474624746   
   ===
   + Hits2123721238+1 
   + Misses   3509 3508-1 
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/qpid-dispatch/pull/1580?src=pr=tree_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation)
 | Coverage Δ | |
   |---|---|---|
   | 
[...c/router\_core/modules/test\_hooks/core\_test\_hooks.c](https://codecov.io/gh/apache/qpid-dispatch/pull/1580/diff?src=pr=tree_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation#diff-c3JjL3JvdXRlcl9jb3JlL21vZHVsZXMvdGVzdF9ob29rcy9jb3JlX3Rlc3RfaG9va3MuYw==)
 | `91.98% <0.00%> (-1.29%)` | :arrow_down: |
   | 
[src/router\_core/router\_core.c](https://codecov.io/gh/apache/qpid-dispatch/pull/1580/diff?src=pr=tree_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation#diff-c3JjL3JvdXRlcl9jb3JlL3JvdXRlcl9jb3JlLmM=)
 | `85.48% <0.00%> (-0.95%)` | :arrow_down: |
   | 
[src/router\_core/forwarder.c](https://codecov.io/gh/apache/qpid-dispatch/pull/1580/diff?src=pr=tree_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation#diff-c3JjL3JvdXRlcl9jb3JlL2ZvcndhcmRlci5j)
 | `93.06% <0.00%> (-0.40%)` | :arrow_down: |
   | 
[src/message.c](https://codecov.io/gh/apache/qpid-dispatch/pull/1580/diff?src=pr=tree_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation#diff-c3JjL21lc3NhZ2UuYw==)
 | `87.77% <0.00%> (-0.08%)` | :arrow_down: |
   | 
[src/router\_core/connections.c](https://codecov.io/gh/apache/qpid-dispatch/pull/1580/diff?src=pr=tree_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation#diff-c3JjL3JvdXRlcl9jb3JlL2Nvbm5lY3Rpb25zLmM=)
 | `86.79% <0.00%> (+0.09%)` | :arrow_up: |
   | 
[src/router\_node.c](https://codecov.io/gh/apache/qpid-dispatch/pull/1580/diff?src=pr=tree_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation#diff-c3JjL3JvdXRlcl9ub2RlLmM=)
 | `93.07% <0.00%> (+0.09%)` | :arrow_up: |
   | 
[src/container.c](https://codecov.io/gh/apache/qpid-dispatch/pull/1580/diff?src=pr=tree_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation#diff-c3JjL2NvbnRhaW5lci5j)
 | `84.46% <0.00%> (+0.16%)` | :arrow_up: |
   | 
[src/router\_core/transfer.c](https://codecov.io/gh/apache/qpid-dispatch/pull/1580/diff?src=pr=tree_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation#diff-c3JjL3JvdXRlcl9jb3JlL3RyYW5zZmVyLmM=)
 | `86.58% <0.00%> (+0.64%)` | :arrow_up: |
   | 
[src/router\_core/modules/edge\_router/edge\_mgmt.c](https://codecov.io/gh/apache/qpid-dispatch/pull/1580/diff?src=pr=tree_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation#diff-c3JjL3JvdXRlcl9jb3JlL21vZHVsZXMvZWRnZV9yb3V0ZXIvZWRnZV9tZ210LmM=)
 | `85.14% <0.00%> (+0.99%)` | :arrow_up: |
   | 
[...router\_core/modules/edge\_router/link\_route\_proxy.c](https://codecov.io/gh/apache/qpid-dispatch/pull/1580/diff?src=pr=tree_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation#diff-c3JjL3JvdXRlcl9jb3JlL21vZHVsZXMvZWRnZV9yb3V0ZXIvbGlua19yb3V0ZV9wcm94eS5j)
 | `82.84% <0.00%> (+4.14%)` | :arrow_up: |
   
   --
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/1580?src=pr=continue_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn 

[jira] [Commented] (PROTON-2562) Refactor logging so that it doesn't allocate any heap memory

2022-06-14 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/PROTON-2562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17554203#comment-17554203
 ] 

ASF subversion and git services commented on PROTON-2562:
-

Commit a0443f64b2394947100c4f364f72af9a9f41ee31 in qpid-proton's branch 
refs/heads/main from Andrew Stitcher
[ https://gitbox.apache.org/repos/asf?p=qpid-proton.git;h=a0443f64b ]

PROTON-2562: Use a fixed size buffer for more log messages

The log messages that still use a pn_string_t either use that type
because of internal APIs.


> Refactor logging so that it doesn't allocate any heap memory
> 
>
> Key: PROTON-2562
> URL: https://issues.apache.org/jira/browse/PROTON-2562
> Project: Qpid Proton
>  Issue Type: Improvement
>  Components: proton-c
>Reporter: Andrew Stitcher
>Assignee: Andrew Stitcher
>Priority: Major
>
> Currently the logging subsystem depends on the pn_string_t class to manage 
> the messages that it sends out. This means that it is subject heap 
> allocations at unknown time with unknown amounts.
> Given that a logging subsystem should always succeed and take as little time 
> as possible, it would be much better to avoid any allocations at all, but at 
> eliminating as many as possible will be a significant improvement.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-2562) Refactor logging so that it doesn't allocate any heap memory

2022-06-14 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/PROTON-2562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17554202#comment-17554202
 ] 

ASF subversion and git services commented on PROTON-2562:
-

Commit 6de74a08c9b1d4dc7cf375fddb2256f8b5b41b48 in qpid-proton's branch 
refs/heads/main from Andrew Stitcher
[ https://gitbox.apache.org/repos/asf?p=qpid-proton.git;h=6de74a08c ]

PROTON-2562: Fix pn_value_dump to output to a fixed size string buffer

Introduce a new fixed size string type that does not grow and works in a
fixed buffer.

This is then used by the logger to avoid dynamically
growing the logger output.


> Refactor logging so that it doesn't allocate any heap memory
> 
>
> Key: PROTON-2562
> URL: https://issues.apache.org/jira/browse/PROTON-2562
> Project: Qpid Proton
>  Issue Type: Improvement
>  Components: proton-c
>Reporter: Andrew Stitcher
>Assignee: Andrew Stitcher
>Priority: Major
>
> Currently the logging subsystem depends on the pn_string_t class to manage 
> the messages that it sends out. This means that it is subject heap 
> allocations at unknown time with unknown amounts.
> Given that a logging subsystem should always succeed and take as little time 
> as possible, it would be much better to avoid any allocations at all, but at 
> eliminating as many as possible will be a significant improvement.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[GitHub] [qpid-dispatch] dependabot[bot] commented on pull request #1547: Bump prettier from 2.5.1 to 2.6.2 in /console/react

2022-06-14 Thread GitBox


dependabot[bot] commented on PR #1547:
URL: https://github.com/apache/qpid-dispatch/pull/1547#issuecomment-1155465227

   Superseded by #1580.


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

To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[GitHub] [qpid-dispatch] dependabot[bot] closed pull request #1547: Bump prettier from 2.5.1 to 2.6.2 in /console/react

2022-06-14 Thread GitBox


dependabot[bot] closed pull request #1547: Bump prettier from 2.5.1 to 2.6.2 in 
/console/react
URL: https://github.com/apache/qpid-dispatch/pull/1547


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

To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[GitHub] [qpid-dispatch] dependabot[bot] opened a new pull request, #1580: Bump prettier from 2.5.1 to 2.7.0 in /console/react

2022-06-14 Thread GitBox


dependabot[bot] opened a new pull request, #1580:
URL: https://github.com/apache/qpid-dispatch/pull/1580

   Bumps [prettier](https://github.com/prettier/prettier) from 2.5.1 to 2.7.0.
   
   Release notes
   Sourced from https://github.com/prettier/prettier/releases;>prettier's 
releases.
   
   2.7.0
   https://github.com/prettier/prettier/compare/2.7.0...2.7.0;>diff
    https://prettier.io/blog/2022/06/14/2.7.0.html;>Release 
note
   2.6.2
    https://github.com/prettier/prettier/blob/main/CHANGELOG.md#262;>Changelog
   2.6.1
    https://github.com/prettier/prettier/blob/main/CHANGELOG.md#261;>Changelog
   2.6.0
    https://prettier.io/blog/2022/03/16/2.6.0.html;>Release 
note
   
   
   
   Changelog
   Sourced from https://github.com/prettier/prettier/blob/main/CHANGELOG.md;>prettier's 
changelog.
   
   2.7.0
   https://github.com/prettier/prettier/compare/2.6.2...2.7.0;>diff
    https://prettier.io/blog/2022/06/14/2.7.0.html;>Release 
Notes
   2.6.2
   https://github.com/prettier/prettier/compare/2.6.1...2.6.2;>diff
   Fix LESS/SCSS format error (https://github-redirect.dependabot.com/prettier/prettier/pull/12536;>#12536
 by https://github.com/fisker;>@​fisker)
   
   // Input
   .background-gradient(@cut) {
   background: linear-gradient(
   to right,
   @white 0%,
   @white (@cut - 0.01%),
   @portal-background @cut,
   @portal-background 100%
   );
   }
   // Prettier 2.6.1
   TypeError: Cannot read properties of undefined (reading 'endOffset')
   // Prettier 2.6.2
   .background-gradient(https://github.com/cut;>@​cut) {
   background: linear-gradient(
   to right,
   https://github.com/white;>@​white 0%,
   https://github.com/white;>@​white (https://github.com/cut;>@​cut - 0.01%),
   https://github.com/portal-background;>@​portal-background
 https://github.com/cut;>@​cut,
   https://github.com/portal-background;>@​portal-background
 100%
   );
   }
   
   Update meriyah to fix several bugs (https://github-redirect.dependabot.com/prettier/prettier/pull/12567;>#12567
 by https://github.com/fisker;>@​fisker, fixes in https://github.com/meriyah/meriyah/;>meriyah by https://github.com/3cp;>@​3cp)
   Fixes bugs when parsing following valid code:
   foo(await bar());
   
   const regex = /.*/ms;
   /tr/table 
   
   
   ... (truncated)
   
   
   Commits
   
   https://github.com/prettier/prettier/commit/13dcc163300a45ef8a4129d7ae80c9302e81727e;>13dcc16
 Release 2.7.0
   https://github.com/prettier/prettier/commit/00ee6fb6f8b7a44600daccb4da74323551566e28;>00ee6fb
 Skip depenedencies install
   https://github.com/prettier/prettier/commit/d2bcaea121d244a00100e5c31e2e8ca9fe5f1ced;>d2bcaea
 Throw errors for invalid TSEmptyBodyFunctionExpression node (https://github-redirect.dependabot.com/prettier/prettier/issues/12982;>#12982)
   https://github.com/prettier/prettier/commit/1bec824556673302d67973a8374ee13819f74ab3;>1bec824
 Revert print as instead of colon for babel-ts parser (https://github-redirect.dependabot.com/prettier/prettier/issues/12995;>#12995)
   https://github.com/prettier/prettier/commit/2316e2fecd171335fc00f3ec97b7e46cc8964153;>2316e2f
 Update linguist-language (https://github-redirect.dependabot.com/prettier/prettier/issues/12994;>#12994)
   https://github.com/prettier/prettier/commit/e5868ad368d593549408c90f2bd16bc1d76674b0;>e5868ad
 Update changelog
   https://github.com/prettier/prettier/commit/fdccc0f48e5bd3a17ae1e3500c1b5c1763c6a368;>fdccc0f
 Add --cache CLI option (https://github-redirect.dependabot.com/prettier/prettier/issues/12800;>#12800)
   https://github.com/prettier/prettier/commit/97bab8f984d86eb91fda654f5351c455152872a2;>97bab8f
 Update angular-estree-parser (https://github-redirect.dependabot.com/prettier/prettier/issues/12993;>#12993)
   https://github.com/prettier/prettier/commit/7f9a08762d1a6d4389bbe9f0e87eb47beddce50d;>7f9a087
 Update dependency flow-parser to v0.180.0 (https://github-redirect.dependabot.com/prettier/prettier/issues/12990;>#12990)
   https://github.com/prettier/prettier/commit/aa1d536e29a55e4647452e87c2fa61c2b8c7d92d;>aa1d536
 Build(deps): Bump tmpl from 1.0.4 to 1.0.5 in /scripts/release (https://github-redirect.dependabot.com/prettier/prettier/issues/12984;>#12984)
   Additional commits viewable in https://github.com/prettier/prettier/compare/2.5.1...2.7.0;>compare 
view
   
   
   
   Maintainer changes
   This version was pushed to npm by https://www.npmjs.com/~prettier-bot;>prettier-bot, a new releaser for 
prettier since your current version.
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=prettier=npm_and_yarn=2.5.1=2.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   You can trigger a rebase of this PR by commenting `@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # 

[GitHub] [qpid-dispatch] ganeshmurthy merged pull request #1579: Bump apache-rat-plugin from 0.13 to 0.14

2022-06-14 Thread GitBox


ganeshmurthy merged PR #1579:
URL: https://github.com/apache/qpid-dispatch/pull/1579


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

To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Created] (PROTON-2562) Refactor logging so that it doesn't allocate any heap memory

2022-06-14 Thread Andrew Stitcher (Jira)
Andrew Stitcher created PROTON-2562:
---

 Summary: Refactor logging so that it doesn't allocate any heap 
memory
 Key: PROTON-2562
 URL: https://issues.apache.org/jira/browse/PROTON-2562
 Project: Qpid Proton
  Issue Type: Improvement
  Components: proton-c
Reporter: Andrew Stitcher
Assignee: Andrew Stitcher


Currently the logging subsystem depends on the pn_string_t class to manage the 
messages that it sends out. This means that it is subject heap allocations at 
unknown time with unknown amounts.

Given that a logging subsystem should always succeed and take as little time as 
possible, it would be much better to avoid any allocations at all, but at 
eliminating as many as possible will be a significant improvement.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-8591) [Broker-J] Missing message id for add/update/delete user

2022-06-14 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/QPID-8591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17554032#comment-17554032
 ] 

ASF GitHub Bot commented on QPID-8591:
--

dakirily opened a new pull request, #129:
URL: https://github.com/apache/qpid-broker-j/pull/129

   This PR addresses JIRA QPID-8591 adding ids for user management log messages 
(adding / updating / deleting user)




> [Broker-J] Missing message id for add/update/delete user
> 
>
> Key: QPID-8591
> URL: https://issues.apache.org/jira/browse/QPID-8591
> Project: Qpid
>  Issue Type: Improvement
>  Components: Broker-J
>Affects Versions: qpid-java-broker-8.0.6
>Reporter: Daniil Kirilyuk
>Priority: Minor
>
> When other broker objects like keystore/truststore are added, then log 
> message has specific Message ID like KST-1007/TST-1007.
> {noformat}
> 2021-12-15T15:19:37,691Z INFO  [Broker-Config] (q.m.k.update) - 
> [mng:N/A(admin@/10.112.48.88:36930)] KST-1007 : Update : "keyStore" : SUCCESS 
> : 
> {certificateAlias=ip-10-112-48-88.eu-central-1.compute.internal,certificateDetails=[],certificateExpiryCheckFrequency=1,certificateExpiryWarnPeriod=30,createdTime=1639581247870,description=/home/ubuntu/qpid/0405/etc/keystore.jks,durable=true,id=b5d1b59b-4327-4a3d-ac34-74f19c032373,keyManagerFactoryAlgorithm=SunX509,keyStoreType=pkcs12,lastOpenedTime=1639581248541,lastUpdatedBy=admin,lastUpdatedTime=1639581371559,lifetimePolicy=PERMANENT,name=keyStore,password=,path=/home/ubuntu/qpid/0405/etc/keystore.jks,state=ACTIVE,storeUrl=/home/ubuntu/qpid/0405/etc/keystore.jks,type=FileKeyStore,useHostNameMatching=true}
> {noformat}
> There is no message ID when user is added/updated/deleted.
> {noformat}
> 2021-12-15T15:19:37,317Z INFO  [Broker-Config] (q.m..u.update) - 
> [mng:N/A(admin@/10.112.48.88:36930)] User (amqpsrv_C7_ARP) : Update : SUCCESS 
> : 
> {createdTime=1639581247872,durable=true,id=9990e0ac-cba2-4579-8e43-79c8b1ebaeab,lastOpenedTime=1639581248552,lastUpdatedBy=admin,lastUpdatedTime=1639581371208,lifetimePolicy=PERMANENT,name=amqpsrv_C7_ARP,password=,state=ACTIVE,type=managed}
> {noformat}
> Broker logging should be extended with appropriate message IDs.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[GitHub] [qpid-broker-j] dakirily opened a new pull request, #129: QPID-8591: [Broker-J] Missing message id for add/update/delete user

2022-06-14 Thread GitBox


dakirily opened a new pull request, #129:
URL: https://github.com/apache/qpid-broker-j/pull/129

   This PR addresses JIRA QPID-8591 adding ids for user management log messages 
(adding / updating / deleting user)


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

To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org