[jira] [Resolved] (DISPATCH-1994) [http2] Use PN_RAW_CONNECTION_DRAIN_BUFFERS in http2 adaptor

2022-03-16 Thread Ken Giusti (Jira)


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

Ken Giusti resolved DISPATCH-1994.
--
Resolution: Won't Fix

> [http2] Use PN_RAW_CONNECTION_DRAIN_BUFFERS in http2 adaptor
> 
>
> Key: DISPATCH-1994
> URL: https://issues.apache.org/jira/browse/DISPATCH-1994
> Project: Qpid Dispatch
>  Issue Type: Improvement
>  Components: Protocol Adaptors
>Reporter: Ganesh Murthy
>Assignee: Ganesh Murthy
>Priority: Minor
> Fix For: 1.20.0
>
>




--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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



[jira] [Closed] (DISPATCH-1993) [http1] Use PN_RAW_CONNECTION_DRAIN_BUFFERS in http1 adaptor

2022-03-16 Thread Ken Giusti (Jira)


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

Ken Giusti closed DISPATCH-1993.

Resolution: Won't Fix

> [http1] Use PN_RAW_CONNECTION_DRAIN_BUFFERS in http1 adaptor
> 
>
> Key: DISPATCH-1993
> URL: https://issues.apache.org/jira/browse/DISPATCH-1993
> Project: Qpid Dispatch
>  Issue Type: Improvement
>  Components: Protocol Adaptors
>Reporter: Ganesh Murthy
>Assignee: Ken Giusti
>Priority: Minor
>  Labels: HTTP/1.x
> Fix For: 1.20.0
>
>




--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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



[jira] [Closed] (DISPATCH-2066) [http1] In system_tests_http1_adaptor Http1AdaptorQ2Standalone backpressure tests, block_ct != unblock_ct

2022-03-16 Thread Ken Giusti (Jira)


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

Ken Giusti closed DISPATCH-2066.

Resolution: Won't Fix

> [http1] In system_tests_http1_adaptor Http1AdaptorQ2Standalone backpressure 
> tests, block_ct != unblock_ct
> -
>
> Key: DISPATCH-2066
> URL: https://issues.apache.org/jira/browse/DISPATCH-2066
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Protocol Adaptors
>Affects Versions: 1.16.0
>Reporter: Jiri Daněk
>Assignee: Ken Giusti
>Priority: Major
>  Labels: HTTP/1.x
> Fix For: 1.20.0
>
>
> https://travis-ci.com/github/apache/qpid-dispatch/jobs/46271#L11501
> {noformat}
> test 70
>   Start 70: system_tests_http1_adaptor
> 70: Test command: /usr/bin/python3.8 
> "/home/travis/build/apache/qpid-dispatch/build/tests/run.py" "-m" "unittest" 
> "-v" "system_tests_http1_adaptor"
> 70: Test timeout computed to be: 500
> 70: test_01_unsolicited_response 
> (system_tests_http1_adaptor.Http1AdaptorBadEndpointsTest)
> 70: Create a server that sends an immediate Request Timeout response ... ok
> 70: test_02_bad_request_message 
> (system_tests_http1_adaptor.Http1AdaptorBadEndpointsTest)
> 70: Test various improperly constructed request messages ... ok
> 70: test_03_bad_response_message 
> (system_tests_http1_adaptor.Http1AdaptorBadEndpointsTest)
> 70: Test various improperly constructed response messages ... ok
> 70: 
> 70: Router TestBadEndpoints output file:
> 70: 
> 70: -
> 70: Suppressions used:
> 70:   count  bytes template
> 70:   1 24 ^pn_condition$
> 70:   1   1536 ^pn_raw_connection$
> 70:   1 56 qdr_core_subscribe
> 70:   2112 ^pn_string_grow$
> 70:   7328 ^pn_object_new$
> 70:   1128 ^pn_list$
> 70:   2 48 ^pni_record_create$
> 70: 597 926857 /libpython3.*.so
> 70: -
> 70: 
> 70: 
> 70: 
> 70: test_01_concurrent_requests 
> (system_tests_http1_adaptor.Http1AdaptorEdge2EdgeTest)
> 70: Test multiple concurrent clients sending streaming messages ... ok
> 70: test_02_credit_replenish 
> (system_tests_http1_adaptor.Http1AdaptorEdge2EdgeTest)
> 70: Verify credit is replenished by sending > the default credit window ... ok
> 70: test_03_server_reconnect 
> (system_tests_http1_adaptor.Http1AdaptorEdge2EdgeTest)
> 70: Verify server reconnect logic. ... ok
> 70: test_04_server_pining_for_the_fjords 
> (system_tests_http1_adaptor.Http1AdaptorEdge2EdgeTest)
> 70: Test permanent loss of server ... ok
> 70: test_05_large_streaming_msg 
> (system_tests_http1_adaptor.Http1AdaptorEdge2EdgeTest)
> 70: Verify large streaming message transfer ... ok
> 70: 
> 70: Router EA2 output file:
> 70: 
> 70: -
> 70: Suppressions used:
> 70:   count  bytes template
> 70:   7 59 ^load_server_config$
> 70:   6401 ^qd_dispatch_configure_connector$
> 70:   1 24 ^pn_condition$
> 70:   1   1536 ^pn_raw_connection$
> 70:   1 64 sys_mutex
> 70:   1 56 qdr_core_subscribe
> 70:   2112 ^pn_string_grow$
> 70:   7328 ^pn_object_new$
> 70:   1128 ^pn_list$
> 70:   2 48 ^pni_record_create$
> 70: 601 929697 /libpython3.*.so
> 70: -
> 70: 
> 70: 
> 70: 
> 70: 
> 70: Router EA2 debug dump file:
> 70: 
> 70: alloc.c: Items of type 'qd_timer_t' remain allocated at shutdown: 1 
> (SUPPRESSED)
> 70: alloc.c: Items of type 'qd_connector_t' remain allocated at shutdown: 1 
> (SUPPRESSED)
> 70: 
> 70: 
> 70: 
> 70: Router EA1 output file:
> 70: 
> 70: -
> 70: Suppressions used:
> 70:   count  bytes template
> 70:   7 59 ^load_server_config$
> 70:   6401 ^qd_dispatch_configure_connector$
> 70:   1 64 sys_mutex
> 70:   1 56 qdr_core_subscribe
> 70: 601 929697 /libpython3.*.so
> 70: -
> 70: 
> 70: 
> 70: 
> 70: 
> 70: Router EA1 debug dump file:
> 70: 
> 70: alloc.c: Items of type 'qd_timer_t' remain allocated at shutdown: 1 
> (SUPPRESSED)
> 70: alloc.c: Items of type 'qd_connector_t' remain allocated at shutdown: 1 
> (SUPPRESSED)
> 70: 
> 70: 
> 70: 
> 70: Router INT.A output file:
> 70: 
> 70: -
> 70: Suppressions used:
> 70:   count  bytes template
> 70:   6336 qdr_core_subscribe
> 70: 633 956953 

[jira] [Closed] (DISPATCH-1890) need tests for http1 multicast

2022-03-16 Thread Ken Giusti (Jira)


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

Ken Giusti closed DISPATCH-1890.

Resolution: Won't Fix

> need tests for http1 multicast
> --
>
> Key: DISPATCH-1890
> URL: https://issues.apache.org/jira/browse/DISPATCH-1890
> Project: Qpid Dispatch
>  Issue Type: Improvement
>  Components: Protocol Adaptors
>Reporter: Gordon Sim
>Assignee: Ken Giusti
>Priority: Major
>  Labels: HTTP/1.x
> Fix For: 1.20.0
>
>




--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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



[jira] [Closed] (DISPATCH-1892) http1 json aggregation does not handle large messages

2022-03-16 Thread Ken Giusti (Jira)


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

Ken Giusti closed DISPATCH-1892.

Resolution: Won't Fix

> http1 json aggregation does not handle large messages
> -
>
> Key: DISPATCH-1892
> URL: https://issues.apache.org/jira/browse/DISPATCH-1892
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Protocol Adaptors
> Environment: At some point above 8k the conversion of the message 
> into a python message is truncating data.
>Reporter: Gordon Sim
>Assignee: Ken Giusti
>Priority: Major
>  Labels: HTTP/1.x
> Fix For: 1.20.0
>
>




--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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



[jira] [Closed] (DISPATCH-1967) TCP adaptor connections not counted against policy global count

2022-03-16 Thread Ken Giusti (Jira)


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

