[jira] [Resolved] (PROTON-1772) Remove thread race in proactor locking of listener_context

2018-02-23 Thread Andrew Stitcher (JIRA)

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

Andrew Stitcher resolved PROTON-1772.
-
Resolution: Fixed

> Remove thread race in proactor locking of listener_context
> --
>
> Key: PROTON-1772
> URL: https://issues.apache.org/jira/browse/PROTON-1772
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: cpp-binding, proton-c
>Reporter: Andrew Stitcher
>Assignee: Andrew Stitcher
>Priority: Major
>  Labels: proactor
> Fix For: proton-c-0.21.0
>
>
> helgrind detecting thread locking issues with the access to the proactor 
> listener_context from the C++ binding.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Created] (PROTON-1773) Access after free created by recent fix

2018-02-23 Thread Andrew Stitcher (JIRA)
Andrew Stitcher created PROTON-1773:
---

 Summary: Access after free created by recent fix
 Key: PROTON-1773
 URL: https://issues.apache.org/jira/browse/PROTON-1773
 Project: Qpid Proton
  Issue Type: Bug
  Components: cpp-binding, proton-c
Affects Versions: proton-c-0.21.0
Reporter: Andrew Stitcher
 Fix For: proton-c-0.21.0


The fix for PROTON-1734 may have caused a sporadic access after free problem 
detected in one of the new tests in cpp-container_test.
{noformat}
10: TEST: test_container_mt_stop()
10: ==11269== Invalid read of size 8
10: ==11269==at 0x59772E4: pn_proactor_disconnect (epoll.c:2128)
10: ==11269==by 0x4E6156F: 
proton::container::impl::stop(proton::error_condition const&) 
(proactor_container_impl.cpp:763)
10: ==11269==by 0x4E5F2D8: proton::container::stop() (container.cpp:80)
10: ==11269==by 0x409ED4: (anonymous namespace)::test_container_mt_stop() 
(container_test.cpp:344)
10: ==11269==by 0x404811: main (container_test.cpp:368)
10: ==11269==  Address 0x6e27748 is 1,256 bytes inside a block of size 1,808 
free'd
10: ==11269==at 0x4C2BDEC: free (in 
/usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
10: ==11269==by 0x5975221: pconnection_process (epoll.c:1174)
10: ==11269==by 0x5975C3E: process_inbound_wake (epoll.c:1962)
10: ==11269==by 0x5975C3E: proactor_do_epoll (epoll.c:1999)
10: ==11269==by 0x4E6336B: proton::container::impl::thread() 
(proactor_container_impl.cpp:670)
10: ==11269==by 0x4E639A3: proton::container::impl::run(int) 
(proactor_container_impl.cpp:721)
10: ==11269==by 0x513EA5F: ??? (in 
/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
10: ==11269==by 0x60C3183: start_thread (pthread_create.c:312)
10: ==11269==by 0x56A503C: clone (clone.S:111)
10: ==11269== 
10/46 Test #10: cpp-container_test ...***Failed2.53 sec
{noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (PROTON-1773) Access after free created by recent fix

2018-02-23 Thread Andrew Stitcher (JIRA)

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

Andrew Stitcher commented on PROTON-1773:
-

Note this may well have been latent, because the test that shows it up wasn't 
present before, although it would have hung if it were.
 
Also note this issue seems limited to the epoll proactor implementation.

> Access after free created by recent fix
> ---
>
> Key: PROTON-1773
> URL: https://issues.apache.org/jira/browse/PROTON-1773
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: cpp-binding, proton-c
>Affects Versions: proton-c-0.21.0
>Reporter: Andrew Stitcher
>Priority: Blocker
> Fix For: proton-c-0.21.0
>
>
> The fix for PROTON-1734 may have caused a sporadic access after free problem 
> detected in one of the new tests in cpp-container_test.
> {noformat}
> 10: TEST: test_container_mt_stop()
> 10: ==11269== Invalid read of size 8
> 10: ==11269==at 0x59772E4: pn_proactor_disconnect (epoll.c:2128)
> 10: ==11269==by 0x4E6156F: 
> proton::container::impl::stop(proton::error_condition const&) 
> (proactor_container_impl.cpp:763)
> 10: ==11269==by 0x4E5F2D8: proton::container::stop() (container.cpp:80)
> 10: ==11269==by 0x409ED4: (anonymous namespace)::test_container_mt_stop() 
> (container_test.cpp:344)
> 10: ==11269==by 0x404811: main (container_test.cpp:368)
> 10: ==11269==  Address 0x6e27748 is 1,256 bytes inside a block of size 1,808 
> free'd
> 10: ==11269==at 0x4C2BDEC: free (in 
> /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
> 10: ==11269==by 0x5975221: pconnection_process (epoll.c:1174)
> 10: ==11269==by 0x5975C3E: process_inbound_wake (epoll.c:1962)
> 10: ==11269==by 0x5975C3E: proactor_do_epoll (epoll.c:1999)
> 10: ==11269==by 0x4E6336B: proton::container::impl::thread() 
> (proactor_container_impl.cpp:670)
> 10: ==11269==by 0x4E639A3: proton::container::impl::run(int) 
> (proactor_container_impl.cpp:721)
> 10: ==11269==by 0x513EA5F: ??? (in 
> /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
> 10: ==11269==by 0x60C3183: start_thread (pthread_create.c:312)
> 10: ==11269==by 0x56A503C: clone (clone.S:111)
> 10: ==11269== 
> 10/46 Test #10: cpp-container_test ...***Failed2.53 sec
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (PROTON-1773) Access after free possibly created by recent fix

2018-02-23 Thread Andrew Stitcher (JIRA)

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

Andrew Stitcher updated PROTON-1773:

Summary: Access after free possibly created by recent fix  (was: Access 
after free created by recent fix)

> Access after free possibly created by recent fix
> 
>
> Key: PROTON-1773
> URL: https://issues.apache.org/jira/browse/PROTON-1773
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: cpp-binding, proton-c
>Affects Versions: proton-c-0.21.0
>Reporter: Andrew Stitcher
>Priority: Blocker
> Fix For: proton-c-0.21.0
>
>
> The fix for PROTON-1734 may have caused a sporadic access after free problem 
> detected in one of the new tests in cpp-container_test.
> {noformat}
> 10: TEST: test_container_mt_stop()
> 10: ==11269== Invalid read of size 8
> 10: ==11269==at 0x59772E4: pn_proactor_disconnect (epoll.c:2128)
> 10: ==11269==by 0x4E6156F: 
> proton::container::impl::stop(proton::error_condition const&) 
> (proactor_container_impl.cpp:763)
> 10: ==11269==by 0x4E5F2D8: proton::container::stop() (container.cpp:80)
> 10: ==11269==by 0x409ED4: (anonymous namespace)::test_container_mt_stop() 
> (container_test.cpp:344)
> 10: ==11269==by 0x404811: main (container_test.cpp:368)
> 10: ==11269==  Address 0x6e27748 is 1,256 bytes inside a block of size 1,808 
> free'd
> 10: ==11269==at 0x4C2BDEC: free (in 
> /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
> 10: ==11269==by 0x5975221: pconnection_process (epoll.c:1174)
> 10: ==11269==by 0x5975C3E: process_inbound_wake (epoll.c:1962)
> 10: ==11269==by 0x5975C3E: proactor_do_epoll (epoll.c:1999)
> 10: ==11269==by 0x4E6336B: proton::container::impl::thread() 
> (proactor_container_impl.cpp:670)
> 10: ==11269==by 0x4E639A3: proton::container::impl::run(int) 
> (proactor_container_impl.cpp:721)
> 10: ==11269==by 0x513EA5F: ??? (in 
> /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
> 10: ==11269==by 0x60C3183: start_thread (pthread_create.c:312)
> 10: ==11269==by 0x56A503C: clone (clone.S:111)
> 10: ==11269== 
> 10/46 Test #10: cpp-container_test ...***Failed2.53 sec
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (QPID-8103) [Broker-J] [WMC] [Query UI] Add ability to download results as CSV

2018-02-23 Thread Alex Rudyy (JIRA)

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

Alex Rudyy updated QPID-8103:
-
Attachment: 0001-QPID-8103-Broker-J-WMC-Query-UI-Add-ability-to-downl.patch

> [Broker-J] [WMC] [Query UI] Add ability to download results as CSV
> --
>
> Key: QPID-8103
> URL: https://issues.apache.org/jira/browse/QPID-8103
> Project: Qpid
>  Issue Type: Improvement
>  Components: Broker-J
>Reporter: Keith Wall
>Assignee: Alex Rudyy
>Priority: Minor
> Fix For: qpid-java-broker-7.0.2
>
> Attachments: 
> 0001-QPID-8103-Broker-J-WMC-Query-UI-Add-ability-to-downl.patch
>
>
> The usefulness of the Query UI is currently hampered by the fact that it is 
> impossible to download the results of the query.   A useful improvement would 
> be a button allowing the results of the query to be downloaded, say as a CSV.
> The {{QueryServlet}} would need to accept an optional format that allowed the 
> desired format to be specified.
> Also the results table does not permit the copy gesture.  There is no good 
> reason for this restriction.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Assigned] (QPID-8103) [Broker-J] [WMC] [Query UI] Add ability to download results as CSV

2018-02-23 Thread Alex Rudyy (JIRA)

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

Alex Rudyy reassigned QPID-8103:


Assignee: Alex Rudyy

> [Broker-J] [WMC] [Query UI] Add ability to download results as CSV
> --
>
> Key: QPID-8103
> URL: https://issues.apache.org/jira/browse/QPID-8103
> Project: Qpid
>  Issue Type: Improvement
>  Components: Broker-J
>Reporter: Keith Wall
>Assignee: Alex Rudyy
>Priority: Minor
> Fix For: qpid-java-broker-7.0.2
>
>
> The usefulness of the Query UI is currently hampered by the fact that it is 
> impossible to download the results of the query.   A useful improvement would 
> be a button allowing the results of the query to be downloaded, say as a CSV.
> The {{QueryServlet}} would need to accept an optional format that allowed the 
> desired format to be specified.
> Also the results table does not permit the copy gesture.  There is no good 
> reason for this restriction.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (QPID-8111) [Broker-J] The state of the children should be taken into consideration on activation of configured objects

2018-02-23 Thread Keith Wall (JIRA)

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

Keith Wall updated QPID-8111:
-
Fix Version/s: Future

> [Broker-J] The state of the children should be taken into consideration on 
> activation of configured objects
> ---
>
> Key: QPID-8111
> URL: https://issues.apache.org/jira/browse/QPID-8111
> Project: Qpid
>  Issue Type: Improvement
>  Components: Broker-J
>Reporter: Alex Rudyy
>Priority: Major
> Fix For: Future
>
>
> Each configured object should be able to validate the state of its children 
> on transition into ACTIVE state. If  state of any of critical children is 
> ERRORED, the resultant state of CO can be changed to ERRORED.  The state of 
> CO after activation should be affected by the state of children based on 
> child criticality. For example, if any of critical child transits into 
> ERRORED state, the state of the parent can be changed to ERRORED as well.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (QPID-8111) [Broker-J] The state of the children should be taken into consideration on activation of configured objects

2018-02-23 Thread Keith Wall (JIRA)

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

Keith Wall commented on QPID-8111:
--

There are probably occasions when we'd want this to be configurable, for 
instance, if I have a BrokerSyslogLogger configured, I'd very much doubt I'd 
want the Broker to fail to start-up (or fail spontaneously at runtime) if the 
syslog connection went down.

> [Broker-J] The state of the children should be taken into consideration on 
> activation of configured objects
> ---
>
> Key: QPID-8111
> URL: https://issues.apache.org/jira/browse/QPID-8111
> Project: Qpid
>  Issue Type: Improvement
>  Components: Broker-J
>Reporter: Alex Rudyy
>Priority: Major
> Fix For: Future
>
>
> Each configured object should be able to validate the state of its children 
> on transition into ACTIVE state. If  state of any of critical children is 
> ERRORED, the resultant state of CO can be changed to ERRORED.  The state of 
> CO after activation should be affected by the state of children based on 
> child criticality. For example, if any of critical child transits into 
> ERRORED state, the state of the parent can be changed to ERRORED as well.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (QPID-8102) [Broker-j][Web Management Console] Add UI for virtual host node auto-creation policies

2018-02-23 Thread Keith Wall (JIRA)

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

Keith Wall commented on QPID-8102:
--

Merged to 7.0.x.

> [Broker-j][Web Management Console] Add UI for virtual host node auto-creation 
> policies
> --
>
> Key: QPID-8102
> URL: https://issues.apache.org/jira/browse/QPID-8102
> Project: Qpid
>  Issue Type: Improvement
>  Components: Broker-J
>Reporter: Alex Rudyy
>Assignee: Keith Wall
>Priority: Major
> Fix For: qpid-java-broker-7.0.2, qpid-java-broker-7.1.0
>
> Attachments: 
> 0001-QPID-8102-Broker-J-Add-UI-for-virtual-host-node-auto.patch
>
>
> Add UI to view/create/delete/modify virtual host node auto-creation policies



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Resolved] (QPID-8102) [Broker-j][Web Management Console] Add UI for virtual host node auto-creation policies

2018-02-23 Thread Keith Wall (JIRA)

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

Keith Wall resolved QPID-8102.
--
Resolution: Fixed

> [Broker-j][Web Management Console] Add UI for virtual host node auto-creation 
> policies
> --
>
> Key: QPID-8102
> URL: https://issues.apache.org/jira/browse/QPID-8102
> Project: Qpid
>  Issue Type: Improvement
>  Components: Broker-J
>Reporter: Alex Rudyy
>Assignee: Keith Wall
>Priority: Major
> Fix For: qpid-java-broker-7.0.2, qpid-java-broker-7.1.0
>
> Attachments: 
> 0001-QPID-8102-Broker-J-Add-UI-for-virtual-host-node-auto.patch
>
>
> Add UI to view/create/delete/modify virtual host node auto-creation policies



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (QPID-8102) [Broker-j][Web Management Console] Add UI for virtual host node auto-creation policies

2018-02-23 Thread Keith Wall (JIRA)

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

Keith Wall updated QPID-8102:
-
Priority: Minor  (was: Major)

> [Broker-j][Web Management Console] Add UI for virtual host node auto-creation 
> policies
> --
>
> Key: QPID-8102
> URL: https://issues.apache.org/jira/browse/QPID-8102
> Project: Qpid
>  Issue Type: Improvement
>  Components: Broker-J
>Reporter: Alex Rudyy
>Assignee: Keith Wall
>Priority: Minor
> Fix For: qpid-java-broker-7.0.2, qpid-java-broker-7.1.0
>
> Attachments: 
> 0001-QPID-8102-Broker-J-Add-UI-for-virtual-host-node-auto.patch
>
>
> Add UI to view/create/delete/modify virtual host node auto-creation policies



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Created] (PROTON-1771) [c-proactor] multi-thread race test for proactor

2018-02-23 Thread Alan Conway (JIRA)
Alan Conway created PROTON-1771:
---

 Summary: [c-proactor] multi-thread race test for proactor
 Key: PROTON-1771
 URL: https://issues.apache.org/jira/browse/PROTON-1771
 Project: Qpid Proton
  Issue Type: Test
  Components: proton-c
Affects Versions: proton-c-0.20.0
Reporter: Alan Conway
Assignee: Alan Conway
 Fix For: proton-c-0.22.0


Crate a new test exe that runs for a (configurable, default short) period of
time, with a single proactor acted on by multiple proactor and user threads. Run
with helgrind or tsan to detect races.

Exercise potentially racy APIs concurrently:

- making, accepting and closing (from both ends) a connection.
- pn_connection_wake
- pn_proactor_release_connection
- re-use of released pn_connection_t on a new connection
- timeout
- concurrent with some normal use: sending/receiving messages.




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (QPID-8083) [REST] Refactor REST system test suite

2018-02-23 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on QPID-8083:
---

Commit 20f47fec86440686e7d345c6718618abfc8a09cf in qpid-broker-j's branch 
refs/heads/master from [~k-wall]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-broker-j.git;h=20f47fe ]

QPID-8083: [System Tests] [REST/HTTP] Add TlsClientAuthenticationTest


> [REST] Refactor REST system test suite
> --
>
> Key: QPID-8083
> URL: https://issues.apache.org/jira/browse/QPID-8083
> Project: Qpid
>  Issue Type: Improvement
>  Components: Broker-J
>Reporter: Keith Wall
>Priority: Major
>
> REST is an orthogonal concern within the Broker.  It should be possible for 
> developers of the Broker to easily exclude REST tests from test runs whilst 
> developing other parts of the Broker.  To allow for this, the REST test suite 
> should be separate.
> Also many of the current tests are very repetitious in nature.  Currently 
> each model object is subjected to its own REST test merely testing that model 
> attributes are available over REST, pointlessly retesting the same piece of 
> common mechanism code over and over again.  Such tests should be eliminated.
> Tests that remain should focus on REST concerns such as:
>  * CRUD model access
>  * Model operations
>  * SASL and Preemptive Authentication
>  * Compression/Decompression
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (QPID-8111) [Broker-J] The state of the children should be taken into consideration on activation of configured objects

2018-02-23 Thread Keith Wall (JIRA)

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

Keith Wall updated QPID-8111:
-
Summary: [Broker-J] The state of the children should be taken into 
consideration on activation of configured objects  (was: [Broker-J] The state 
of the children should be taken into concideration on activation of configured 
objects)

> [Broker-J] The state of the children should be taken into consideration on 
> activation of configured objects
> ---
>
> Key: QPID-8111
> URL: https://issues.apache.org/jira/browse/QPID-8111
> Project: Qpid
>  Issue Type: Improvement
>  Components: Broker-J
>Reporter: Alex Rudyy
>Priority: Major
>
> Each configured object should be able to validate the state of its children 
> on transition into ACTIVE state. If  state of any of critical children is 
> ERRORED, the resultant state of CO can be changed to ERRORED.  The state of 
> CO after activation should be affected by the state of children based on 
> child criticality. For example, if any of critical child transits into 
> ERRORED state, the state of the parent can be changed to ERRORED as well.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (QPID-8102) [Broker-j][Web Management Console] Add UI for virtual host node auto-creation policies

2018-02-23 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on QPID-8102:
---

Commit 2a378704c0b26878711726f5b71a599717c554c3 in qpid-broker-j's branch 
refs/heads/7.0.x from [~alex.rufous]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-broker-j.git;h=2a37870 ]

QPID-8102: [Broker-J] Add UI for virtual host node auto-creation policies


> [Broker-j][Web Management Console] Add UI for virtual host node auto-creation 
> policies
> --
>
> Key: QPID-8102
> URL: https://issues.apache.org/jira/browse/QPID-8102
> Project: Qpid
>  Issue Type: Improvement
>  Components: Broker-J
>Reporter: Alex Rudyy
>Assignee: Keith Wall
>Priority: Major
> Fix For: qpid-java-broker-7.0.2, qpid-java-broker-7.1.0
>
> Attachments: 
> 0001-QPID-8102-Broker-J-Add-UI-for-virtual-host-node-auto.patch
>
>
> Add UI to view/create/delete/modify virtual host node auto-creation policies



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (QPID-8110) [Broker-J] Add ability to check ERRORED state of entire configured object hierarchy on broker startup

2018-02-23 Thread Alex Rudyy (JIRA)

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

Alex Rudyy updated QPID-8110:
-
Summary: [Broker-J] Add ability to check ERRORED state of entire configured 
object hierarchy on broker startup  (was: [Broker-J] Add ability to check 
ERRORED state on broker startup for entire configured object hierarchy)

> [Broker-J] Add ability to check ERRORED state of entire configured object 
> hierarchy on broker startup
> -
>
> Key: QPID-8110
> URL: https://issues.apache.org/jira/browse/QPID-8110
> Project: Qpid
>  Issue Type: Improvement
>  Components: Broker-J
>Reporter: Alex Rudyy
>Assignee: Alex Rudyy
>Priority: Major
> Fix For: qpid-java-broker-7.0.2, qpid-java-broker-7.1.0
>
>
> At the moment, the state of Broker immediate children is checked on Broker 
> startup. If any of immediate childs has an ERRORED state and context variable 
> {{broker.failStartupWithErroredChild}} is set to true, the Broker does not 
> start. This functionality needs to be extended to check the state of entire 
> configured object hierarchy. Thus, if any of configured objects transits into 
> ERRORED state during broker activation, the broker should not be allowed to 
> start.
> This functionality should address pull request 
> [https://github.com/apache/qpid-broker-j/pull/4]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (QPID-8102) [Broker-J][Web Management Console] Add UI for virtual host node auto-creation policies

2018-02-23 Thread Keith Wall (JIRA)

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

Keith Wall updated QPID-8102:
-
Summary: [Broker-J][Web Management Console] Add UI for virtual host node 
auto-creation policies  (was: [Broker-j][Web Management Console] Add UI for 
virtual host node auto-creation policies)

> [Broker-J][Web Management Console] Add UI for virtual host node auto-creation 
> policies
> --
>
> Key: QPID-8102
> URL: https://issues.apache.org/jira/browse/QPID-8102
> Project: Qpid
>  Issue Type: Improvement
>  Components: Broker-J
>Reporter: Alex Rudyy
>Assignee: Keith Wall
>Priority: Minor
> Fix For: qpid-java-broker-7.0.2, qpid-java-broker-7.1.0
>
> Attachments: 
> 0001-QPID-8102-Broker-J-Add-UI-for-virtual-host-node-auto.patch
>
>
> Add UI to view/create/delete/modify virtual host node auto-creation policies



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[GitHub] qpid-broker-j pull request #4: QPID-7972: [Broker-J] Put VirtualHostNode in ...

2018-02-23 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/qpid-broker-j/pull/4


---

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



[jira] [Commented] (QPID-8110) [Broker-J] Add ability to check ERRORED state of entire configured object hierarchy on broker startup

2018-02-23 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on QPID-8110:
---

Commit b720d7d1e81324441b8fbc2850ef19ca0fdf9bda in qpid-broker-j's branch 
refs/heads/master from [~alex.rufous]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-broker-j.git;h=b720d7d ]

QPID-8110: [Broker-J] Add ability to check ERRORED state of entire configured 
object hierarchy

This closes #4
https://github.com/apache/qpid-broker-j/pull/4


> [Broker-J] Add ability to check ERRORED state of entire configured object 
> hierarchy on broker startup
> -
>
> Key: QPID-8110
> URL: https://issues.apache.org/jira/browse/QPID-8110
> Project: Qpid
>  Issue Type: Improvement
>  Components: Broker-J
>Reporter: Alex Rudyy
>Assignee: Alex Rudyy
>Priority: Major
> Fix For: qpid-java-broker-7.0.2, qpid-java-broker-7.1.0
>
>
> At the moment, the state of Broker immediate children is checked on Broker 
> startup. If any of immediate childs has an ERRORED state and context variable 
> {{broker.failStartupWithErroredChild}} is set to true, the Broker does not 
> start. This functionality needs to be extended to check the state of entire 
> configured object hierarchy. Thus, if any of configured objects transits into 
> ERRORED state during broker activation, the broker should not be allowed to 
> start.
> This functionality should address pull request 
> [https://github.com/apache/qpid-broker-j/pull/4]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Created] (QPID-8111) [Broker-J] The state of the children should be taken into concideration on activation of configured objects

2018-02-23 Thread Alex Rudyy (JIRA)
Alex Rudyy created QPID-8111:


 Summary: [Broker-J] The state of the children should be taken into 
concideration on activation of configured objects
 Key: QPID-8111
 URL: https://issues.apache.org/jira/browse/QPID-8111
 Project: Qpid
  Issue Type: Improvement
  Components: Broker-J
Reporter: Alex Rudyy


Each configured object should be able to validate the state of its children on 
transition into ACTIVE state. If  state of any of critical children is ERRORED, 
the resultant state of CO can be changed to ERRORED.  The state of CO after 
activation should be affected by the state of children based on child 
criticality. For example, if any of critical child transits into ERRORED state, 
the state of the parent can be changed to ERRORED as well.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (QPID-8102) [Broker-j][Web Management Console] Add UI for virtual host node auto-creation policies

2018-02-23 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on QPID-8102:
---

Commit 8c23f302dc55a9159c202539249819d4c68311a6 in qpid-broker-j's branch 
refs/heads/7.0.x from [~alex.rufous]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-broker-j.git;h=8c23f30 ]

QPID-8102: [Broker-J] Address review comments


> [Broker-j][Web Management Console] Add UI for virtual host node auto-creation 
> policies
> --
>
> Key: QPID-8102
> URL: https://issues.apache.org/jira/browse/QPID-8102
> Project: Qpid
>  Issue Type: Improvement
>  Components: Broker-J
>Reporter: Alex Rudyy
>Assignee: Keith Wall
>Priority: Major
> Fix For: qpid-java-broker-7.0.2, qpid-java-broker-7.1.0
>
> Attachments: 
> 0001-QPID-8102-Broker-J-Add-UI-for-virtual-host-node-auto.patch
>
>
> Add UI to view/create/delete/modify virtual host node auto-creation policies



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (QPID-8102) [Broker-j][Web Management Console] Add UI for virtual host node auto-creation policies

2018-02-23 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on QPID-8102:
---

Commit 94901a32c912a48f96efe8d7b689f7d978af29f7 in qpid-broker-j's branch 
refs/heads/7.0.x from [~alex.rufous]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-broker-j.git;h=94901a3 ]

QPID-8102: [Broker-J][WMC] Do not reset Virtual Host Edit dialog on show


> [Broker-j][Web Management Console] Add UI for virtual host node auto-creation 
> policies
> --
>
> Key: QPID-8102
> URL: https://issues.apache.org/jira/browse/QPID-8102
> Project: Qpid
>  Issue Type: Improvement
>  Components: Broker-J
>Reporter: Alex Rudyy
>Assignee: Keith Wall
>Priority: Major
> Fix For: qpid-java-broker-7.0.2, qpid-java-broker-7.1.0
>
> Attachments: 
> 0001-QPID-8102-Broker-J-Add-UI-for-virtual-host-node-auto.patch
>
>
> Add UI to view/create/delete/modify virtual host node auto-creation policies



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Created] (QPID-8110) [Broker-J] Add ability to check ERRORED state on broker startup for entire configured object hierarchy

