[GitHub] activemq-artemis issue #2199: ARTEMIS-1996 MappedSequentialFileFactory may c...

2018-08-09 Thread franz1981
Github user franz1981 commented on the issue: https://github.com/apache/activemq-artemis/pull/2199 @clebertsuconic I think that using a near-to-deprecation feature to solve the issue can be avoided: https://github.com/franz1981/activemq-artemis/tree/mmap_ro_2_read_journal It is a

Fwd: OpenWire Version 2 is not the latest version

2018-08-09 Thread Andreas Junius
Thanks Tim. It appears that the code is generated from some groovy scripts, the javadocs says "NOTE!: This file is auto generated - do not modify! if you need to make a change, please see the modify the groovy scripts in the under src/gram/script and then use maven openwire:generate to regenerate t

[GitHub] activemq-artemis pull request #2231: ARTEMIS-2019 - Seperate ServerPlugin In...

2018-08-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/2231 ---

[GitHub] activemq-artemis pull request #2213: ARTEMIS-2010 actively detect unauthenti...

2018-08-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/2213 ---

[GitHub] activemq-artemis issue #2199: ARTEMIS-1996 MappedSequentialFileFactory may c...

2018-08-09 Thread clebertsuconic
Github user clebertsuconic commented on the issue: https://github.com/apache/activemq-artemis/pull/2199 @morefuntang / @franz1981 what's the status here? ---

[GitHub] activemq-artemis pull request #2219: ARTEMIS-2013 Can't create durable subsc...

2018-08-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/2219 ---

[GitHub] activemq-artemis pull request #2228: ARTEMIS-2017 SelectorParser cache not t...

2018-08-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/2228 ---

[GitHub] activemq-artemis pull request #2233: ARTEMIS-2020 Use prefixes when useJNDI=...

2018-08-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/2233 ---

[GitHub] activemq-artemis pull request #2234: ARTEMIS-2021 NetworkHealthCheck should ...

2018-08-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/2234 ---

[GitHub] activemq-artemis pull request #2234: ARTEMIS-2021 NetworkHealthCheck should ...

2018-08-09 Thread clebertsuconic
GitHub user clebertsuconic opened a pull request: https://github.com/apache/activemq-artemis/pull/2234 ARTEMIS-2021 NetworkHealthCheck should only restart servers when net failures happened You can merge this pull request into a Git repository by running: $ git pull https://g

[GitHub] activemq-artemis pull request #2233: ARTEMIS-2020 Use prefixes when useJNDI=...

2018-08-09 Thread jbertram
GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/2233 ARTEMIS-2020 Use prefixes when useJNDI=false in RA You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbertram/activemq-artemis ARTEMIS

[GitHub] activemq-artemis issue #2232: ARTEMIS-1482 Enhance test to ensure len check ...

2018-08-09 Thread mtaylor
Github user mtaylor commented on the issue: https://github.com/apache/activemq-artemis/pull/2232 @michaelandrepearce grand. Yes that is what I was concerned about. Merged. Thanks ---

[GitHub] activemq-artemis pull request #2232: ARTEMIS-1482 Enhance test to ensure len...

2018-08-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/2232 ---

[GitHub] activemq-artemis issue #2228: ARTEMIS-2017 SelectorParser cache not thread-s...

2018-08-09 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/2228 LGTM ---

[GitHub] activemq-artemis issue #2232: ARTEMIS-1482 Enhance test to ensure len check ...

2018-08-09 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/2232 @mtaylor i was editing my comment sorry with the output when your fix would be regressed: The other tests will run when run via maven if thats what you're worried about

[GitHub] activemq-artemis issue #2232: ARTEMIS-1482 Enhance test to ensure len check ...

2018-08-09 Thread mtaylor
Github user mtaylor commented on the issue: https://github.com/apache/activemq-artemis/pull/2232 OK. I was trying to avoid that, hence why I choose 100 bytes the first time round. But I think you're right, it will only crash when this issue is reintroduced, in that case we catch and

[GitHub] activemq-artemis issue #2232: ARTEMIS-1482 Enhance test to ensure len check ...

2018-08-09 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/2232 @mtaylor yes it will crash, it OOM's, but then at least you know the build isnt good, and would be picked up and avoid it being regressed, which is the point of test suite. --

[GitHub] activemq-artemis issue #2232: ARTEMIS-1482 Enhance test to ensure len check ...

2018-08-09 Thread mtaylor
Github user mtaylor commented on the issue: https://github.com/apache/activemq-artemis/pull/2232 @michaelandrepearce Are you sure this doesn't cause the test suite to crash? ---

[GitHub] activemq-artemis issue #2227: ARTEMIS-1482 Add back check for SimpleString

2018-08-09 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/2227 @mtaylor see https://github.com/apache/activemq-artemis/pull/2232 please. ---

[GitHub] activemq-artemis issue #2232: ARTEMIS-1482 Enhance test to ensure len check ...

2018-08-09 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/2232 @mtaylor here is updated test that will catch (by the test going OOM) if the byte[] is initialized, and the validity check isnt done first. I checked and unit test fails without

