[GitHub] [activemq-artemis] jbertram merged pull request #4329: ARTEMIS-4125 Fixing AutoCreate Topics remove of the address

2023-01-12 Thread GitBox
jbertram merged PR #4329: URL: https://github.com/apache/activemq-artemis/pull/4329 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [activemq] mattrpav commented on pull request #956: [#8133] Add s390x as a parameter for Jenkins

2023-01-12 Thread GitBox
mattrpav commented on PR #956: URL: https://github.com/apache/activemq/pull/956#issuecomment-1380708643 Ugh.. this approach switches nodes b/w stages. Got to make another pass.. Apache INFRA backlogged ~ 30 min to get a build node. -- This is an automated message from the Apache Git

[GitHub] [activemq-artemis] jbertram commented on pull request #4329: ARTEMIS-4125 Fixing AutoCreate Topics remove of the address

2023-01-12 Thread GitBox
jbertram commented on PR #4329: URL: https://github.com/apache/activemq-artemis/pull/4329#issuecomment-1380697669 @clebertsuconic, LGTM -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [activemq-artemis] gemmellr commented on a diff in pull request #4183: ARTEMIS-3875 - adding consumer and producer metrics

2023-01-12 Thread GitBox
gemmellr commented on code in PR #4183: URL: https://github.com/apache/activemq-artemis/pull/4183#discussion_r1068355313 ## artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/ServerConsumerImpl.java: ## @@ -1513,7 +1524,137 @@ public String

[GitHub] [activemq] mattrpav commented on pull request #956: [#8133] Add s390x as a parameter for Jenkins

2023-01-12 Thread GitBox
mattrpav commented on PR #956: URL: https://github.com/apache/activemq/pull/956#issuecomment-1380564668 @srajmane s390x build convo resumes here -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [activemq] mattrpav closed pull request #907: Add Jenkinsfile for s390x

2023-01-12 Thread GitBox
mattrpav closed pull request #907: Add Jenkinsfile for s390x URL: https://github.com/apache/activemq/pull/907 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

[GitHub] [activemq] mattrpav commented on pull request #907: Add Jenkinsfile for s390x

2023-01-12 Thread GitBox
mattrpav commented on PR #907: URL: https://github.com/apache/activemq/pull/907#issuecomment-1380562964 @srajmane I opened #956 which uses parameters (manual execution) as a first step. Need to understand how long the build runs on Apache's s390x. If we get quick turn-around times, we can

[GitHub] [activemq-artemis] clebertsuconic commented on a diff in pull request #4183: ARTEMIS-3875 - adding consumer and producer metrics

2023-01-12 Thread GitBox
clebertsuconic commented on code in PR #4183: URL: https://github.com/apache/activemq-artemis/pull/4183#discussion_r1068362219 ## artemis-core-client/src/main/java/org/apache/activemq/artemis/core/client/impl/ClientSessionImpl.java: ## @@ -2026,10 +2028,20 @@ private

[GitHub] [activemq] srajmane commented on pull request #907: Add Jenkinsfile for s390x

2023-01-12 Thread GitBox
srajmane commented on PR #907: URL: https://github.com/apache/activemq/pull/907#issuecomment-1380345152 @jbonofre @mattrpav Could you please have a look? Thanks !! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [activemq] mattrpav merged pull request #955: [#9194] Add JDK 19 to Jenkins build

2023-01-12 Thread GitBox
mattrpav merged PR #955: URL: https://github.com/apache/activemq/pull/955 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [activemq-artemis] andytaylor commented on a diff in pull request #4183: ARTEMIS-3875 - adding consumer and producer metrics

2023-01-12 Thread GitBox
andytaylor commented on code in PR #4183: URL: https://github.com/apache/activemq-artemis/pull/4183#discussion_r1068285808 ## artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/ServerConsumerImpl.java: ## @@ -1513,7 +1524,137 @@ public String

[GitHub] [activemq-artemis] jbertram commented on pull request #4320: ARTEMIS-3790 Support masked JMS credentials

2023-01-12 Thread GitBox
jbertram commented on PR #4320: URL: https://github.com/apache/activemq-artemis/pull/4320#issuecomment-138033 @ryan-highley, any feedback here? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [activemq-artemis] dependabot[bot] opened a new pull request, #4331: Bump keycloak-core from 19.0.2 to 20.0.3 in /examples/features/standard/security-keycloak

2023-01-12 Thread GitBox
dependabot[bot] opened a new pull request, #4331: URL: https://github.com/apache/activemq-artemis/pull/4331 Bumps [keycloak-core](https://github.com/keycloak/keycloak) from 19.0.2 to 20.0.3. Commits

[GitHub] [activemq] NikitaShupletsov commented on a diff in pull request #848: Feature/replica broker

2023-01-12 Thread GitBox
NikitaShupletsov commented on code in PR #848: URL: https://github.com/apache/activemq/pull/848#discussion_r1068833603 ## activemq-broker/src/main/java/org/apache/activemq/broker/region/Queue.java: ## @@ -1296,9 +1297,36 @@ public QueueMessageReference getMessage(String id) {