2018-02-23 Thread Alex Rudyy (JIRA)
Alex Rudyy created QPID-8110:


 Summary: [Broker-J] Add ability to check ERRORED state on broker 
startup for entire configured object hierarchy
 Key: QPID-8110
 URL: https://issues.apache.org/jira/browse/QPID-8110
 Project: Qpid
  Issue Type: Improvement
  Components: Broker-J
Reporter: Alex Rudyy
 Fix For: qpid-java-broker-7.0.2, qpid-java-broker-7.1.0


At the moment, the state of Broker immediate children is checked on Broker 
startup. If any of immediate childs has an ERRORED state and context variable 
{{broker.failStartupWithErroredChild}} is set to true, the Broker does not 
start. This functionality needs to be extended to check the state of entire 
configured object hierarchy. Thus, if any of configured objects transits into 
ERRORED state during broker activation, the broker should not be allowed to 
start.

This functionality should address pull request 
[https://github.com/apache/qpid-broker-j/pull/4]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Assigned] (QPID-8110) [Broker-J] Add ability to check ERRORED state on broker startup for entire configured object hierarchy

2018-02-23 Thread Alex Rudyy (JIRA)

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

Alex Rudyy reassigned QPID-8110:


Assignee: Alex Rudyy

> [Broker-J] Add ability to check ERRORED state on broker startup for entire 
> configured object hierarchy
> --
>
> Key: QPID-8110
> URL: https://issues.apache.org/jira/browse/QPID-8110
> Project: Qpid
>  Issue Type: Improvement
>  Components: Broker-J
>Reporter: Alex Rudyy
>Assignee: Alex Rudyy
>Priority: Major
> Fix For: qpid-java-broker-7.0.2, qpid-java-broker-7.1.0
>
>
> At the moment, the state of Broker immediate children is checked on Broker 
> startup. If any of immediate childs has an ERRORED state and context variable 
> {{broker.failStartupWithErroredChild}} is set to true, the Broker does not 
> start. This functionality needs to be extended to check the state of entire 
> configured object hierarchy. Thus, if any of configured objects transits into 
> ERRORED state during broker activation, the broker should not be allowed to 
> start.
> This functionality should address pull request 
> [https://github.com/apache/qpid-broker-j/pull/4]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (QPID-7972) Virtual Host Node should be in error state if the underlying Virtual Host is in error state

2018-02-23 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on QPID-7972:
--

Github user asfgit closed the pull request at:

https://github.com/apache/qpid-broker-j/pull/4


> Virtual Host Node should be in error state if the underlying Virtual Host is 
> in error state
> ---
>
> Key: QPID-7972
> URL: https://issues.apache.org/jira/browse/QPID-7972
> Project: Qpid
>  Issue Type: Improvement
>  Components: Broker-J
>Affects Versions: qpid-java-6.1.4
>Reporter: Adel Boutros
>Priority: Major
>
> All details can be found here: 
> http://qpid.2158936.n2.nabble.com/Qpid-Java-Broker-6-1-4-Broker-is-ready-even-if-an-error-is-occuring-on-startup-and-failStartupWithEre-tp7668029.html



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Closed] (QPID-7972) Virtual Host Node should be in error state if the underlying Virtual Host is in error state

2018-02-23 Thread Alex Rudyy (JIRA)

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

Alex Rudyy closed QPID-7972.

Resolution: Duplicate

A transition of VHN into ERRORED state when its VH is in ERRORED state is a 
custom case of more generic CO behaviour which is described in JIRA QPID-8110. 
Thus, I am closing this JIRA as DUPLICATE of QPID-8110.

> Virtual Host Node should be in error state if the underlying Virtual Host is 
> in error state
> ---
>
> Key: QPID-7972
> URL: https://issues.apache.org/jira/browse/QPID-7972
> Project: Qpid
>  Issue Type: Improvement
>  Components: Broker-J
>Affects Versions: qpid-java-6.1.4
>Reporter: Adel Boutros
>Priority: Major
>
> All details can be found here: 
> http://qpid.2158936.n2.nabble.com/Qpid-Java-Broker-6-1-4-Broker-is-ready-even-if-an-error-is-occuring-on-startup-and-failStartupWithEre-tp7668029.html



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (QPIDJMS-362) update Netty to 4.1.21

2018-02-23 Thread ASF subversion and git services (JIRA)

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

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

Commit 7f0fd796277ffba60d1e3830a2c7d78a7f1b5c1a in qpid-jms's branch 
refs/heads/master from [~gemmellr]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-jms.git;h=7f0fd79 ]