[GitHub] activemq-artemis pull request #2232: ARTEMIS-1482 Enhance test to ensure len...

2018-08-09 Thread michaelandrepearce
GitHub user michaelandrepearce opened a pull request: https://github.com/apache/activemq-artemis/pull/2232 ARTEMIS-1482 Enhance test to ensure len check is done before byte[] init Set the int to Integer.MAX_VALUE thus if the len check is not done before byte[] initialization the tes

[RESULT][VOTE] Apache ActiveMQ 5.15.5

2018-08-09 Thread Christopher Shannon
Results of the Apache ActiveMQ 5.15.5 vote: Vote passes with 4 +1 binding votes. The following votes were received: Binding: +1 Timothy Bish +1 Christopher Shannon +1 Jeff Genender +1 Arthur Naseef Non-Binding +1 Jamie Goodyear +1 Robbie Gemmell I'll start pushing out the release bundles and

Re: OpenWire Version 2 is not the latest version

2018-08-09 Thread Timothy Bish
On 08/08/2018 08:54 PM, Andreas Junius wrote: Hi, This page http://activemq.apache.org/openwire-version-2-specification.html claims that "OpenWire Version 2 is not the latest version". It links to another page that shows a table that lists configuration parameters but none of the "additional fie

[GitHub] activemq-artemis issue #2231: ARTEMIS-2019 - Seperate ServerPlugin Interface...

2018-08-09 Thread cshannon
Github user cshannon commented on the issue: https://github.com/apache/activemq-artemis/pull/2231 Looks good to me ---

[GitHub] activemq-artemis pull request #2187: ARTEMIS-1545 Support JMS 2.0 Completion...

2018-08-09 Thread michaelandrepearce
Github user michaelandrepearce commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/2187#discussion_r208923062 --- Diff: artemis-core-client/src/main/java/org/apache/activemq/artemis/core/protocol/core/impl/ActiveMQSessionContext.java --- @@ -18

[GitHub] activemq-artemis pull request #2217: FOR jbertram - ARTEMIS-1545 Memory leak

2018-08-09 Thread michaelandrepearce
Github user michaelandrepearce closed the pull request at: https://github.com/apache/activemq-artemis/pull/2217 ---

[GitHub] activemq-artemis issue #2231: ARTEMIS-2019 - Seperate ServerPlugin Interface...

2018-08-09 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/2231 @cshannon this is what i was thinking, in regards to our discussion on https://github.com/apache/activemq-artemis/pull/2229 ---

[GitHub] activemq-artemis pull request #2231: ARTEMIS-2019 - Seperate ServerPlugin In...

2018-08-09 Thread michaelandrepearce
GitHub user michaelandrepearce opened a pull request: https://github.com/apache/activemq-artemis/pull/2231 ARTEMIS-2019 - Seperate ServerPlugin Interfaces Seperate plugin interface by area, all extending a base interface. Update code to check and call only plugins implementing s

Re: [VOTE] Apache ActiveMQ 5.15.5 #3

2018-08-09 Thread Jamie G.
+1 (non-binding) Cheers, Jamie On Wed, Aug 8, 2018 at 3:39 PM Arthur Naseef wrote: > > +1 > > Thanks Chris. I'll look forward to getting this updated in the next > release then. > > (apologies if this message is a duplicate) > > On Wed, Aug 8, 2018 at 8:22 AM, Christopher Shannon < > christopher

[GitHub] activemq-artemis pull request #2229: ARTEMIS-2018 - Add bridge events to plu...

2018-08-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/2229 ---

[GitHub] activemq-artemis issue #2229: ARTEMIS-2018 - Add bridge events to plugin API

2018-08-09 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/2229 Cool ill see if i can knock something up. Ill merge this a bit later today if no other commenta ---

[GitHub] activemq-artemis issue #2229: ARTEMIS-2018 - Add bridge events to plugin API

2018-08-09 Thread cshannon
Github user cshannon commented on the issue: https://github.com/apache/activemq-artemis/pull/2229 I like the idea of using separate interfaces and having ActiveMQServerPlugin extend them. This way if someone doesn't care they can make it easy and just extend ActiveMQServerPlugin (as

[GitHub] activemq-artemis issue #2227: ARTEMIS-1482 Add back check for SimpleString

2018-08-09 Thread mtaylor
Github user mtaylor commented on the issue: https://github.com/apache/activemq-artemis/pull/2227 @michaelandrepearce I agree, if you can come up with an appropriate test it would be beneficial. The reason the test still passed was due to the IOOB exception being moved to a different

[GitHub] activemq-artemis pull request #2187: ARTEMIS-1545 Support JMS 2.0 Completion...

2018-08-09 Thread michaelandrepearce
Github user michaelandrepearce commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/2187#discussion_r208837845 --- Diff: artemis-core-client/src/main/java/org/apache/activemq/artemis/core/protocol/core/impl/ActiveMQSessionContext.java --- @@ -18

[GitHub] activemq-artemis issue #2229: ARTEMIS-2018 - Add bridge events to plugin API

2018-08-09 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/2229 Looks good to me. Not to affect this PR, but a general comment that we should start thinking about, there now is a case that by having one broker plugin that it will be