Ken Giusti closed DISPATCH-1967.

Resolution: Won't Fix

> TCP adaptor connections not counted against policy global count
> ---
>
> Key: DISPATCH-1967
> URL: https://issues.apache.org/jira/browse/DISPATCH-1967
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Policy Engine, Protocol Adaptors
>Affects Versions: 1.15.0
>Reporter: Charles E. Rolke
>Assignee: Charles E. Rolke
>Priority: Major
> Fix For: 1.20.0
>
>
> After many thousand TCP connections the router Policy Status shows 
> _Connections Processed = 1_. That connection is the management connection 
> that read the count.
> Adaptor connections must be counted by policy and subjected to global count 
> limits.
> This same problem probably exists in the other protocol adaptors.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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



[jira] [Closed] (DISPATCH-2093) [tcp] TCP deliveries are counted as modified

2022-03-16 Thread Ken Giusti (Jira)


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

Ken Giusti closed DISPATCH-2093.

Resolution: Won't Fix

> [tcp] TCP deliveries are counted as modified
> 
>
> Key: DISPATCH-2093
> URL: https://issues.apache.org/jira/browse/DISPATCH-2093
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Protocol Adaptors
>Affects Versions: 1.15.0, 1.16.0
>Reporter: Ken Giusti
>Assignee: Ken Giusti
>Priority: Major
> Fix For: 1.20.0
>
>
> TCP deliveries that pass over inter router links are being counted as 
> 'modified' once the TCP connections complete.   Since the inter router links 
> survive much longer than the TCP links, the "modified" counters are visible 
> long after TCP i done.
>  
> Proposed fix:
> Add to void handle_disconnected(qdr_tcp_connection_t* conn):
> {{qd_log(tcp_adaptor->log_source, QD_LOG_DEBUG, "[C%"PRIu64"][L%"PRIu64"] 
> handle_disconnected - close outstream", conn->conn_id, conn->outgoing_id);}}
> {{+ qdr_delivery_remote_state_updated(tcp_adaptor->core,}}
> {{+   conn->outstream,}}
> {{+   PN_ACCEPTED,}}
> {{+   true, // settled,}}
> {{+   0, // delivery state}}
> {{+   false);}}
> {{qdr_delivery_decref(tcp_adaptor->core, conn->outstream, 
> "tcp-adaptor.handle_disconnected - outstream");}}
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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



[jira] [Closed] (DISPATCH-2288) Network-centric logging facility for protocol adaptors

2022-03-16 Thread Ken Giusti (Jira)


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

Ken Giusti closed DISPATCH-2288.

Resolution: Won't Fix

> Network-centric logging facility for protocol adaptors
> --
>
> Key: DISPATCH-2288
> URL: https://issues.apache.org/jira/browse/DISPATCH-2288
> Project: Qpid Dispatch
>  Issue Type: New Feature
>  Components: Protocol Adaptors
>Reporter: Ted Ross
>Assignee: Ted Ross
>Priority: Major
> Fix For: 1.20.0
>
>
> A separate logging/tracing facility is needed for the protocol adaptors to 
> serve users that are more accustomed to network/firewall/router logs and are 
> not concerned with AMQP/messaging/link-protocol details.
> This feature will make the use of the protocol adaptors more observable and 
> debuggable to network-familiar developers and operators.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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



[jira] [Closed] (DISPATCH-2087) TCP adaptor listener connections hang if no connectors are defined

2022-03-16 Thread Ken Giusti (Jira)


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

Ken Giusti closed DISPATCH-2087.

Resolution: Won't Fix

> TCP adaptor listener connections hang if no connectors are defined
> --
>
> Key: DISPATCH-2087
> URL: https://issues.apache.org/jira/browse/DISPATCH-2087
> Project: Qpid Dispatch
>  Issue Type: Bug
>Reporter: Charles E. Rolke
>Assignee: Ken Giusti
>Priority: Major
> Fix For: 1.20.0
>
>
> The proposed 1.16.0 freeze version of the TCP adaptor may have two start up 
> problems:
>  * a connector is defined but the server is absent
>  * no connector is defined
> If a connector is defined but the server is absent:
>  * A client connects to the listener. Listener starts with SYN, SYN/ACK, ACK.
>  * The client sends the first payload bytes; listener ACKs
>  * The server connection fails with SYN, RST/ACK, ACK.
>  * The client connection is closed with FIN, FIN/ACK, ACK
> If a connector is not defined:
>  * A client connects to the listener. Listener starts with SYN, SYN/ACK, ACK.
>  * The client sends the first payload bytes
>  * No further traffic is passed on the client connection
>  * Even if the server is started while the client is waiting no further 
> traffic is passed on the to the client.
> Leaving the client connected forever with no hope of ever passing data is a 
> bug. Two approaches that would improve service for the client:
>  * If there is no connector then close the client connection immediately
>  * If the client connection is left open then when a tcpConnector is defined 
> attach that connector's server to the in-progress listener connection.
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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



[jira] [Updated] (DISPATCH-2234) Update JavaScript console packages for the 1.19.0 release

2022-03-16 Thread Ken Giusti (Jira)


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

Ken Giusti updated DISPATCH-2234:
-
Fix Version/s: 1.19.0
   (was: 1.20.0)

> Update JavaScript console packages for the 1.19.0 release
> -
>
> Key: DISPATCH-2234
> URL: https://issues.apache.org/jira/browse/DISPATCH-2234
> Project: Qpid Dispatch
>  Issue Type: Task
>  Components: Console
>Reporter: Jiri Daněk
>Assignee: Jiri Daněk
>Priority: Major
> Fix For: 1.19.0
>
>




--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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



[jira] [Commented] (DISPATCH-2234) Update JavaScript console packages for the 1.19.0 release

2022-03-16 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/DISPATCH-2234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17507911#comment-17507911
 ] 

ASF subversion and git services commented on DISPATCH-2234:
---

Commit 0bfe00dacb58e197932510a062d1928b1f06f198 in qpid-dispatch's branch 
refs/heads/1.19.x from Jiri Daněk
[ https://gitbox.apache.org/repos/asf?p=qpid-dispatch.git;h=0bfe00d ]

DISPATCH-2234: Update JavaScript console packages for the 1.19.0 release (round 
2) (#1537)

(cherry picked from commit f0c7e9323b80741c53d6a8c7c230349e4fc49e89)


> Update JavaScript console packages for the 1.19.0 release
> -
>
> Key: DISPATCH-2234
> URL: https://issues.apache.org/jira/browse/DISPATCH-2234
> Project: Qpid Dispatch
>  Issue Type: Task
>  Components: Console
>Reporter: Jiri Daněk
>Assignee: Jiri Daněk
>Priority: Major
> Fix For: 1.20.0
>
>




--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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



[GitHub] [qpid-dispatch] codecov-commenter edited a comment on pull request #1540: Bump browserslist from 4.20.0 to 4.20.2 in /console/react

2022-03-16 Thread GitBox


codecov-commenter edited a comment on pull request #1540:
URL: https://github.com/apache/qpid-dispatch/pull/1540#issuecomment-1069479051


   # 
[Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/1540?src=pr=h1_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation)
 Report
   > Merging 
[#1540](https://codecov.io/gh/apache/qpid-dispatch/pull/1540?src=pr=desc_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation)
 (77b37b3) into 
[main](https://codecov.io/gh/apache/qpid-dispatch/commit/2fe2fe7feb1655bc446c05b8ef5d741068089770?el=desc_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation)
 (2fe2fe7) will **increase** coverage by `0.02%`.
   > The diff coverage is `n/a`.
   
   ```diff
   @@Coverage Diff @@
   ## main#1540  +/-   ##
   ==
   + Coverage   85.90%   85.92%   +0.02% 
   ==
 Files 110  110  
 Lines   2470124701  
   ==
   + Hits2122021225   +5 
   + Misses   3481 3476   -5 
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/qpid-dispatch/pull/1540?src=pr=tree_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation)
 | Coverage Δ | |
   |---|---|---|
   | 
[src/router\_core/forwarder.c](https://codecov.io/gh/apache/qpid-dispatch/pull/1540/diff?src=pr=tree_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation#diff-c3JjL3JvdXRlcl9jb3JlL2ZvcndhcmRlci5j)
 | `93.46% <0.00%> (-0.40%)` | :arrow_down: |
   | 
[src/router\_node.c](https://codecov.io/gh/apache/qpid-dispatch/pull/1540/diff?src=pr=tree_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation#diff-c3JjL3JvdXRlcl9ub2RlLmM=)
 | `93.17% <0.00%> (ø)` | |
   | 
[src/message.c](https://codecov.io/gh/apache/qpid-dispatch/pull/1540/diff?src=pr=tree_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation#diff-c3JjL21lc3NhZ2UuYw==)
 | `87.92% <0.00%> (+0.07%)` | :arrow_up: |
   | 
[src/router\_core/transfer.c](https://codecov.io/gh/apache/qpid-dispatch/pull/1540/diff?src=pr=tree_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation#diff-c3JjL3JvdXRlcl9jb3JlL3RyYW5zZmVyLmM=)
 | `86.79% <0.00%> (+0.43%)` | :arrow_up: |
   | 
[src/router\_core/delivery.c](https://codecov.io/gh/apache/qpid-dispatch/pull/1540/diff?src=pr=tree_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation#diff-c3JjL3JvdXRlcl9jb3JlL2RlbGl2ZXJ5LmM=)
 | `94.08% <0.00%> (+0.73%)` | :arrow_up: |
   
   --
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/1540?src=pr=continue_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn 
more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation)
   > `Δ = absolute  (impact)`, `ø = not affected`, `? = missing data`
   > Powered by 
[Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/1540?src=pr=footer_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation).
 Last update 
[2fe2fe7...77b37b3](https://codecov.io/gh/apache/qpid-dispatch/pull/1540?src=pr=lastupdated_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation).
 Read the [comment 
docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation).
   


-- 
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] codecov-commenter commented on pull request #1540: Bump browserslist from 4.20.0 to 4.20.2 in /console/react

2022-03-16 Thread GitBox


codecov-commenter commented on pull request #1540:
URL: https://github.com/apache/qpid-dispatch/pull/1540#issuecomment-1069479051


   # 
[Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/1540?src=pr=h1_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation)
 Report
   > Merging 
[#1540](https://codecov.io/gh/apache/qpid-dispatch/pull/1540?src=pr=desc_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation)
 (77b37b3) into 
[main](https://codecov.io/gh/apache/qpid-dispatch/commit/2fe2fe7feb1655bc446c05b8ef5d741068089770?el=desc_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation)
 (2fe2fe7) will **increase** coverage by `0.00%`.
   > The diff coverage is `n/a`.
   
   ```diff
   @@   Coverage Diff   @@
   ## main#1540   +/-   ##
   ===
 Coverage   85.90%   85.91%   
   ===
 Files 110  110   
 Lines   2470124701   
   ===
   + Hits2122021222+2 
   + Misses   3481 3479-2 
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/qpid-dispatch/pull/1540?src=pr=tree_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation)
 | Coverage Δ | |
   |---|---|---|
   | 
[src/router\_core/forwarder.c](https://codecov.io/gh/apache/qpid-dispatch/pull/1540/diff?src=pr=tree_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation#diff-c3JjL3JvdXRlcl9jb3JlL2ZvcndhcmRlci5j)
 | `93.46% <0.00%> (-0.40%)` | :arrow_down: |
   | 
[src/router\_core/connections.c](https://codecov.io/gh/apache/qpid-dispatch/pull/1540/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.29%)` | :arrow_down: |
   | 
[src/router\_node.c](https://codecov.io/gh/apache/qpid-dispatch/pull/1540/diff?src=pr=tree_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation#diff-c3JjL3JvdXRlcl9ub2RlLmM=)
 | `93.17% <0.00%> (ø)` | |
   | 
[src/message.c](https://codecov.io/gh/apache/qpid-dispatch/pull/1540/diff?src=pr=tree_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation#diff-c3JjL21lc3NhZ2UuYw==)
 | `87.92% <0.00%> (+0.07%)` | :arrow_up: |
   | 
[src/router\_core/transfer.c](https://codecov.io/gh/apache/qpid-dispatch/pull/1540/diff?src=pr=tree_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation#diff-c3JjL3JvdXRlcl9jb3JlL3RyYW5zZmVyLmM=)
 | `86.79% <0.00%> (+0.43%)` | :arrow_up: |
   | 
[src/router\_core/delivery.c](https://codecov.io/gh/apache/qpid-dispatch/pull/1540/diff?src=pr=tree_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation#diff-c3JjL3JvdXRlcl9jb3JlL2RlbGl2ZXJ5LmM=)
 | `94.08% <0.00%> (+0.73%)` | :arrow_up: |
   
   --
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/1540?src=pr=continue_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn 
more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation)
   > `Δ = absolute  (impact)`, `ø = not affected`, `? = missing data`
   > Powered by 
[Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/1540?src=pr=footer_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation).
 Last update 
[2fe2fe7...77b37b3](https://codecov.io/gh/apache/qpid-dispatch/pull/1540?src=pr=lastupdated_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation).
 Read the [comment 
docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation).
   


-- 
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] codecov-commenter commented on pull request #1539: Bump prettier from 2.5.1 to 2.6.0 in /console/react

2022-03-16 Thread GitBox


codecov-commenter commented on pull request #1539:
URL: https://github.com/apache/qpid-dispatch/pull/1539#issuecomment-1069463355


   # 
[Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/1539?src=pr=h1_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation)
 Report
   > Merging 
[#1539](https://codecov.io/gh/apache/qpid-dispatch/pull/1539?src=pr=desc_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation)
 (3aaadc2) into 
[main](https://codecov.io/gh/apache/qpid-dispatch/commit/2fe2fe7feb1655bc446c05b8ef5d741068089770?el=desc_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation)
 (2fe2fe7) will **decrease** coverage by `0.02%`.
   > The diff coverage is `n/a`.
   
   ```diff
   @@Coverage Diff @@
   ## main#1539  +/-   ##
   ==
   - Coverage   85.90%   85.88%   -0.03% 
   ==
 Files 110  110  
 Lines   2470124701  
   ==
   - Hits2122021215   -5 
   - Misses   3481 3486   +5 
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/qpid-dispatch/pull/1539?src=pr=tree_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation)
 | Coverage Δ | |
   |---|---|---|
   | 
[...router\_core/modules/edge\_router/link\_route\_proxy.c](https://codecov.io/gh/apache/qpid-dispatch/pull/1539/diff?src=pr=tree_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation#diff-c3JjL3JvdXRlcl9jb3JlL21vZHVsZXMvZWRnZV9yb3V0ZXIvbGlua19yb3V0ZV9wcm94eS5j)
 | `78.69% <0.00%> (-4.15%)` | :arrow_down: |
   | 
[src/router\_core/modules/edge\_router/edge\_mgmt.c](https://codecov.io/gh/apache/qpid-dispatch/pull/1539/diff?src=pr=tree_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation#diff-c3JjL3JvdXRlcl9jb3JlL21vZHVsZXMvZWRnZV9yb3V0ZXIvZWRnZV9tZ210LmM=)
 | `84.15% <0.00%> (-1.00%)` | :arrow_down: |
   | 
[src/router\_core/forwarder.c](https://codecov.io/gh/apache/qpid-dispatch/pull/1539/diff?src=pr=tree_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation#diff-c3JjL3JvdXRlcl9jb3JlL2ZvcndhcmRlci5j)
 | `93.46% <0.00%> (-0.40%)` | :arrow_down: |
   | 
[src/router\_core/transfer.c](https://codecov.io/gh/apache/qpid-dispatch/pull/1539/diff?src=pr=tree_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation#diff-c3JjL3JvdXRlcl9jb3JlL3RyYW5zZmVyLmM=)
 | `86.14% <0.00%> (-0.22%)` | :arrow_down: |
   | 
[src/router\_node.c](https://codecov.io/gh/apache/qpid-dispatch/pull/1539/diff?src=pr=tree_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation#diff-c3JjL3JvdXRlcl9ub2RlLmM=)
 | `93.17% <0.00%> (ø)` | |
   | 
[src/router\_core/connections.c](https://codecov.io/gh/apache/qpid-dispatch/pull/1539/diff?src=pr=tree_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation#diff-c3JjL3JvdXRlcl9jb3JlL2Nvbm5lY3Rpb25zLmM=)
 | `87.36% <0.00%> (+0.28%)` | :arrow_up: |
   | 
[src/router\_core/delivery.c](https://codecov.io/gh/apache/qpid-dispatch/pull/1539/diff?src=pr=tree_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation#diff-c3JjL3JvdXRlcl9jb3JlL2RlbGl2ZXJ5LmM=)
 | `93.90% <0.00%> (+0.55%)` | :arrow_up: |
   
   --
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/1539?src=pr=continue_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn 
more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation)
   > `Δ = absolute  (impact)`, `ø = not affected`, `? = missing data`
   > Powered by 
[Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/1539?src=pr=footer_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation).
 Last update 
[2fe2fe7...3aaadc2](https://codecov.io/gh/apache/qpid-dispatch/pull/1539?src=pr=lastupdated_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation).
 Read the [comment 
docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation).
   


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

[GitHub] [qpid-dispatch] dependabot[bot] opened a new pull request #1540: Bump browserslist from 4.20.0 to 4.20.2 in /console/react

2022-03-16 Thread GitBox


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


   Bumps [browserslist](https://github.com/browserslist/browserslist) from 
4.20.0 to 4.20.2.
   
   Changelog
   Sourced from https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md;>browserslist's
 changelog.
   
   4.20.2
   
   Fixed package.funding URL format.
   
   4.20.1
   
   Fixed package.funding.
   Fixed docs (by Michael Lohmann).
   
   4.20
   
   Added last 2 node versions and last 2 node major 
versions (by https://github.com/g-plane;>@​g-plane).
   
   4.19.3
   
   Updated Firefox ESR (by Christophe Coevoet).
   
   4.19.2
   
   Fixed --help output.
   
   4.19.1
   
   Fixed throwOnMissing types (by Øyvind Saltvik).
   
   4.19
   
   Added queries grammar definition (by Pig Fang).
   Added throwOnMissing option (by Øyvind Saltvik).
   Fixed null data ignoring in  50% in CN 
(byPig Fang).
   Fixed data parsing in in my stats (by Sun Xiaoran).
   Fixed yarn.lock support with integrity (by 
Alexey Berezin).
   Fixed Yarn Berry error message in --update-db.
   
   4.18.1
   
   Fixed case inventiveness for cover queries (by Pig 
Fang).
   Fixed since 1970 query for null in release 
date (by Pig Fang).
   
   4.18
   
   Added --ignore-unknown-versions CLI option (by Pig 
Fang).
   
   4.17.6
   
   Fixed sharable config resolution (by Adaline Valentina Simonian).
   
   4.17.5
   
   Fixed --update-db for some pnpm cases.
   
   4.17.4
   
   Reduced package size.
   
   4.17.3
   
   Use picocolors for color output in 
--update-db.
   
   4.17.2
   
   Reduced package size.
   
   4.17.1
   
   
   ... (truncated)
   
   
   Commits
   
   https://github.com/browserslist/browserslist/commit/69e60bf96e621ebbbe51a6b8d6d77b9ee3a1d0f0;>69e60bf
 Release 4.20.2 version
   https://github.com/browserslist/browserslist/commit/733722b4f734fcd1c4ce6c141558b4e9be5def9d;>733722b
 Fix funding URL format
   https://github.com/browserslist/browserslist/commit/14508ce9c890a55e2eca731a0cd1161fb7946c96;>14508ce
 Release 4.20.1 version
   https://github.com/browserslist/browserslist/commit/43914a868328e55473f10fc80063b1d08077fdc8;>43914a8
 Update CI config
   https://github.com/browserslist/browserslist/commit/48d11420a482f2c58a76ae0f7b0ecfb9197f910f;>48d1142
 Update dependencies
   https://github.com/browserslist/browserslist/commit/90ead7a6621e0df4021db35ba2148bf49cbf9df2;>90ead7a
 Update package.funding
   https://github.com/browserslist/browserslist/commit/1f6f2187e4a0188432736a372a89f8bafb4110e4;>1f6f218
 README: clarify relative complement (https://github-redirect.dependabot.com/browserslist/browserslist/issues/674;>#674)
   See full diff in https://github.com/browserslist/browserslist/compare/4.20.0...4.20.2;>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=browserslist=npm_and_yarn=4.20.0=4.20.2)](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)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


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

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

2022-03-16 Thread GitBox


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


   Bumps [prettier](https://github.com/prettier/prettier) from 2.5.1 to 2.6.0.
   
   Release notes
   Sourced from https://github.com/prettier/prettier/releases;>prettier's 
releases.
   
   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.6.0
   https://github.com/prettier/prettier/compare/2.5.1...2.6.0;>diff
    https://prettier.io/blog/2022/03/16/2.6.0.html;>Release 
Notes
   
   
   
   Commits
   
   https://github.com/prettier/prettier/commit/cba25e6b095eb33e9185eb0657680fed3456e688;>cba25e6
 Release 2.6.0
   https://github.com/prettier/prettier/commit/4cae7e15a79429e29b1e36fad4b7d2d2f2dabd8d;>4cae7e1
 Build: Remove an extra new line in UMD bundle (https://github-redirect.dependabot.com/prettier/prettier/issues/12467;>#12467)
   https://github.com/prettier/prettier/commit/9a070503a340f83319385ea02c69f301b8d9bd1f;>9a07050
 Build: Remove mainFields override (https://github-redirect.dependabot.com/prettier/prettier/issues/12466;>#12466)
   https://github.com/prettier/prettier/commit/6cdf21af085e42a3e058d10835689cdfdcd89ad0;>6cdf21a
 Fix comment (https://github-redirect.dependabot.com/prettier/prettier/issues/12464;>#12464)
   https://github.com/prettier/prettier/commit/b26a24558aa72af0b19be2b1702ccff4b8e84f52;>b26a245
 Build(deps-dev): Bump esbuild from 0.14.26 to 0.14.27 (https://github-redirect.dependabot.com/prettier/prettier/issues/12461;>#12461)
   https://github.com/prettier/prettier/commit/34dcd96922efaff08ad72820da9efc2fb66d914f;>34dcd96
 Build: Add a plugin to throw unexpected warnings (https://github-redirect.dependabot.com/prettier/prettier/issues/12463;>#12463)
   https://github.com/prettier/prettier/commit/6fa3966d8a6cb13c20b49190613fffbdbd580858;>6fa3966
 Build(deps-dev): Bump @​typescript-eslint/eslint-plugin (https://github-redirect.dependabot.com/prettier/prettier/issues/12457;>#12457)
   https://github.com/prettier/prettier/commit/901c21915578da2425f8a509213d4c24fb23e675;>901c219
 Build(deps): Bump @​typescript-eslint/typescript-estree (https://github-redirect.dependabot.com/prettier/prettier/issues/12458;>#12458)
   https://github.com/prettier/prettier/commit/1bf2fa32a2b27d352546783a6459ddb870ba7fa9;>1bf2fa3
 Build(deps-dev): Bump @​babel/core from 7.17.5 to 7.17.7 (https://github-redirect.dependabot.com/prettier/prettier/issues/12459;>#12459)
   https://github.com/prettier/prettier/commit/cae195187f524dd74e60849e0a4392654423415b;>cae1951
 Fix diff package import (https://github-redirect.dependabot.com/prettier/prettier/issues/12462;>#12462)
   Additional commits viewable in https://github.com/prettier/prettier/compare/2.5.1...2.6.0;>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=prettier=npm_and_yarn=2.5.1=2.6.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)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


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




[jira] [Resolved] (DISPATCH-2234) Update JavaScript console packages for the 1.19.0 release

2022-03-16 Thread Jira


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

Jiri Daněk resolved DISPATCH-2234.
--
Resolution: Fixed

> Update JavaScript console packages for the 1.19.0 release
> -
>
> Key: DISPATCH-2234
> URL: https://issues.apache.org/jira/browse/DISPATCH-2234
> Project: Qpid Dispatch
>  Issue Type: Task
>  Components: Console
>Reporter: Jiri Daněk
>Assignee: Jiri Daněk
>Priority: Major
> Fix For: 1.20.0
>
>




--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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



[jira] [Updated] (DISPATCH-2234) Update JavaScript console packages for the 1.19.0 release

2022-03-16 Thread Jira


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

Jiri Daněk updated DISPATCH-2234:
-
Status: Reviewable  (was: In Progress)

> Update JavaScript console packages for the 1.19.0 release
> -
>
> Key: DISPATCH-2234
> URL: https://issues.apache.org/jira/browse/DISPATCH-2234
> Project: Qpid Dispatch
>  Issue Type: Task
>  Components: Console
>Reporter: Jiri Daněk
>Assignee: Jiri Daněk
>Priority: Major
> Fix For: 1.20.0
>
>




--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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



[jira] [Commented] (DISPATCH-2336) Dockerfile-ubuntu not building

2022-03-16 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/DISPATCH-2336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17507676#comment-17507676
 ] 

ASF GitHub Bot commented on DISPATCH-2336:
--

jiridanek merged pull request #1536:
URL: https://github.com/apache/qpid-dispatch/pull/1536


   


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


> Dockerfile-ubuntu not building
> --
>
> Key: DISPATCH-2336
> URL: https://issues.apache.org/jira/browse/DISPATCH-2336
> Project: Qpid Dispatch
>  Issue Type: Bug
>Affects Versions: 1.18.0
>Reporter: Birgen Geelen
>Assignee: Jiri Daněk
>Priority: Minor
> Fix For: 1.20.0
>
>
> 2 issues while building the docker image using command:
> sudo docker build -t docker-image-name --file=Dockerfile-ubuntu
>  * 1st Error raised is:
> {code:java}
> STEP 5/13: RUN pip3 install quart selectors grpcio protobuf h2
> /bin/sh: 1: pip3: not found
> Error: error building at STEP "RUN pip3 install quart selectors grpcio 
> protobuf h2": error while running runtime: exit status 127 {code}
> Can be fixed by adding python3-pip to the list of packages to be installed 
> Dockerfile-ubuntu.
>  
>  
>  * 2nd error: incorrect change directory statement
> Diff for fix:
> diff Dockerfile-ubuntu Dockerfile-ubuntu.old
> 29c29
> <     apt-get install -y curl gcc g++ automake libwebsockets-dev libtool 
> zlib1g-dev cmake libsasl2-dev libssl-dev libnghttp2-dev python3-dev 
> *_+python3-pip+_* libuv1-dev sasl2-bin swig maven git && \
> —
> >     apt-get install -y curl gcc g++ automake libwebsockets-dev libtool 
> > zlib1g-dev cmake libsasl2-dev libssl-dev libnghttp2-dev python3-dev 
> > libuv1-dev sasl2-bin swig maven git && \
> 34c34
> < RUN git clone [https://gitbox.apache.org/repos/asf/qpid-dispatch.git] && cd 
> *_+qpid-dispatch+_* && git submodule add 
> [https://gitbox.apache.org/repos/asf/qpid-proton.git] && git submodule update 
> --init
> —
> > RUN git clone [https://gitbox.apache.org/repos/asf/qpid-dispatch.git] && cd 
> > *{color:#FF}/qpid-dispatch{color}* && git submodule add 
> > [https://gitbox.apache.org/repos/asf/qpid-proton.git] && git submodule 
> > update --init



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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



[GitHub] [qpid-dispatch] jiridanek merged pull request #1536: DISPATCH-2336: Fix Dockerfiles in the dockerfile folder

2022-03-16 Thread GitBox


jiridanek merged pull request #1536:
URL: https://github.com/apache/qpid-dispatch/pull/1536


   


-- 
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] [Commented] (DISPATCH-2336) Dockerfile-ubuntu not building

2022-03-16 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/DISPATCH-2336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17507672#comment-17507672
 ] 

ASF subversion and git services commented on DISPATCH-2336:
---

Commit 2fe2fe7feb1655bc446c05b8ef5d741068089770 in qpid-dispatch's branch 
refs/heads/main from Jiri Daněk
[ https://gitbox.apache.org/repos/asf?p=qpid-dispatch.git;h=2fe2fe7 ]

DISPATCH-2336: Fix Dockerfiles in the dockerfile folder (#1536)



> Dockerfile-ubuntu not building
> --
>
> Key: DISPATCH-2336
> URL: https://issues.apache.org/jira/browse/DISPATCH-2336
> Project: Qpid Dispatch
>  Issue Type: Bug
>Affects Versions: 1.18.0
>Reporter: Birgen Geelen
>Assignee: Jiri Daněk
>Priority: Minor
> Fix For: 1.20.0
>
>
> 2 issues while building the docker image using command:
> sudo docker build -t docker-image-name --file=Dockerfile-ubuntu
>  * 1st Error raised is:
> {code:java}
> STEP 5/13: RUN pip3 install quart selectors grpcio protobuf h2
> /bin/sh: 1: pip3: not found
> Error: error building at STEP "RUN pip3 install quart selectors grpcio 
> protobuf h2": error while running runtime: exit status 127 {code}
> Can be fixed by adding python3-pip to the list of packages to be installed 
> Dockerfile-ubuntu.
>  
>  
>  * 2nd error: incorrect change directory statement
> Diff for fix:
> diff Dockerfile-ubuntu Dockerfile-ubuntu.old
> 29c29
> <     apt-get install -y curl gcc g++ automake libwebsockets-dev libtool 
> zlib1g-dev cmake libsasl2-dev libssl-dev libnghttp2-dev python3-dev 
> *_+python3-pip+_* libuv1-dev sasl2-bin swig maven git && \
> —
> >     apt-get install -y curl gcc g++ automake libwebsockets-dev libtool 
> > zlib1g-dev cmake libsasl2-dev libssl-dev libnghttp2-dev python3-dev 
> > libuv1-dev sasl2-bin swig maven git && \
> 34c34
> < RUN git clone [https://gitbox.apache.org/repos/asf/qpid-dispatch.git] && cd 
> *_+qpid-dispatch+_* && git submodule add 
> [https://gitbox.apache.org/repos/asf/qpid-proton.git] && git submodule update 
> --init
> —
> > RUN git clone [https://gitbox.apache.org/repos/asf/qpid-dispatch.git] && cd 
> > *{color:#FF}/qpid-dispatch{color}* && git submodule add 
> > [https://gitbox.apache.org/repos/asf/qpid-proton.git] && git submodule 
> > update --init



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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



[jira] [Resolved] (DISPATCH-2336) Dockerfile-ubuntu not building

2022-03-16 Thread Jira


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

Jiri Daněk resolved DISPATCH-2336.
--
Resolution: Fixed

> Dockerfile-ubuntu not building
> --
>
> Key: DISPATCH-2336
> URL: https://issues.apache.org/jira/browse/DISPATCH-2336
> Project: Qpid Dispatch
>  Issue Type: Bug
>Affects Versions: 1.18.0
>Reporter: Birgen Geelen
>Assignee: Jiri Daněk
>Priority: Minor
> Fix For: 1.20.0
>
>
> 2 issues while building the docker image using command:
> sudo docker build -t docker-image-name --file=Dockerfile-ubuntu
>  * 1st Error raised is:
> {code:java}
> STEP 5/13: RUN pip3 install quart selectors grpcio protobuf h2
> /bin/sh: 1: pip3: not found
> Error: error building at STEP "RUN pip3 install quart selectors grpcio 
> protobuf h2": error while running runtime: exit status 127 {code}
> Can be fixed by adding python3-pip to the list of packages to be installed 
> Dockerfile-ubuntu.
>  
>  
>  * 2nd error: incorrect change directory statement
> Diff for fix:
> diff Dockerfile-ubuntu Dockerfile-ubuntu.old
> 29c29
> <     apt-get install -y curl gcc g++ automake libwebsockets-dev libtool 
> zlib1g-dev cmake libsasl2-dev libssl-dev libnghttp2-dev python3-dev 
> *_+python3-pip+_* libuv1-dev sasl2-bin swig maven git && \
> —
> >     apt-get install -y curl gcc g++ automake libwebsockets-dev libtool 
> > zlib1g-dev cmake libsasl2-dev libssl-dev libnghttp2-dev python3-dev 
> > libuv1-dev sasl2-bin swig maven git && \
> 34c34
> < RUN git clone [https://gitbox.apache.org/repos/asf/qpid-dispatch.git] && cd 
> *_+qpid-dispatch+_* && git submodule add 
> [https://gitbox.apache.org/repos/asf/qpid-proton.git] && git submodule update 
> --init
> —
> > RUN git clone [https://gitbox.apache.org/repos/asf/qpid-dispatch.git] && cd 
> > *{color:#FF}/qpid-dispatch{color}* && git submodule add 
> > [https://gitbox.apache.org/repos/asf/qpid-proton.git] && git submodule 
> > update --init



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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



[jira] [Updated] (DISPATCH-2336) Dockerfile-ubuntu not building

2022-03-16 Thread Jira


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

Jiri Daněk updated DISPATCH-2336:
-
Status: Reviewable  (was: In Progress)

> Dockerfile-ubuntu not building
> --
>
> Key: DISPATCH-2336
> URL: https://issues.apache.org/jira/browse/DISPATCH-2336
> Project: Qpid Dispatch
>  Issue Type: Bug
>Affects Versions: 1.18.0
>Reporter: Birgen Geelen
>Assignee: Jiri Daněk
>Priority: Minor
> Fix For: 1.20.0
>
>
> 2 issues while building the docker image using command:
> sudo docker build -t docker-image-name --file=Dockerfile-ubuntu
>  * 1st Error raised is:
> {code:java}
> STEP 5/13: RUN pip3 install quart selectors grpcio protobuf h2
> /bin/sh: 1: pip3: not found
> Error: error building at STEP "RUN pip3 install quart selectors grpcio 
> protobuf h2": error while running runtime: exit status 127 {code}
> Can be fixed by adding python3-pip to the list of packages to be installed 
> Dockerfile-ubuntu.
>  
>  
>  * 2nd error: incorrect change directory statement
> Diff for fix:
> diff Dockerfile-ubuntu Dockerfile-ubuntu.old
> 29c29
> <     apt-get install -y curl gcc g++ automake libwebsockets-dev libtool 
> zlib1g-dev cmake libsasl2-dev libssl-dev libnghttp2-dev python3-dev 
> *_+python3-pip+_* libuv1-dev sasl2-bin swig maven git && \
> —
> >     apt-get install -y curl gcc g++ automake libwebsockets-dev libtool 
> > zlib1g-dev cmake libsasl2-dev libssl-dev libnghttp2-dev python3-dev 
> > libuv1-dev sasl2-bin swig maven git && \
> 34c34
> < RUN git clone [https://gitbox.apache.org/repos/asf/qpid-dispatch.git] && cd 
> *_+qpid-dispatch+_* && git submodule add 
> [https://gitbox.apache.org/repos/asf/qpid-proton.git] && git submodule update 
> --init
> —
> > RUN git clone [https://gitbox.apache.org/repos/asf/qpid-dispatch.git] && cd 
> > *{color:#FF}/qpid-dispatch{color}* && git submodule add 
> > [https://gitbox.apache.org/repos/asf/qpid-proton.git] && git submodule 
> > update --init



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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



[GitHub] [qpid-dispatch] jiridanek commented on a change in pull request #1536: DISPATCH-2336: Fix Dockerfiles in the dockerfile folder

2022-03-16 Thread GitBox


jiridanek commented on a change in pull request #1536:
URL: https://github.com/apache/qpid-dispatch/pull/1536#discussion_r828049522



##
File path: dockerfiles/Dockerfile-ubuntu
##
@@ -16,14 +16,17 @@
 # specific language governing permissions and limitations
 # under the License.
 #
+
 # Copy this docker file to your local folder. Build the docker file like this 
- sudo docker build -t /dispatch --file=Dockerfile-ubuntu . (don't 
miss the dot at the end)
 # To run it - sudo docker run -i -t /dispatch (this will launch the 
dispatch router)
 
-# Gets the trusty Ubuntu from dockerhub
-FROM ubuntu:latest
+# Gets the Ubuntu from dockerhub
+FROM docker.io/library/ubuntu:focal

Review comment:
   Done.
   
   @ganeshmurthy I've somehow did not notice the comment sooner, sorry.




-- 
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] [Commented] (DISPATCH-2336) Dockerfile-ubuntu not building

2022-03-16 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/DISPATCH-2336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17507637#comment-17507637
 ] 

ASF GitHub Bot commented on DISPATCH-2336:
--

jiridanek commented on a change in pull request #1536:
URL: https://github.com/apache/qpid-dispatch/pull/1536#discussion_r828049522



##
File path: dockerfiles/Dockerfile-ubuntu
##
@@ -16,14 +16,17 @@
 # specific language governing permissions and limitations
 # under the License.
 #
+
 # Copy this docker file to your local folder. Build the docker file like this 
- sudo docker build -t /dispatch --file=Dockerfile-ubuntu . (don't 
miss the dot at the end)
 # To run it - sudo docker run -i -t /dispatch (this will launch the 
dispatch router)
 
-# Gets the trusty Ubuntu from dockerhub
-FROM ubuntu:latest
+# Gets the Ubuntu from dockerhub
+FROM docker.io/library/ubuntu:focal

Review comment:
   Done.
   
   @ganeshmurthy I've somehow did not notice the comment sooner, sorry.




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


> Dockerfile-ubuntu not building
> --
>
> Key: DISPATCH-2336
> URL: https://issues.apache.org/jira/browse/DISPATCH-2336
> Project: Qpid Dispatch
>  Issue Type: Bug
>Affects Versions: 1.18.0
>Reporter: Birgen Geelen
>Assignee: Jiri Daněk
>Priority: Minor
> Fix For: 1.20.0
>
>
> 2 issues while building the docker image using command:
> sudo docker build -t docker-image-name --file=Dockerfile-ubuntu
>  * 1st Error raised is:
> {code:java}
> STEP 5/13: RUN pip3 install quart selectors grpcio protobuf h2
> /bin/sh: 1: pip3: not found
> Error: error building at STEP "RUN pip3 install quart selectors grpcio 
> protobuf h2": error while running runtime: exit status 127 {code}
> Can be fixed by adding python3-pip to the list of packages to be installed 
> Dockerfile-ubuntu.
>  
>  
>  * 2nd error: incorrect change directory statement
> Diff for fix:
> diff Dockerfile-ubuntu Dockerfile-ubuntu.old
> 29c29
> <     apt-get install -y curl gcc g++ automake libwebsockets-dev libtool 
> zlib1g-dev cmake libsasl2-dev libssl-dev libnghttp2-dev python3-dev 
> *_+python3-pip+_* libuv1-dev sasl2-bin swig maven git && \
> —
> >     apt-get install -y curl gcc g++ automake libwebsockets-dev libtool 
> > zlib1g-dev cmake libsasl2-dev libssl-dev libnghttp2-dev python3-dev 
> > libuv1-dev sasl2-bin swig maven git && \
> 34c34
> < RUN git clone [https://gitbox.apache.org/repos/asf/qpid-dispatch.git] && cd 
> *_+qpid-dispatch+_* && git submodule add 
> [https://gitbox.apache.org/repos/asf/qpid-proton.git] && git submodule update 
> --init
> —
> > RUN git clone [https://gitbox.apache.org/repos/asf/qpid-dispatch.git] && cd 
> > *{color:#FF}/qpid-dispatch{color}* && git submodule add 
> > [https://gitbox.apache.org/repos/asf/qpid-proton.git] && git submodule 
> > update --init



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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



[jira] [Resolved] (QPIDJMS-561) update test dependencies

2022-03-16 Thread Robbie Gemmell (Jira)


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

Robbie Gemmell resolved QPIDJMS-561.

Resolution: Fixed

> update test dependencies
> 
>
> Key: QPIDJMS-561
> URL: https://issues.apache.org/jira/browse/QPIDJMS-561
> Project: Qpid JMS
>  Issue Type: Task
>  Components: qpid-jms-client
>Reporter: Robbie Gemmell
>Assignee: Robbie Gemmell
>Priority: Minor
> Fix For: 1.6.0
>
>




--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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



[jira] [Commented] (QPIDJMS-562) Update to Netty 4.1.75

2022-03-16 Thread Robbie Gemmell (Jira)


[ 
https://issues.apache.org/jira/browse/QPIDJMS-562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17507496#comment-17507496
 ] 

Robbie Gemmell commented on QPIDJMS-562:


(Note for later reference: commits a1c23a394a2f6a9a001b27b19e44a237ab412ceb and 
706514e7a1a75a45ceb1cff60583bcb76f769882 accidentally referenced this one but 
were actually for QPIDJMS-561)

> Update to Netty 4.1.75
> --
>
> Key: QPIDJMS-562
> URL: https://issues.apache.org/jira/browse/QPIDJMS-562
> Project: Qpid JMS
>  Issue Type: Task
>  Components: qpid-jms-client
>Reporter: Robbie Gemmell
>Assignee: Robbie Gemmell
>Priority: Major
> Fix For: 1.6.0
>
>




--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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



[jira] (QPIDJMS-562) Update to Netty 4.1.75

2022-03-16 Thread Robbie Gemmell (Jira)


[ https://issues.apache.org/jira/browse/QPIDJMS-562 ]


Robbie Gemmell deleted comment on QPIDJMS-562:


was (Author: jira-bot):
Commit a1c23a394a2f6a9a001b27b19e44a237ab412ceb in qpid-jms's branch 
refs/heads/main from Robbie Gemmell
[ https://gitbox.apache.org/repos/asf?p=qpid-jms.git;h=a1c23a3 ]

QPIDJMS-562: update activemq test dep to 5.17.0, align jetty deps


> Update to Netty 4.1.75
> --
>
> Key: QPIDJMS-562
> URL: https://issues.apache.org/jira/browse/QPIDJMS-562
> Project: Qpid JMS
>  Issue Type: Task
>  Components: qpid-jms-client
>Reporter: Robbie Gemmell
>Assignee: Robbie Gemmell
>Priority: Major
> Fix For: 1.6.0
>
>




--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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



[jira] (QPIDJMS-562) Update to Netty 4.1.75

2022-03-16 Thread Robbie Gemmell (Jira)


[ https://issues.apache.org/jira/browse/QPIDJMS-562 ]


Robbie Gemmell deleted comment on QPIDJMS-562:


was (Author: jira-bot):
Commit 706514e7a1a75a45ceb1cff60583bcb76f769882 in qpid-jms's branch 
refs/heads/main from Robbie Gemmell
[ https://gitbox.apache.org/repos/asf?p=qpid-jms.git;h=706514e ]

QPIDJMS-562: update to jetty 9.4.45


> Update to Netty 4.1.75
> --
>
> Key: QPIDJMS-562
> URL: https://issues.apache.org/jira/browse/QPIDJMS-562
> Project: Qpid JMS
>  Issue Type: Task
>  Components: qpid-jms-client
>Reporter: Robbie Gemmell
>Assignee: Robbie Gemmell
>Priority: Major
> Fix For: 1.6.0
>
>




--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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



[jira] [Commented] (QPIDJMS-561) update test dependencies

2022-03-16 Thread Robbie Gemmell (Jira)


[ 
https://issues.apache.org/jira/browse/QPIDJMS-561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17507494#comment-17507494
 ] 

Robbie Gemmell commented on QPIDJMS-561:


Committed against the wrong Jira and should have been here instead:

{quote}
Commit a1c23a394a2f6a9a001b27b19e44a237ab412ceb in qpid-jms's branch 
refs/heads/main from Robbie Gemmell
[ https://gitbox.apache.org/repos/asf?p=qpid-jms.git;h=a1c23a3 ]

QPIDJMS-562: update activemq test dep to 5.17.0, align jetty deps
{quote}

> update test dependencies
> 
>
> Key: QPIDJMS-561
> URL: https://issues.apache.org/jira/browse/QPIDJMS-561
> Project: Qpid JMS
>  Issue Type: Task
>  Components: qpid-jms-client
>Reporter: Robbie Gemmell
>Assignee: Robbie Gemmell
>Priority: Minor
> Fix For: 1.6.0
>
>




--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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



[jira] [Commented] (QPIDJMS-561) update test dependencies

2022-03-16 Thread Robbie Gemmell (Jira)


[ 
https://issues.apache.org/jira/browse/QPIDJMS-561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17507495#comment-17507495
 ] 

Robbie Gemmell commented on QPIDJMS-561:


Committed against the wrong Jira and should have been here instead:

{quote}
Commit 706514e7a1a75a45ceb1cff60583bcb76f769882 in qpid-jms's branch 
refs/heads/main from Robbie Gemmell
[ https://gitbox.apache.org/repos/asf?p=qpid-jms.git;h=706514e ]

QPIDJMS-562: update to jetty 9.4.45
{quote}

> update test dependencies
> 
>
> Key: QPIDJMS-561
> URL: https://issues.apache.org/jira/browse/QPIDJMS-561
> Project: Qpid JMS
>  Issue Type: Task
>  Components: qpid-jms-client
>Reporter: Robbie Gemmell
>Assignee: Robbie Gemmell
>Priority: Minor
> Fix For: 1.6.0
>
>




--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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



[jira] [Commented] (QPIDJMS-562) Update to Netty 4.1.75

2022-03-16 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/QPIDJMS-562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17507485#comment-17507485
 ] 

ASF subversion and git services commented on QPIDJMS-562:
-

Commit 706514e7a1a75a45ceb1cff60583bcb76f769882 in qpid-jms's branch 
refs/heads/main from Robbie Gemmell
[ https://gitbox.apache.org/repos/asf?p=qpid-jms.git;h=706514e ]

QPIDJMS-562: update to jetty 9.4.45


> Update to Netty 4.1.75
> --
>
> Key: QPIDJMS-562
> URL: https://issues.apache.org/jira/browse/QPIDJMS-562
> Project: Qpid JMS
>  Issue Type: Task
>  Components: qpid-jms-client
>Reporter: Robbie Gemmell
>Assignee: Robbie Gemmell
>Priority: Major
> Fix For: 1.6.0
>
>




--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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



[jira] [Commented] (QPIDJMS-562) Update to Netty 4.1.75

2022-03-16 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/QPIDJMS-562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17507484#comment-17507484
 ] 

ASF subversion and git services commented on QPIDJMS-562:
-

Commit a1c23a394a2f6a9a001b27b19e44a237ab412ceb in qpid-jms's branch 
refs/heads/main from Robbie Gemmell
[ https://gitbox.apache.org/repos/asf?p=qpid-jms.git;h=a1c23a3 ]

QPIDJMS-562: update activemq test dep to 5.17.0, align jetty deps


> Update to Netty 4.1.75
> --
>
> Key: QPIDJMS-562
> URL: https://issues.apache.org/jira/browse/QPIDJMS-562
> Project: Qpid JMS
>  Issue Type: Task
>  Components: qpid-jms-client
>Reporter: Robbie Gemmell
>Assignee: Robbie Gemmell
>Priority: Major
> Fix For: 1.6.0
>
>




--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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



[jira] [Updated] (QPIDJMS-553) add option to use shared Netty event loop group

2022-03-16 Thread Robbie Gemmell (Jira)


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

Robbie Gemmell updated QPIDJMS-553:
---
Description: 
Having the chance to handle many client connections with few Netty threads can 
be beneficial, eg in terms of the thread staying warm, or batching syscalls 
across connections when using the coming io_uring support, plus it can already 
aid in constrained environments with many connections by helping reduce the 
native and heap memory usage through consolidating various data structure uses 
etc.

Add a _"transport.sharedEventLoopThreads"_ URI option that can be used to 
specify a number of threads to use in an EventLoopGroup shared amongst 
connections active at the same time and using the same value. Default to -1 
giving the existing behaviour of each connection using its own.

  was:
Having the chance to handle many client connections with few Netty threads can 
be beneficial, eg in terms of the thread staying warm, batching batching 
syscalls across connections when using the coming io_uring support, plus it can 
already aid in constrained environments with many connections by helping reduce 
the native and heap memory usage through consolidating various data structure 
uses etc.

Add a _"transport.sharedEventLoopThreads"_ URI option that can be used to 
specify a number of threads to use in an EventLoopGroup shared amongst 
connections using the same value. Default to -1 giving the existing behaviour 
of each connection using its own.


> add option to use shared Netty event loop group
> ---
>
> Key: QPIDJMS-553
> URL: https://issues.apache.org/jira/browse/QPIDJMS-553
> Project: Qpid JMS
>  Issue Type: New Feature
>  Components: qpid-jms-client
>Reporter: Francesco Nigro
>Assignee: Robbie Gemmell
>Priority: Major
> Fix For: 1.6.0
>
>
> Having the chance to handle many client connections with few Netty threads 
> can be beneficial, eg in terms of the thread staying warm, or batching 
> syscalls across connections when using the coming io_uring support, plus it 
> can already aid in constrained environments with many connections by helping 
> reduce the native and heap memory usage through consolidating various data 
> structure uses etc.
> Add a _"transport.sharedEventLoopThreads"_ URI option that can be used to 
> specify a number of threads to use in an EventLoopGroup shared amongst 
> connections active at the same time and using the same value. Default to -1 
> giving the existing behaviour of each connection using its own.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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



[jira] [Updated] (QPIDJMS-553) add option to use shared Netty event loop group

2022-03-16 Thread Robbie Gemmell (Jira)


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

Robbie Gemmell updated QPIDJMS-553:
---
Summary: add option to use shared Netty event loop group  (was: Shared 
Netty event loop group)

> add option to use shared Netty event loop group
> ---
>
> Key: QPIDJMS-553
> URL: https://issues.apache.org/jira/browse/QPIDJMS-553
> Project: Qpid JMS
>  Issue Type: New Feature
>  Components: qpid-jms-client
>Reporter: Francesco Nigro
>Assignee: Robbie Gemmell
>Priority: Major
> Fix For: 1.6.0
>
>
> Having the chance to handle many client connections with few Netty threads 
> can be beneficial, eg in terms of the thread staying warm, batching batching 
> syscalls across connections when using the coming io_uring support, plus it 
> can already aid in constrained environments with many connections by helping 
> reduce the native and heap memory usage through consolidating various data 
> structure uses etc.
> Add a _"transport.sharedEventLoopThreads"_ URI option that can be used to 
> specify a number of threads to use in an EventLoopGroup shared amongst 
> connections using the same value. Default to -1 giving the existing behaviour 
> of each connection using its own.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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



[jira] [Assigned] (QPIDJMS-553) Shared Netty event loop group

2022-03-16 Thread Robbie Gemmell (Jira)


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

Robbie Gemmell reassigned QPIDJMS-553:
--

  Component/s: qpid-jms-client
Fix Version/s: 1.6.0
 Assignee: Robbie Gemmell
  Description: 
Having the chance to handle many client connections with few Netty threads can 
be beneficial, eg in terms of the thread staying warm, batching batching 
syscalls across connections when using the coming io_uring support, plus it can 
already aid in constrained environments with many connections by helping reduce 
the native and heap memory usage through consolidating various data structure 
uses etc.

Add a _"transport.sharedEventLoopThreads"_ URI option that can be used to 
specify a number of threads to use in an EventLoopGroup shared amongst 
connections using the same value. Default to -1 giving the existing behaviour 
of each connection using its own.

  was:
One of the most interesting feature of Netty while using KQueue/NIO/Epoll in 
non-blocking mode is to be able to handle many connections with few threads; 
this is going to be critical and even more important with the upcoming IO_URING 
support, where the time spent on the Netty event loop to handle network 
syscalls will be further reduced, allowing syscall batching across different 
connections.

Having the chance to handle many client connections with few Netty threads is 
already beneficial in constrained environments (containers with few cores) in 
order to reduce the native and heap memory usage.


> Shared Netty event loop group
> -
>
> Key: QPIDJMS-553
> URL: https://issues.apache.org/jira/browse/QPIDJMS-553
> Project: Qpid JMS
>  Issue Type: New Feature
>  Components: qpid-jms-client
>Reporter: Francesco Nigro
>Assignee: Robbie Gemmell
>Priority: Major
> Fix For: 1.6.0
>
>
> Having the chance to handle many client connections with few Netty threads 
> can be beneficial, eg in terms of the thread staying warm, batching batching 
> syscalls across connections when using the coming io_uring support, plus it 
> can already aid in constrained environments with many connections by helping 
> reduce the native and heap memory usage through consolidating various data 
> structure uses etc.
> Add a _"transport.sharedEventLoopThreads"_ URI option that can be used to 
> specify a number of threads to use in an EventLoopGroup shared amongst 
> connections using the same value. Default to -1 giving the existing behaviour 
> of each connection using its own.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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



[jira] [Resolved] (QPIDJMS-553) Shared Netty event loop group

2022-03-16 Thread Robbie Gemmell (Jira)


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

Robbie Gemmell resolved QPIDJMS-553.

Resolution: Fixed

> Shared Netty event loop group
> -
>
> Key: QPIDJMS-553
> URL: https://issues.apache.org/jira/browse/QPIDJMS-553
> Project: Qpid JMS
>  Issue Type: New Feature
>  Components: qpid-jms-client
>Reporter: Francesco Nigro
>Assignee: Robbie Gemmell
>Priority: Major
> Fix For: 1.6.0
>
>
> Having the chance to handle many client connections with few Netty threads 
> can be beneficial, eg in terms of the thread staying warm, batching batching 
> syscalls across connections when using the coming io_uring support, plus it 
> can already aid in constrained environments with many connections by helping 
> reduce the native and heap memory usage through consolidating various data 
> structure uses etc.
> Add a _"transport.sharedEventLoopThreads"_ URI option that can be used to 
> specify a number of threads to use in an EventLoopGroup shared amongst 
> connections using the same value. Default to -1 giving the existing behaviour 
> of each connection using its own.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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



[jira] [Commented] (QPIDJMS-553) Shared Netty event loop group

2022-03-16 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/QPIDJMS-553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17507461#comment-17507461
 ] 

ASF GitHub Bot commented on QPIDJMS-553:


asfgit merged pull request #45:
URL: https://github.com/apache/qpid-jms/pull/45


   


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


> Shared Netty event loop group
> -
>
> Key: QPIDJMS-553
> URL: https://issues.apache.org/jira/browse/QPIDJMS-553
> Project: Qpid JMS
>  Issue Type: New Feature
>Reporter: Francesco Nigro
>Priority: Major
>
> One of the most interesting feature of Netty while using KQueue/NIO/Epoll in 
> non-blocking mode is to be able to handle many connections with few threads; 
> this is going to be critical and even more important with the upcoming 
> IO_URING support, where the time spent on the Netty event loop to handle 
> network syscalls will be further reduced, allowing syscall batching across 
> different connections.
> Having the chance to handle many client connections with few Netty threads is 
> already beneficial in constrained environments (containers with few cores) in 
> order to reduce the native and heap memory usage.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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



[GitHub] [qpid-jms] asfgit merged pull request #45: QPIDJMS-553 Shared Netty event loop group

2022-03-16 Thread GitBox


asfgit merged pull request #45:
URL: https://github.com/apache/qpid-jms/pull/45


   


-- 
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] [Commented] (QPIDJMS-553) Shared Netty event loop group

2022-03-16 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/QPIDJMS-553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17507459#comment-17507459
 ] 

ASF subversion and git services commented on QPIDJMS-553:
-

Commit 4ca0618f546d3d7b54c8639036841646c0ffa202 in qpid-jms's branch 
refs/heads/main from franz1981
[ https://gitbox.apache.org/repos/asf?p=qpid-jms.git;h=4ca0618 ]

QPIDJMS-553 Shared Netty event loop group

co-author: gemmellr


> Shared Netty event loop group
> -
>
> Key: QPIDJMS-553
> URL: https://issues.apache.org/jira/browse/QPIDJMS-553
> Project: Qpid JMS
>  Issue Type: New Feature
>Reporter: Francesco Nigro
>Priority: Major
>
> One of the most interesting feature of Netty while using KQueue/NIO/Epoll in 
> non-blocking mode is to be able to handle many connections with few threads; 
> this is going to be critical and even more important with the upcoming 
> IO_URING support, where the time spent on the Netty event loop to handle 
> network syscalls will be further reduced, allowing syscall batching across 
> different connections.
> Having the chance to handle many client connections with few Netty threads is 
> already beneficial in constrained environments (containers with few cores) in 
> order to reduce the native and heap memory usage.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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



[jira] [Updated] (DISPATCH-2027) Support the Windows OS

2022-03-16 Thread Robbie Gemmell (Jira)


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

Robbie Gemmell updated DISPATCH-2027:
-
Fix Version/s: (was: 1.19.0)

> Support the Windows OS
> --
>
> Key: DISPATCH-2027
> URL: https://issues.apache.org/jira/browse/DISPATCH-2027
> Project: Qpid Dispatch
>  Issue Type: Wish
>Affects Versions: 1.15.0
>Reporter: Jiri Daněk
>Assignee: Jiri Daněk
>Priority: Minor
> Attachments: image-2021-10-31-00-40-40-611.png
>
>
> Qpid Dispatch currently works only on Linux, macOS, and maybe SunOS and some 
> *BSDs. We would like it to support the Windows OS too.
> h3. Previous discussions
> # [Is there any Qpid Dispatch Router windows 
> version?|http://qpid.2158936.n2.nabble.com/Is-there-any-Qpid-Dispatch-Router-windows-version-td7696235.html]
> # [[Qpid Dispatch] Runtime behavior on 
> SunOS|http://qpid.2158936.n2.nabble.com/Qpid-Dispatcher-Runtime-behavior-on-SunOS-td7641941.html]
> # [[Qpid-dispatch] timespec not defined on 
> Windows|http://qpid.2158936.n2.nabble.com/Qpid-dispatch-timespec-not-defined-on-Windows-td7642532.html]
> # https://twitter.com/ppatierno/status/792353537703419904



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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