QPIDJMS-362: update to Netty 4.1.22


> update Netty to 4.1.21
> --
>
> Key: QPIDJMS-362
> URL: https://issues.apache.org/jira/browse/QPIDJMS-362
> Project: Qpid JMS
>  Issue Type: Task
>  Components: qpid-jms-client
>Reporter: Robbie Gemmell
>Assignee: Robbie Gemmell
>Priority: Major
> Fix For: 0.30.0
>
>
> update to the latest Netty



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (QPIDJMS-362) update Netty to 4.1.22

2018-02-23 Thread Robbie Gemmell (JIRA)

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

Robbie Gemmell updated QPIDJMS-362:
---
Summary: update Netty to 4.1.22  (was: update Netty to 4.1.21)

> update Netty to 4.1.22
> --
>
> Key: QPIDJMS-362
> URL: https://issues.apache.org/jira/browse/QPIDJMS-362
> Project: Qpid JMS
>  Issue Type: Task
>  Components: qpid-jms-client
>Reporter: Robbie Gemmell
>Assignee: Robbie Gemmell
>Priority: Major
> Fix For: 0.30.0
>
>
> update to the latest Netty



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (QPID-8110) [Broker-J] Add ability to check ERRORED state of entire configured object hierarchy on broker startup

2018-02-23 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on QPID-8110:
---

