buildbot failure in on activemq-site-production

2018-08-08 Thread buildbot
The Buildbot has detected a new failure on builder activemq-site-production while building . Full details are available at: https://ci.apache.org/builders/activemq-site-production/builds/27222 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: bb-cms-slave Build Reason: The

activemq-artemis git commit: ARTEMIS-1999 Broker uses 100% core's CPU time if msg grouping is used

2018-08-08 Thread clebertsuconic
Repository: activemq-artemis Updated Branches: refs/heads/2.6.x b6ec8245c -> 0b24d0b69 ARTEMIS-1999 Broker uses 100% core's CPU time if msg grouping is used The deliver loop won't give up trying to deliver messages when back-pressure kicks in (credits and/or TCP) if msg grouping is used and

buildbot success in on activemq-site-production

2018-08-08 Thread buildbot
The Buildbot has detected a restored build on builder activemq-site-production while building . Full details are available at: https://ci.apache.org/builders/activemq-site-production/builds/27223 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: bb-cms-slave Build Reason: The

Build failed in Jenkins: ActiveMQ-Java8-All-UnitTests #859

2018-08-08 Thread Apache Jenkins Server
See -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on H24 (ubuntu xenial) in workspace

Build failed in Jenkins: ActiveMQ-Java8-All-UnitTests #856

2018-08-08 Thread Apache Jenkins Server
See -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on H24 (ubuntu xenial) in workspace

Build failed in Jenkins: ActiveMQ-Java8-All-UnitTests #857

2018-08-08 Thread Apache Jenkins Server
See -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on H24 (ubuntu xenial) in workspace

Build failed in Jenkins: ActiveMQ-Java8-All-UnitTests #858

2018-08-08 Thread Apache Jenkins Server
See -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on H24 (ubuntu xenial) in workspace

activemq-artemis git commit: ARTEMIS-2014 fix directory name in test

2018-08-08 Thread jbertram
Repository: activemq-artemis Updated Branches: refs/heads/master 44d4fea65 -> 1b15f9555 ARTEMIS-2014 fix directory name in test Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/1b15f955 Tree:

[2/5] activemq-artemis git commit: NO-JIRA fix flaky test QueueControlTest#testListMessagesWithNullFilter

2018-08-08 Thread clebertsuconic
NO-JIRA fix flaky test QueueControlTest#testListMessagesWithNullFilter The below error is prevented by using Wait.assertEquals where Assert.assertEquals was used previously. java.lang.AssertionError: Expected :2 Actual :1 [...] at

[1/5] activemq-artemis git commit: NO-JIRA fix flaky test QueueControlTest#testListMessagesWithEmptyFilter

2018-08-08 Thread clebertsuconic
Repository: activemq-artemis Updated Branches: refs/heads/2.6.x 6eaa3abda -> 997428c5d NO-JIRA fix flaky test QueueControlTest#testListMessagesWithEmptyFilter The below error is prevented by using Wait.assertEquals where Assert.assertEquals was used previously. java.lang.AssertionError:

[5/5] activemq-artemis git commit: NO-JIRA fix flaky tests QueueControlTest#testResetMessagesExpired

2018-08-08 Thread clebertsuconic
NO-JIRA fix flaky tests QueueControlTest#testResetMessagesExpired The occasional assertion error is prevented by using Wait.assertEquals where Assert.assertEquals was used previously. java.lang.AssertionError: Expected :1 Actual :0 [...] at

[3/5] activemq-artemis git commit: NO-JIRA fix flaky test QueueControlTest#testResetMessagesAdded

2018-08-08 Thread clebertsuconic
NO-JIRA fix flaky test QueueControlTest#testResetMessagesAdded The occasional assertion error is prevented by using Wait.assertEquals where Assert.assertEquals was used previously. I did not observe the timing issue on all asserts (only on the first two), but there is no harm in replacing them

[2/2] activemq-artemis git commit: NO-JIRA improve assertions in QueueControlTest

2018-08-08 Thread clebertsuconic
NO-JIRA improve assertions in QueueControlTest This commit replaces assert{True,Equals} with more specific assertion methods. (cherry picked from commit 8274703153846c964da71e68d61a5c6e4637ccc6) Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit:

activemq-artemis git commit: ARTEMIS-2014 fix directory name in test

2018-08-08 Thread jbertram
Repository: activemq-artemis Updated Branches: refs/heads/2.6.x f6292e6f9 -> 85f4a08a4 ARTEMIS-2014 fix directory name in test (cherry picked from commit 5ae445aff31b6e981215a1e498ff7d8b44bd07ae) Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit:

activemq-artemis git commit: ARTEMIS-2014 fix directory name in test [Forced Update!]

2018-08-08 Thread clebertsuconic
Repository: activemq-artemis Updated Branches: refs/heads/2.6.x 85f4a08a4 -> 6eaa3abda (forced update) ARTEMIS-2014 fix directory name in test (cherry picked from commit 1b15f955544c8088c744fef04c2d194add1572ae) Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit:

activemq-artemis git commit: ARTEMIS-2016 fix flaky test QueueControlTest#testRemoveAllWithPagingMode