[GitHub] [activemq-artemis] jbertram commented on pull request #4122: ARTEMIS-3139 Anonymous types in Artemis config XSD

2023-01-12 Thread GitBox
jbertram commented on PR #4122: URL: https://github.com/apache/activemq-artemis/pull/4122#issuecomment-1380764154 @michaelandrepearce, I haven't done any direct testing, just code review. Can you elaborate on what you mean by "tested fully"? You mentioned doing an upgrade previously. Is

[GitHub] [activemq-artemis] michaelandrepearce commented on pull request #4122: ARTEMIS-3139 Anonymous types in Artemis config XSD

2023-01-12 Thread GitBox
michaelandrepearce commented on PR #4122: URL: https://github.com/apache/activemq-artemis/pull/4122#issuecomment-1380754439 @jbertram has anything been done to fix the airgap issue? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [activemq-artemis] michaelandrepearce commented on pull request #4122: ARTEMIS-3139 Anonymous types in Artemis config XSD

2023-01-12 Thread GitBox
michaelandrepearce commented on PR #4122: URL: https://github.com/apache/activemq-artemis/pull/4122#issuecomment-1380771228 @jbertram so in a true fully air gapped environment linux tools like xmllint don't seem to like this. Which is used quite a bit in places to validate xml changes

[GitHub] [activemq-artemis] clebertsuconic commented on pull request #4330: ARTEMIS-4125 Fixing AutoCreateJmsDestinationTest::testAutoCreateOnSubscribeToTopic

2023-01-12 Thread GitBox
clebertsuconic commented on PR #4330: URL: https://github.com/apache/activemq-artemis/pull/4330#issuecomment-1380779486 I will run tests... if it's all good I will merge it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [activemq] NikitaShupletsov commented on a diff in pull request #953: [AMQ-8354] Add helper methods needed for replica plugin.

2023-01-12 Thread GitBox
NikitaShupletsov commented on code in PR #953: URL: https://github.com/apache/activemq/pull/953#discussion_r1068483608 ## activemq-broker/src/main/java/org/apache/activemq/broker/region/Queue.java: ## @@ -2387,8 +2495,8 @@ private QueueMessageReference

[GitHub] [activemq-artemis] clebertsuconic merged pull request #4327: NO-JIRA Add forgotten upgrade documentation about console redirect

2023-01-12 Thread GitBox
clebertsuconic merged PR #4327: URL: https://github.com/apache/activemq-artemis/pull/4327 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [activemq-artemis] jbertram commented on pull request #4122: ARTEMIS-3139 Anonymous types in Artemis config XSD

2023-01-12 Thread GitBox
jbertram commented on PR #4122: URL: https://github.com/apache/activemq-artemis/pull/4122#issuecomment-1380782116 @michaelandrepearce, so in order to reproduce the issue I need to create an instance of the broker on an air-gapped system using the schema updates in this PR and then run

[GitHub] [activemq-artemis] clebertsuconic merged pull request #4330: ARTEMIS-4125 Fixing AutoCreateJmsDestinationTest::testAutoCreateOnSubscribeToTopic

2023-01-12 Thread GitBox
clebertsuconic merged PR #4330: URL: https://github.com/apache/activemq-artemis/pull/4330 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [activemq] maxfortun commented on pull request #949: Track scheduler activity

2023-01-12 Thread GitBox
maxfortun commented on PR #949: URL: https://github.com/apache/activemq/pull/949#issuecomment-1381016813 Closing this PR as a leaner approach was suggested. Submitting #950 as a proposal in continuation of this discussion. -- This is an automated message from the Apache Git Service. To

[GitHub] [activemq-artemis] jbertram commented on pull request #4122: ARTEMIS-3139 Anonymous types in Artemis config XSD

2023-01-12 Thread GitBox
jbertram commented on PR #4122: URL: https://github.com/apache/activemq-artemis/pull/4122#issuecomment-1380799784 @michaelandrepearce, I can't even get `xmllint` to validate the normal `broker.xml` on a non-air-gapped system. Is there some trick to this? Here's what I did: 1.

[GitHub] [activemq-artemis] clebertsuconic merged pull request #4328: ARTEMIS-4127 refactor multiprotocol JMS tests in AMQP package

2023-01-12 Thread GitBox
clebertsuconic merged PR #4328: URL: https://github.com/apache/activemq-artemis/pull/4328 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [activemq] mattrpav commented on pull request #956: [#8133] Add s390x as a parameter for Jenkins

2023-01-12 Thread GitBox
mattrpav commented on PR #956: URL: https://github.com/apache/activemq/pull/956#issuecomment-1380901835 s390x compiled fine w/ multiple JDKs Unit tests running now: ref: https://ci-builds.apache.org/blue/organizations/jenkins/ActiveMQ%2FActiveMQ/detail/PR-956/3/pipeline/174 --

[GitHub] [activemq-artemis] clebertsuconic commented on pull request #4330: ARTEMIS-4125 Fixing AutoCreateJmsDestinationTest::testAutoCreateOnSubscribeToTopic

2023-01-12 Thread GitBox
clebertsuconic commented on PR #4330: URL: https://github.com/apache/activemq-artemis/pull/4330#issuecomment-1380942009 tests are good -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [activemq] maxfortun commented on pull request #950: Feature/scheduler activity via joblistener

2023-01-12 Thread GitBox
maxfortun commented on PR #950: URL: https://github.com/apache/activemq/pull/950#issuecomment-1381020426 @mattrpav, as per our conversation in #949, reworked JobListener to have the following lifecycle hooks. Thoughts? Ended up refactoring `memory`, `kahadb`, and tests. 1.

[GitHub] [activemq-artemis] michaelandrepearce commented on pull request #4122: ARTEMIS-3139 Anonymous types in Artemis config XSD

2023-01-12 Thread GitBox
michaelandrepearce commented on PR #4122: URL: https://github.com/apache/activemq-artemis/pull/4122#issuecomment-1380786448 @jbertram so air gapped, yes. Two things the team here found 1) xmllint didn't like it 2) we ignored our system process and bypassed xmllint pre check, and

[GitHub] [activemq] NikitaShupletsov commented on a diff in pull request #953: [AMQ-8354] Add helper methods needed for replica plugin.

2023-01-12 Thread GitBox
NikitaShupletsov commented on code in PR #953: URL: https://github.com/apache/activemq/pull/953#discussion_r1068481508 ## activemq-broker/src/main/java/org/apache/activemq/broker/scheduler/SchedulerBroker.java: ## @@ -54,7 +54,7 @@ import org.slf4j.Logger; import

[GitHub] [activemq-artemis] jbertram commented on pull request #4320: ARTEMIS-3790 Support masked JMS credentials

2023-01-12 Thread GitBox
jbertram commented on PR #4320: URL: https://github.com/apache/activemq-artemis/pull/4320#issuecomment-1380940556 @ryan-highley, no worries. I just didn't want this to fall completely off our radar. Your next steps sounds good. I'll review again once you push. Thanks! -- This is an

[GitHub] [activemq-artemis] clebertsuconic commented on a diff in pull request #4183: ARTEMIS-3875 - adding consumer and producer metrics

2023-01-12 Thread GitBox
clebertsuconic commented on code in PR #4183: URL: https://github.com/apache/activemq-artemis/pull/4183#discussion_r1068389869 ## artemis-server/src/main/java/org/apache/activemq/artemis/core/protocol/core/ServerSessionPacketHandler.java: ## @@ -174,6 +184,8 @@ public class

[GitHub] [activemq-artemis] michaelandrepearce commented on pull request #3479: ARTEMIS-3163 Experimental support for Netty IO_URING incubator

2023-01-12 Thread GitBox
michaelandrepearce commented on PR #3479: URL: https://github.com/apache/activemq-artemis/pull/3479#issuecomment-1380758509 @jbertram i would like to still see this in, as long as we mark it experimental or in incubation in docs, i personally support this. -- This is an automated

[GitHub] [activemq-artemis] gemmellr commented on a diff in pull request #4183: ARTEMIS-3875 - adding consumer and producer metrics

2023-01-12 Thread GitBox
gemmellr commented on code in PR #4183: URL: https://github.com/apache/activemq-artemis/pull/4183#discussion_r1068419406 ## artemis-server/src/main/java/org/apache/activemq/artemis/core/protocol/core/ServerSessionPacketHandler.java: ## @@ -635,6 +648,27 @@ private void

[GitHub] [activemq-artemis] ryan-highley commented on pull request #4320: ARTEMIS-3790 Support masked JMS credentials

2023-01-12 Thread GitBox
ryan-highley commented on PR #4320: URL: https://github.com/apache/activemq-artemis/pull/4320#issuecomment-1380834817 @jbertram Sorry for the delay--day job and all That makes sense. I was attempting to move the unmasking with as little invasiveness as possible, hence the

[GitHub] [activemq-artemis] andytaylor commented on a diff in pull request #4183: ARTEMIS-3875 - adding consumer and producer metrics

2023-01-12 Thread GitBox
andytaylor commented on code in PR #4183: URL: https://github.com/apache/activemq-artemis/pull/4183#discussion_r1067989566 ## artemis-core-client/src/main/java/org/apache/activemq/artemis/api/core/Message.java: ## @@ -408,6 +410,8 @@ default Message setValidatedUserID(String

[GitHub] [activemq-artemis] andytaylor commented on a diff in pull request #4183: ARTEMIS-3875 - adding consumer and producer metrics

2023-01-12 Thread GitBox
andytaylor commented on code in PR #4183: URL: https://github.com/apache/activemq-artemis/pull/4183#discussion_r1067990421 ## artemis-protocols/artemis-openwire-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/openwire/amq/AMQSession.java: ## @@ -392,7 +392,7 @@

[GitHub] [activemq-artemis] andytaylor commented on a diff in pull request #4183: ARTEMIS-3875 - adding consumer and producer metrics

2023-01-12 Thread GitBox
andytaylor commented on code in PR #4183: URL: https://github.com/apache/activemq-artemis/pull/4183#discussion_r1067990772 ## artemis-protocols/artemis-openwire-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/openwire/OpenwireMessage.java: ## @@ -137,6 +137,11