Commit 51472013e85fc66ff99d59c80e402261f5775ac5 in qpid-broker-j's branch 
refs/heads/master from [~k-wall]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-broker-j.git;h=5147201 ]

QPID-8110: Minor tidy-up


> [Broker-J] Add ability to check ERRORED state of entire configured object 
> hierarchy on broker startup
> -
>
> Key: QPID-8110
> URL: https://issues.apache.org/jira/browse/QPID-8110
> Project: Qpid
>  Issue Type: Improvement
>  Components: Broker-J
>Reporter: Alex Rudyy
>Assignee: Alex Rudyy
>Priority: Major
> Fix For: qpid-java-broker-7.0.2, qpid-java-broker-7.1.0
>
>
> At the moment, the state of Broker immediate children is checked on Broker 
> startup. If any of immediate childs has an ERRORED state and context variable 
> {{broker.failStartupWithErroredChild}} is set to true, the Broker does not 
> start. This functionality needs to be extended to check the state of entire 
> configured object hierarchy. Thus, if any of configured objects transits into 
> ERRORED state during broker activation, the broker should not be allowed to 
> start.
> This functionality should address pull request 
> [https://github.com/apache/qpid-broker-j/pull/4]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Resolved] (DISPATCH-927) detach not echoed back on multi-hop link route

2018-02-23 Thread Gordon Sim (JIRA)

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

Gordon Sim resolved DISPATCH-927.
-
Resolution: Fixed

> detach not echoed back on multi-hop link route
> --
>
> Key: DISPATCH-927
> URL: https://issues.apache.org/jira/browse/DISPATCH-927
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Container
>Affects Versions: 1.0.0
>Reporter: Gordon Sim
>Assignee: Ganesh Murthy
>Priority: Major
> Fix For: 1.1.0
>
> Attachments: DISPATCH-927.patch, broker.xml, simple-topic-a.conf, 
> simple-topic-b.conf, simple_recv_modified.py
>
>
> In a two router network, router-a and router-b, a link route is defined in 
> both directions on both routers. There is also an associated connector to a 
> broker on router-b. The address is configured to be a topic on the broker.
> If two receivers attach on this address to router-a, and then detach at the 
> same time having received the defined number of messages, frequently (but not 
> always), one of the receivers will not get a detach echoed back to it.
> On inspection of protocol traces, it appears that router-b, though it gets 
> the detach echoed back from the broker, does not forward this back to the 
> client (via router-a).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Resolved] (DISPATCH-928) calling map_destination for 'undefined' address causes segfault