2018-08-08 Thread clebertsuconic
Repository: activemq-artemis Updated Branches: refs/heads/2.6.x 997428c5d -> cd7cc4e4d ARTEMIS-2016 fix flaky test QueueControlTest#testRemoveAllWithPagingMode Parameters going into Wait.waitFor were originally wrong, because `durationMillis: 3, sleepMillis: 100` means you would test the

[1/2] activemq-artemis git commit: This closes #2226

2018-08-08 Thread clebertsuconic
Repository: activemq-artemis Updated Branches: refs/heads/master 9109fc160 -> 7480452bd This closes #2226 Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/7480452b Tree:

[1/2] activemq-artemis git commit: NO-JIRA fix unused parameter `durable` in AmqpClientTestSupport#sendMessages

2018-08-08 Thread clebertsuconic
Repository: activemq-artemis Updated Branches: refs/heads/2.6.x cd7cc4e4d -> 32c2382fa NO-JIRA fix unused parameter `durable` in AmqpClientTestSupport#sendMessages (cherry picked from commit 05816fefab47a4f440b2d228624294433e8e86e0) Project:

Build failed in Jenkins: ActiveMQ-Artemis-Master #1988

2018-08-08 Thread Apache Jenkins Server
See Changes: [jbertram] ARTEMIS-2014 fix directory name in test -- [...truncated 1.15 MB...] ??? ‚?=0‚?9???0‚?2? *†H†÷ ???0)? *†H†÷ 0???D8î^•IoCÛ½5‹H‹W©^

[2/3] activemq-artemis git commit: NO-JIRA improve assertions in QueueControlTest

2018-08-08 Thread clebertsuconic
NO-JIRA improve assertions in QueueControlTest This commit replaces assert{True,Equals} with more specific assertion methods. Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/82747031 Tree:

[3/3] activemq-artemis git commit: NO-JIRA fix unused parameter `durable` in AmqpClientTestSupport#sendMessages

2018-08-08 Thread clebertsuconic
NO-JIRA fix unused parameter `durable` in AmqpClientTestSupport#sendMessages Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/05816fef Tree:

Build failed in Jenkins: ActiveMQ-Artemis-Master #1989

2018-08-08 Thread Apache Jenkins Server
See Changes: [clebertsuconic] NO-JIRA fix flaky test QueueControlTest#testListMessagesWithEmptyFilter [clebertsuconic] NO-JIRA fix flaky test QueueControlTest#testListMessagesWithNullFilter

Build failed in Jenkins: ActiveMQ-Artemis-Master #1990