2018-02-23 Thread Gordon Sim (JIRA)

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

Gordon Sim resolved DISPATCH-928.
-
Resolution: Fixed

> calling map_destination for 'undefined' address causes segfault
> ---
>
> Key: DISPATCH-928
> URL: https://issues.apache.org/jira/browse/DISPATCH-928
> Project: Qpid Dispatch
>  Issue Type: Bug
>Affects Versions: 1.0.0
>Reporter: Gordon Sim
>Assignee: Ganesh Murthy
>Priority: Major
> Fix For: 1.1.0
>
>
> If qdr_map_destination_CT is called for an address that has not been defined 
> on a router that has the default distribution set to 'undefined', 
> qdr_address_CT (line 578 at present) returns null. However there is no check 
> for this and the address is used to get a hash_handle which causes a segfault.
> Under valgrind you see:
> {noformat}
> ==10232== Invalid write of size 8
> ==10232==at 0x4E67501: qd_hash_internal_insert (hash.c:156)
> ==10232==by 0x4E6756B: qd_hash_insert (hash.c:168)
> ==10232==by 0x4E91644: qdr_map_destination_CT (route_tables.c:579)
> ==10232==by 0x4E8F80D: router_core_thread (router_core_thread.c:83)
> ==10232==by 0x550F739: start_thread (in /usr/lib64/libpthread-2.24.so)
> ==10232==by 0x607AE7E: clone (in /usr/lib64/libc-2.24.so)
> ==10232==  Address 0x98 is not stack'd, malloc'd or (recently) free'd
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[GitHub] qpid-dispatch pull request #259: DISPATCH-882: delay settlement until after ...

2018-02-23 Thread kgiusti
Github user kgiusti closed the pull request at:

https://github.com/apache/qpid-dispatch/pull/259


---

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



[jira] [Commented] (DISPATCH-882) router buffers messages for slow presettled receiver

2018-02-23 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on DISPATCH-882:
-

Github user kgiusti closed the pull request at:

https://github.com/apache/qpid-dispatch/pull/259


> router buffers messages for slow presettled receiver
> 
>
> Key: DISPATCH-882
> URL: https://issues.apache.org/jira/browse/DISPATCH-882
> Project: Qpid Dispatch
>  Issue Type: Bug
>Reporter: Gordon Sim
>Assignee: Ken Giusti
>Priority: Major
> Fix For: 1.0.1
>
>
> For an anycast address with incoming transfers unsettled and outgoing 
> transfers pre-settled, if the receiver can't keep up with the sender, the 
> router appears to buffer a growing number of deliveries.
> The link stats for the receiver, which is receiving pre-settled, are shown as 
> accepted and unsettled (with a small number of undelivered) with presettled 
> count remaining at zero and the unsettled count growing. qpid-stat -m shows 
> growth in buffer and message content related types.
> It looks like there is no limit to the amount of messages the router will try 
> to buffer in this case(?) though I did not push it all the way to failure.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (DISPATCH-889) linkRoute patterns beginning with #/string match substrings after the /

2018-02-23 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on DISPATCH-889:
-

Github user kgiusti closed the pull request at:

https://github.com/apache/qpid-dispatch/pull/258


> linkRoute patterns beginning with #/string match substrings after the / 
> 
>
> Key: DISPATCH-889
> URL: https://issues.apache.org/jira/browse/DISPATCH-889
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Container
>Affects Versions: 1.0.0
>Reporter: Ernest Allen
>Assignee: Ken Giusti
>Priority: Major
> Fix For: 1.0.1
>
>
> linkRoutes with a pattern of #/policy match substrings of the word policy
> - 1. setup a router
> router {
> mode: standalone
> id: A
> }
> listener {
> host: 0.0.0.0
> port: 2
> role: normal
> saslMechanisms: ANONYMOUS
> }
> connector {
> name: policy-connector
> role: route-container
> host: 0.0.0.0
> port:  
> saslMechanisms: ANONYMOUS
> }
> linkRoute {
>pattern: #/policy
>dir: in
>   connection: policy-connector
> }
> - 2. start an acceptor on that host:port
> qpid-proton/examples/python/server_direct.py
> - 3. verify linkRoute is established
> qdstat -b 0.0.0.0:2 --linkroutes
> Link Routes
>   address   dir  distrib   status
>   =
>   #/policy  in   linkBalanced  active
> - 4. send some messages through the router
> addresses that should match
> qpid-proton/examples/python/simple_send -a 0.0.0.0:2/bob.com/policy -m 1
>   -> message received at server_direct.py
> qpid-proton/examples/python/simple_send -a 0.0.0.0:2/ken-is-great/policy 
> -m 1
>   -> message received at server_direct.py
> qpid-proton/examples/python/simple_send -a 0.0.0.0:2/policy -m 1
>   -> message received at server_direct.py
> addresses that should not match
> qpid-proton/examples/python/simple_send -a 0.0.0.0:2/bob.com/a -m 1
>   -> message NOT sent - this is the correct behavior 
> qpid-proton/examples/python/simple_send -a 0.0.0.0:2/bob.com/p -m 1
>   -> message received at server_direct.py - this is a bug
> qpid-proton/examples/python/simple_send -a 0.0.0.0:2/poli -m 1
>   -> message received at server_direct.py - this is a bug



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (DISPATCH-817) Honor TTL on unroutable messages

2018-02-23 Thread Ted Ross (JIRA)

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

Ted Ross updated DISPATCH-817:
--
Fix Version/s: (was: 1.1.0)
   1.2.0

> Honor TTL on unroutable messages
> 
>
> Key: DISPATCH-817
> URL: https://issues.apache.org/jira/browse/DISPATCH-817
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Container
>Affects Versions: 0.8.0
>Reporter: Ganesh Murthy
>Priority: Major
> Fix For: 1.2.0
>
>
> Consider the following scenario - 
> - A receiver connects to the router attaching on an address.
> - A sender connects to the router attaching to the same address, the router 
> gives credit so that the sender can start sending messages.
> - The sender starts sending messages and the receiver suddenly drops off.
> - If the message has not been routed (i.e. it's in the link buffer of the 
> sender's link), it will remain in this buffer until there is a consumer 
> available to receive it or until the sender disconnects.
> - If the sender stays connected and the receiver never shows up again, these 
> unroutable messages stay in the sender link's link buffer forever. In this 
> case the router must check for the TTL on these deliveries and when it 
> expires, the delivery should be settled with RELEASED



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (DISPATCH-918) Improve router config consistency and metadata

2018-02-23 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on DISPATCH-918:
-

GitHub user ganeshmurthy opened a pull request:

https://github.com/apache/qpid-dispatch/pull/261

DISPATCH-918 -  Initial modifications to Python schema code to introd…

…uce and use the deprecationName attribute. Also modified dir to direction 
in linkRoute and autoLink and they use the deprecationName attribute

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/ganeshmurthy/qpid-dispatch 
DISPATCH-918-DEPNAME

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/qpid-dispatch/pull/261.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #261


commit 0a9e962161c94725aa1a5b906dec95715b7987d7
Author: Ganesh Murthy 
Date:   2018-02-23T18:10:13Z

DISPATCH-918 -  Initial modifications to Python schema code to introduce 
and use the deprecationName attribute. Also modified dir to direction in 
linkRoute and autoLink and they use the deprecationName attribute




> Improve router config consistency and metadata
> --
>
> Key: DISPATCH-918
> URL: https://issues.apache.org/jira/browse/DISPATCH-918
> Project: Qpid Dispatch
>  Issue Type: Improvement
>Reporter: Justin Ross
>Assignee: Ganesh Murthy
>Priority: Major
>
> Proposed changes from review.  The items marked PRIO1 are more important.  
> All changes must be backward-compatible.
> [https://docs.google.com/spreadsheets/d/14ugjxlc-ETYZXwN9eWD-D1YWrRAfydj9EJNmyUaZrD0/edit?usp=sharing]
> This also includes flags we'd like to get added to the metadata so we can 
> generate better docs from it.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[GitHub] qpid-dispatch pull request #261: DISPATCH-918 - Initial modifications to Pyt...

2018-02-23 Thread ganeshmurthy
GitHub user ganeshmurthy opened a pull request:

https://github.com/apache/qpid-dispatch/pull/261

DISPATCH-918 -  Initial modifications to Python schema code to introd…

…uce and use the deprecationName attribute. Also modified dir to 
direction in linkRoute and autoLink and they use the deprecationName attribute

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/ganeshmurthy/qpid-dispatch 
DISPATCH-918-DEPNAME

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/qpid-dispatch/pull/261.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #261


commit 0a9e962161c94725aa1a5b906dec95715b7987d7
Author: Ganesh Murthy 
Date:   2018-02-23T18:10:13Z

DISPATCH-918 -  Initial modifications to Python schema code to introduce 
and use the deprecationName attribute. Also modified dir to direction in 
linkRoute and autoLink and they use the deprecationName attribute




---

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



[GitHub] qpid-dispatch pull request #257: DISPATCH-914: correctly free mutex from qd_...

2018-02-23 Thread kgiusti
Github user kgiusti closed the pull request at:

https://github.com/apache/qpid-dispatch/pull/257


---

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



[jira] [Commented] (DISPATCH-914) qd_connector_t leaks mutexes

2018-02-23 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on DISPATCH-914:
-

Github user kgiusti closed the pull request at:

https://github.com/apache/qpid-dispatch/pull/257


> qd_connector_t leaks mutexes
> 
>
> Key: DISPATCH-914
> URL: https://issues.apache.org/jira/browse/DISPATCH-914
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Router Node
>Affects Versions: 1.1.0
> Environment: Unit tests fail with the following traceback when run 
> under valgrind:
>  
> 39: ==5443== 64 bytes in 1 blocks are definitely lost in loss record 1,047 of 
> 3,514
> 39: ==5443==    at 0x4C30D47: memalign (vg_replace_malloc.c:857)
> 39: ==5443==    by 0x4C30E45: posix_memalign (vg_replace_malloc.c:1020)
> 39: ==5443==    by 0x4E70B58: sys_mutex (threading.c:40)
> 39: ==5443==    by 0x4E8BCAA: qd_server_connector (server.c:1363)
> 39: ==5443==    by 0x4E61A49: qd_dispatch_configure_connector 
> (connection_manager.c:711)
> 39: ==5443==    by 0x10FC8BDD: ffi_call_unix64 (unix64.S:76)
> 39: ==5443==    by 0x10FC854E: ffi_call (ffi64.c:525)
> 39: ==5443==    by 0x10DB53A4: _ctypes_callproc (in 
> /usr/lib64/python2.7/lib-dynload/_ctypes.so)
> 39: ==5443==    by 0x10DAF0BD: ??? (in 
> /usr/lib64/python2.7/lib-dynload/_ctypes.so)
> 39: ==5443==    by 0x5BBE342: PyObject_Call (in 
> /usr/lib64/libpython2.7.so.1.0)
> 39: ==5443==    by 0x5C831B1: PyEval_EvalFrameEx (in 
> /usr/lib64/libpython2.7.so.1.0)
> 39: ==5443==    by 0x5C85B18: PyEval_EvalFrameEx (in 
> /usr/lib64/libpython2.7.so.1.0)
>Reporter: Ken Giusti
>Assignee: Ken Giusti
>Priority: Major
> Fix For: 1.0.1
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[GitHub] qpid-dispatch pull request #258: DISPATCH-889: fix the parse tree token stri...

2018-02-23 Thread kgiusti
Github user kgiusti closed the pull request at:

https://github.com/apache/qpid-dispatch/pull/258


---

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



[jira] [Updated] (DISPATCH-843) Support for message groups

2018-02-23 Thread Ted Ross (JIRA)

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

Ted Ross updated DISPATCH-843:
--
Fix Version/s: (was: 1.1.0)
   1.2.0

> Support for message groups
> --
>
> Key: DISPATCH-843
> URL: https://issues.apache.org/jira/browse/DISPATCH-843
> Project: Qpid Dispatch
>  Issue Type: New Feature
>  Components: Router Node
>Affects Versions: 0.8.0
>Reporter: Ken Giusti
>Priority: Major
> Fix For: 1.2.0
>
>
> Currently dispatch router ignores the group-id, group-sequence, and 
> reply-to-group-id in the Message's property header.  This means the router 
> does not consider grouping constraints when it determines the route for any 
> given message.
> This JIRA tracks the design and implementation of message group aware routing 
> support in the Qpid Dispatch Router.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Created] (PROTON-1772) Remove thread race in proactor locking of listener_context

2018-02-23 Thread Andrew Stitcher (JIRA)
Andrew Stitcher created PROTON-1772:
---

 Summary: Remove thread race in proactor locking of listener_context
 Key: PROTON-1772
 URL: https://issues.apache.org/jira/browse/PROTON-1772
 Project: Qpid Proton
  Issue Type: Bug
  Components: cpp-binding, proton-c
Reporter: Andrew Stitcher
Assignee: Andrew Stitcher
 Fix For: proton-c-0.21.0


helgrind detecting thread locking issues with the access to the proactor 
listener_context from the C++ binding.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (PROTON-1772) Remove thread race in proactor locking of listener_context

2018-02-23 Thread ASF subversion and git services (JIRA)

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

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

Commit 4aebd7946a8a8dceb77d18b958daa03ae76f96f3 in qpid-proton's branch 
refs/heads/master from [~astitcher]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=4aebd79 ]

PROTON-1772: [C++ binding] Fix thread race accessing listener_context


> Remove thread race in proactor locking of listener_context
> --
>
> Key: PROTON-1772
> URL: https://issues.apache.org/jira/browse/PROTON-1772
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: cpp-binding, proton-c
>Reporter: Andrew Stitcher
>Assignee: Andrew Stitcher
>Priority: Major
>  Labels: proactor
> Fix For: proton-c-0.21.0
>
>
> helgrind detecting thread locking issues with the access to the proactor 
> listener_context from the C++ binding.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (QPID-7972) Virtual Host Node should be in error state if the underlying Virtual Host is in error state

2018-02-23 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on QPID-7972:
--

Github user overmeulen commented on the issue:

https://github.com/apache/qpid-broker-j/pull/4
  
Hello,

Yes it would answer my use case. Actually I considered this option when 
doing the dev but I wasn't very fond of the Broker checking the whole tree of 
children nodes... I found it better to keep each node aware of just its direct 
children and it looked more correct to actually put the VirtualHostNode in 
ERRORed state too.

Olivier


> Virtual Host Node should be in error state if the underlying Virtual Host is 
> in error state
> ---
>
> Key: QPID-7972
> URL: https://issues.apache.org/jira/browse/QPID-7972
> Project: Qpid
>  Issue Type: Improvement
>  Components: Broker-J
>Affects Versions: qpid-java-6.1.4
>Reporter: Adel Boutros
>Priority: Major
>
> All details can be found here: 
> http://qpid.2158936.n2.nabble.com/Qpid-Java-Broker-6-1-4-Broker-is-ready-even-if-an-error-is-occuring-on-startup-and-failStartupWithEre-tp7668029.html



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[GitHub] qpid-broker-j issue #4: QPID-7972: [Broker-J] Put VirtualHostNode in ERRORed...

2018-02-23 Thread overmeulen
Github user overmeulen commented on the issue:

https://github.com/apache/qpid-broker-j/pull/4
  
Hello,

Yes it would answer my use case. Actually I considered this option when 
doing the dev but I wasn't very fond of the Broker checking the whole tree of 
children nodes... I found it better to keep each node aware of just its direct 
children and it looked more correct to actually put the VirtualHostNode in 
ERRORed state too.

Olivier


---

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



[jira] [Commented] (QPID-8104) [Broker-J] [Query] [WMC] Ordering connections tables by port column fails with '422 - The orderBy expression at position '0' is unsupported'

2018-02-23 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on QPID-8104:
---

Commit 38819bcac6dc5481357d2c05aaf281e7c83532fe in qpid-broker-j's branch 
refs/heads/master from [~k-wall]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-broker-j.git;h=38819bc ]

QPID-8104: [Broker-J] [Query] Generalise the implementation so that aliases may 
appear within expressions within the order-by clause


> [Broker-J] [Query] [WMC] Ordering connections tables by port column fails 
> with '422 - The orderBy expression at position '0' is unsupported'
> 
>
> Key: QPID-8104
> URL: https://issues.apache.org/jira/browse/QPID-8104
> Project: Qpid
>  Issue Type: Bug
>  Components: Broker-J
>Reporter: Keith Wall
>Priority: Minor
> Fix For: qpid-java-broker-7.0.2
>
>
> Ordering the connections table on the virtualhost tab by port ends with error 
> {{422 - The orderBy expression at position '0' is unsupported}}.
> The select clause in question uses an alias {{port.name AS port}}.  In 
> general the ability to express an the order by in terms of column aliases is 
> supported however,  the issue here seems to be that {{port}} is ambiguous and 
> could refer to the {{Collection#port}} attribute or the alias.
> The user of the query API can workaround by using a column number, or specify 
> the column's expression rather than alias.
> I have not looked into this further.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (DISPATCH-928) calling map_destination for 'undefined' address causes segfault

2018-02-23 Thread ASF subversion and git services (JIRA)

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

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

Commit 00a0233c337c8db24006acab7eece8970e5fe616 in qpid-dispatch's branch 
refs/heads/master from [~gsim]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-dispatch.git;h=00a0233 ]

DISPATCH-928: check for null return from qdr_address_CT


> calling map_destination for 'undefined' address causes segfault
> ---
>
> Key: DISPATCH-928
> URL: https://issues.apache.org/jira/browse/DISPATCH-928
> Project: Qpid Dispatch
>  Issue Type: Bug
>Affects Versions: 1.0.0
>Reporter: Gordon Sim
>Assignee: Ganesh Murthy
>Priority: Major
> Fix For: 1.1.0
>
>
> If qdr_map_destination_CT is called for an address that has not been defined 
> on a router that has the default distribution set to 'undefined', 
> qdr_address_CT (line 578 at present) returns null. However there is no check 
> for this and the address is used to get a hash_handle which causes a segfault.
> Under valgrind you see:
> {noformat}
> ==10232== Invalid write of size 8
> ==10232==at 0x4E67501: qd_hash_internal_insert (hash.c:156)
> ==10232==by 0x4E6756B: qd_hash_insert (hash.c:168)
> ==10232==by 0x4E91644: qdr_map_destination_CT (route_tables.c:579)
> ==10232==by 0x4E8F80D: router_core_thread (router_core_thread.c:83)
> ==10232==by 0x550F739: start_thread (in /usr/lib64/libpthread-2.24.so)
> ==10232==by 0x607AE7E: clone (in /usr/lib64/libc-2.24.so)
> ==10232==  Address 0x98 is not stack'd, malloc'd or (recently) free'd
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (QPID-8102) [Broker-j][Web Management Console] Add UI for virtual host node auto-creation policies

2018-02-23 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on QPID-8102:
---

Commit 0a26d40f3b65421bfd354ae09fac51b56b0ce949 in qpid-broker-j's branch 
refs/heads/master from [~alex.rufous]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-broker-j.git;h=0a26d40 ]

QPID-8102: [Broker-J] Address review comments


> [Broker-j][Web Management Console] Add UI for virtual host node auto-creation 
> policies
> --
>
> Key: QPID-8102
> URL: https://issues.apache.org/jira/browse/QPID-8102
> Project: Qpid
>  Issue Type: Improvement
>  Components: Broker-J
>Reporter: Alex Rudyy
>Assignee: Keith Wall
>Priority: Major
> Fix For: qpid-java-broker-7.0.2, qpid-java-broker-7.1.0
>
> Attachments: 
> 0001-QPID-8102-Broker-J-Add-UI-for-virtual-host-node-auto.patch
>
>
> Add UI to view/create/delete/modify virtual host node auto-creation policies



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Assigned] (PROTON-1643) [FreeBSD] ruby-old-example-test hangs

2018-02-23 Thread Alan Conway (JIRA)

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

Alan Conway reassigned PROTON-1643:
---

Assignee: Alan Conway  (was: Andrew Stitcher)

> [FreeBSD] ruby-old-example-test hangs
> -
>
> Key: PROTON-1643
> URL: https://issues.apache.org/jira/browse/PROTON-1643
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: ruby-binding
>Affects Versions: proton-c-0.18.0
> Environment: FreeBSD 10.3-RELEASE-p20
>Reporter: Andrew Stitcher
>Assignee: Alan Conway
>Priority: Major
>  Labels: freebsd
>
> When running ctest ruby-example-test hangs.
> If you examine the process list there is a process {{/usr/local/bin/ruby23 
> reactor/broker.rb -a :26780}} that has not exited. If you kill that process 
> the test fails but the test run carries on.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (QPID-8102) [Broker-j][Web Management Console] Add UI for virtual host node auto-creation policies

2018-02-23 Thread Keith Wall (JIRA)

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

Keith Wall commented on QPID-8102:
--

Changes look reasonable to me.

> [Broker-j][Web Management Console] Add UI for virtual host node auto-creation 
> policies
> --
>
> Key: QPID-8102
> URL: https://issues.apache.org/jira/browse/QPID-8102
> Project: Qpid
>  Issue Type: Improvement
>  Components: Broker-J
>Reporter: Alex Rudyy
>Assignee: Keith Wall
>Priority: Major
> Fix For: qpid-java-broker-7.0.2, qpid-java-broker-7.1.0
>
> Attachments: 
> 0001-QPID-8102-Broker-J-Add-UI-for-virtual-host-node-auto.patch
>
>
> Add UI to view/create/delete/modify virtual host node auto-creation policies



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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