2018-08-08 Thread Apache Jenkins Server
See Changes: [clebertsuconic] NO-JIRA fix unused parameter `durable` in [clebertsuconic] NO-JIRA improve assertions in QueueControlTest -- [...truncated 1.89

[3/6] activemq-artemis git commit: NO-JIRA fix flaky test QueueControlTest#testListMessagesWithEmptyFilter

2018-08-08 Thread clebertsuconic
NO-JIRA fix flaky test QueueControlTest#testListMessagesWithEmptyFilter The below error is prevented by using Wait.assertEquals where Assert.assertEquals was used previously. java.lang.AssertionError: Expected :2 Actual :1 [...] at

[5/6] activemq-artemis git commit: NO-JIRA fix flaky test QueueControlTest#testResetMessagesAdded

2018-08-08 Thread clebertsuconic
NO-JIRA fix flaky test QueueControlTest#testResetMessagesAdded The occasional assertion error is prevented by using Wait.assertEquals where Assert.assertEquals was used previously. I did not observe the timing issue on all asserts (only on the first two), but there is no harm in replacing them

[4/6] activemq-artemis git commit: NO-JIRA fix flaky test QueueControlTest#testListMessagesWithNullFilter

2018-08-08 Thread clebertsuconic
NO-JIRA fix flaky test QueueControlTest#testListMessagesWithNullFilter The below error is prevented by using Wait.assertEquals where Assert.assertEquals was used previously. java.lang.AssertionError: Expected :2 Actual :1 [...] at

[2/6] activemq-artemis git commit: NO-JIRA fix flaky tests QueueControlTest#testChangeMessagePriority{, WithInvalidValue}

2018-08-08 Thread clebertsuconic
NO-JIRA fix flaky tests QueueControlTest#testChangeMessagePriority{,WithInvalidValue} The occasional assertion error is prevented by using Wait.assertEquals where Assert.assertEquals was used previously. Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit:

[6/6] activemq-artemis git commit: This closes #2225

2018-08-08 Thread clebertsuconic
This closes #2225 Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/9109fc16 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/9109fc16 Diff:

[1/6] activemq-artemis git commit: NO-JIRA fix flaky tests QueueControlTest#testResetMessagesExpired

2018-08-08 Thread clebertsuconic
Repository: activemq-artemis Updated Branches: refs/heads/master 1b15f9555 -> 9109fc160 NO-JIRA fix flaky tests QueueControlTest#testResetMessagesExpired The occasional assertion error is prevented by using Wait.assertEquals where Assert.assertEquals was used previously.

[1/3] activemq-artemis git commit: This closes #2224

2018-08-08 Thread clebertsuconic
Repository: activemq-artemis Updated Branches: refs/heads/master 7480452bd -> 99469b1cf This closes #2224 Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/99469b1c Tree:

[2/2] activemq-artemis git commit: ARTEMIS-1999 Broker uses 100% core's CPU time if msg grouping is used

2018-08-08 Thread michaelpearce
ARTEMIS-1999 Broker uses 100% core's CPU time if msg grouping is used The deliver loop won't give up trying to deliver messages when back-pressure kicks in (credits and/or TCP) if msg grouping is used and there are many consumers registered: this change will allow the loop to exit by instructing

[1/2] activemq-artemis git commit: This closes #2203

2018-08-08 Thread michaelpearce
Repository: activemq-artemis Updated Branches: refs/heads/master 99469b1cf -> 3d2eadfb8 This closes #2203 Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/3d2eadfb Tree:

Build failed in Jenkins: ActiveMQ-Artemis-Master #1991

2018-08-08 Thread Apache Jenkins Server
See Changes: [michael.andre.pearce] ARTEMIS-1999 Broker uses 100% core's CPU time if msg grouping is used -- [...truncated 1.13 MB...] ?JÝ(Df¦?Êóm·3Ûäã ùµyÌ@

activemq-artemis git commit: ARTEMIS-2015 PriorityLinkedListImpl::isEmpty is not thread-safe

2018-08-08 Thread clebertsuconic
Repository: activemq-artemis Updated Branches: refs/heads/2.6.x a3e1efa28 -> 9f7afab73 ARTEMIS-2015 PriorityLinkedListImpl::isEmpty is not thread-safe PriorityLinkedListImpl::size access is changed to be safely observable by a thread different from the one allowed to write the list. (cherry

[2/2] activemq-artemis git commit: ARTEMIS-1978: update to proton-j 0.27.3 to resolve sequencing issues

2018-08-08 Thread clebertsuconic
ARTEMIS-1978: update to proton-j 0.27.3 to resolve sequencing issues Adds test exposing broker behaviour from issues stemming from PROTON-1892 and PROTON-1901 Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit:

[1/2] activemq-artemis git commit: This closes #2221

2018-08-08 Thread clebertsuconic
Repository: activemq-artemis Updated Branches: refs/heads/master 6534b6c0b -> 24c13fa4e This closes #2221 Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/24c13fa4 Tree:

[1/2] activemq-artemis git commit: ARTEMIS-1482 Add back check for SimpleString

2018-08-08 Thread clebertsuconic
Repository: activemq-artemis Updated Branches: refs/heads/master 3d2eadfb8 -> 70f551262 ARTEMIS-1482 Add back check for SimpleString Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/985d1e1f Tree:

[2/2] activemq-artemis git commit: This closes #2227

2018-08-08 Thread clebertsuconic
This closes #2227 Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/70f55126 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/70f55126 Diff:

activemq-artemis git commit: ARTEMIS-1482 Add back check for SimpleString

2018-08-08 Thread clebertsuconic
Repository: activemq-artemis Updated Branches: refs/heads/2.6.x 32c2382fa -> a3e1efa28 ARTEMIS-1482 Add back check for SimpleString (cherry picked from commit 985d1e1fcbce7cf02fd1604f9d9255a2c4736008) Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit:

[2/2] activemq-artemis git commit: ARTEMIS-2015 PriorityLinkedListImpl::isEmpty is not thread-safe

2018-08-08 Thread clebertsuconic
ARTEMIS-2015 PriorityLinkedListImpl::isEmpty is not thread-safe PriorityLinkedListImpl::size access is changed to be safely observable by a thread different from the one allowed to write the list. Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit:

[1/2] activemq-artemis git commit: This closes #2223

2018-08-08 Thread clebertsuconic
Repository: activemq-artemis Updated Branches: refs/heads/master 70f551262 -> 6534b6c0b This closes #2223 Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/6534b6c0 Tree:

Build failed in Jenkins: ActiveMQ-Artemis-Master #1992

2018-08-08 Thread Apache Jenkins Server
See Changes: [clebertsuconic] ARTEMIS-1482 Add back check for SimpleString [clebertsuconic] ARTEMIS-2015 PriorityLinkedListImpl::isEmpty is not thread-safe [clebertsuconic] ARTEMIS-1978: update to

activemq-artemis git commit: ARTEMIS-1978: update to proton-j 0.27.3 to resolve sequencing issues

2018-08-08 Thread robbie
Repository: activemq-artemis Updated Branches: refs/heads/2.6.x 9f7afab73 -> 7214d5658 ARTEMIS-1978: update to proton-j 0.27.3 to resolve sequencing issues Adds test exposing broker behaviour from issues stemming from PROTON-1892 and PROTON-1901 (cherry picked from commit

activemq-artemis git commit: NO-JIRA update 2.6.x on scripts

2018-08-08 Thread clebertsuconic
Repository: activemq-artemis Updated Branches: refs/heads/2.6.x 7214d5658 -> b6ec8245c NO-JIRA update 2.6.x on scripts Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/b6ec8245 Tree: