Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WFCORE-7008] Split ManagementInterfaceResourcesTestCase for different stability levels. #6199

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

darranl
Copy link
Contributor

@darranl darranl commented Sep 23, 2024

@darranl darranl requested review from kabir and yersan September 23, 2024 15:29
@darranl darranl marked this pull request as ready for review September 23, 2024 15:30
@darranl
Copy link
Contributor Author

darranl commented Sep 23, 2024

All tests run locally on Linux, just added a test that does nothing to check if the setup and cleanup works.

@wildfly-ci

This comment was marked as off-topic.

@wildfly-ci

This comment was marked as off-topic.

@wildfly-ci

This comment was marked as off-topic.

try {
task.setup(client);
test.run();
controller.reload();
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This reload here seems unnecessary, doesn't it?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure at the moment, the original tests also had this reload.

The problem with this test is we deliberately exhaust the http management interface connection to test that this configuration is working and then we try and use the connection to perform further updates.

@RunWith(WildFlyRunner.class)
@ServerControl(manual = true)
public abstract class AbstractManagementInterfaceResourcesTestCase {
protected static final Logger LOG = Logger.getLogger(ManagementInterfaceResourcesTestCase.class.getName());
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One minor, this log should be in the child's classes instead of the parent's.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, I was expecting a log on each child class so it can be easier to track which one is being executed, but in case of a stack trace, we can inferred the origin class from the stack, so I am fine with whatever you prefer

@yersan
Copy link
Collaborator

yersan commented Oct 2, 2024

Weird, Linux - Security Manager - JDK 11 has failed twice on the test developed for this PR

The purpose is to verify the setup and cleanup work as expected.
@yersan
Copy link
Collaborator

yersan commented Oct 2, 2024

I am still getting intermittent failures with these tests running locally, I am not sure why, so let's see how the CI behaves

@wildfly-ci

This comment was marked as outdated.

@darranl
Copy link
Contributor Author

darranl commented Oct 3, 2024

It does look to be something security manager related quite consistently failing this test.

@yersan
Copy link
Collaborator

yersan commented Oct 3, 2024

@darranl I wonder if somehow not all the sockets, or at least a number that would allow open a new one to properly do the reload, could be the issue. We close them from the point of view of one pair, but we proceed to the reload without being sure they have been fully closed on the other pair (server side), just an idea in case it sounds your bell

@wildfly-ci
Copy link

Core -> WildFly Preview Integration Build 14038 outcome was FAILURE using a merge of ad0e7ed
Summary: Tests passed: 2493, ignored: 38; compilation error: Compiler (new) Build time: 01:22:23

@darranl
Copy link
Contributor Author

darranl commented Oct 3, 2024

Being only security manager affected now feels like there is a specific target to debug.

The other kind of brute force option here would be to also define the native management interface on the server under test and use that for the server management ops so even if we exhaust the resources on the http management interface we can always access the native one for server control.

A big issue with this kind of test is it is also heavily dependent on the behaviour of the underlying TCP stack on the target system handling a lot of clean up. Where resource constrained I don't know if the target is more or less likely to proactively clean up half closed sockets.

@wildfly-ci
Copy link

Core -> WildFly Preview Integration Build 14039 outcome was FAILURE using a merge of ad0e7ed
Summary: Tests passed: 2493, ignored: 38; compilation error: Compiler Build time: 01:21:25

@yersan
Copy link
Collaborator

yersan commented Oct 3, 2024

@darranl

Where resource constrained I don't know if the target is more or less likely to proactively clean up half closed sockets.

I tried with Socket.setSoLinger(true, 0) without luck. In any case, they should be closed on the server side automatically when the defined timeout occurs, right? If we have exhausted the resources on the http management interface, they should eventually cleaned up once the timeout occurs. So why this could not be happening when we are sending a reload request? Why the connection already established for the client used to do the reload is not able to do the work? Would open a new client connection work in this case?

@wildfly-ci
Copy link

Core -> Full Integration Build 14261 outcome was FAILURE using a merge of ad0e7ed
Summary: Compilation error: Compiler (new) Build time: 00:11:40

@wildfly-ci
Copy link

Core -> Full Integration Build 14262 outcome was FAILURE using a merge of ad0e7ed
Summary: Compilation error: Compiler Build time: 00:11:18

Copy link

There has been no activity on this PR for 45 days. It will be auto-closed after 90 days.

@github-actions github-actions bot added the Stale label Nov 18, 2024
@darranl
Copy link
Contributor Author

darranl commented Dec 24, 2024

/retest

@wildfly-ci
Copy link

Core -> WildFly Preview Integration Build 14278 outcome was FAILURE using a merge of ad0e7ed
Summary: Tests failed: 3 (3 new), passed: 5256, ignored: 86 Build time: 03:06:39

Failed tests

org.jboss.as.test.integration.xerces.unit.XercesUsageTestCase(basic-integration-default-web): org.jboss.as.test.integration.xerces.unit.XercesUsageTestCase(basic-integration-default-web).org.jboss.as.test.integration.xerces.unit.XercesUsageTestCase: java.lang.RuntimeException: Could not invoke deployment method: public static org.jboss.shrinkwrap.api.spec.EnterpriseArchive org.jboss.as.test.integration.xerces.unit.XercesUsageTestCase.createDeployment() throws java.io.IOException
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
	... 46 more
Caused by: org.jboss.shrinkwrap.resolver.api.InvalidConfigurationFileException: Found 16 problems while building POM model from /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
1/ [ERROR] Non-resolvable import POM: Failed to resolve POM for org.wildfly:wildfly-preview-test-expansion-bom:35.0.0.Final-SNAPSHOT due to Could not find artifact org.wildfly:wildfly-preview-test-expansion-bom:pom:35.0.0.Final-SNAPSHOT in local-mirror (http://nexus.wildfly.int/nexus/repository/public/) @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
2/ [ERROR] 'dependencies.dependency.version' for org.javassist:javassist:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
3/ [ERROR] 'dependencies.dependency.version' for org.codehaus.plexus:plexus-utils:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
4/ [ERROR] 'dependencies.dependency.version' for org.dom4j:dom4j:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
5/ [ERROR] 'dependencies.dependency.version' for org.apache.directory.server:apacheds-test-framework:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
7/ [ERROR] 'dependencies.dependency.version' for org.jboss.resteasy:resteasy-client-utils:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
8/ [ERROR] 'dependencies.dependency.version' for org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-impl-javaee:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
9/ [ERROR] 'dependencies.dependency.version' for org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-depchain:pom is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
10/ [ERROR] 'dependencies.dependency.version' for org.jsoup:jsoup:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
11/ [ERROR] 'dependencies.dependency.version' for org.syslog4j:syslog4j:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
12/ [ERROR] 'dependencies.dependency.version' for org.testcontainers:testcontainers:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
13/ [ERROR] 'dependencies.dependency.version' for org.testcontainers:elasticsearch:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
14/ [ERROR] 'dependencies.dependency.version' for org.wildfly:wildfly-testsuite-shared:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
15/ [ERROR] 'dependencies.dependency.version' for org.wildfly.arquillian:wildfly-arquillian-container-managed:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
16/ [ERROR] 'dependencies.dependency.version' for org.wildfly.arquillian:wildfly-arquillian-protocol-jmx:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml

	at org.jboss.shrinkwrap.resolver.impl.maven.MavenWorkingSessionImpl.loadPomFromFile(MavenWorkingSessionImpl.java:176)
	at org.jboss.shrinkwrap.resolver.impl.maven.task.LoadPomTask.execute(LoadPomTask.java:84)
	at org.jboss.shrinkwrap.resolver.impl.maven.PomlessResolveStageBaseImpl.loadPomFromFile(PomlessResolveStageBaseImpl.java:93)
	at org.jboss.shrinkwrap.resolver.impl.maven.MavenResolverSystemBaseImpl.loadPomFromFile(MavenResolverSystemBaseImpl.java:154)
	at org.jboss.as.test.integration.xerces.unit.XercesUsageTestCase.createDeployment(XercesUsageTestCase.java:74)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	... 48 more


org.jboss.as.test.integration.xerces.ws.unit.XercesUsageInWebServiceTestCase(basic-integration-default-web): org.jboss.as.test.integration.xerces.ws.unit.XercesUsageInWebServiceTestCase(basic-integration-default-web).org.jboss.as.test.integration.xerces.ws.unit.XercesUsageInWebServiceTestCase: java.lang.RuntimeException: Could not invoke deployment method: public static org.jboss.shrinkwrap.api.spec.WebArchive org.jboss.as.test.integration.xerces.ws.unit.XercesUsageInWebServiceTestCase.createWebServiceDeployment() throws java.io.IOException
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
	... 46 more
Caused by: org.jboss.shrinkwrap.resolver.api.InvalidConfigurationFileException: Found 16 problems while building POM model from /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
1/ [ERROR] Non-resolvable import POM: Failed to resolve POM for org.wildfly:wildfly-preview-test-expansion-bom:35.0.0.Final-SNAPSHOT due to Could not find artifact org.wildfly:wildfly-preview-test-expansion-bom:pom:35.0.0.Final-SNAPSHOT in local-mirror (http://nexus.wildfly.int/nexus/repository/public/) @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
2/ [ERROR] 'dependencies.dependency.version' for org.javassist:javassist:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
3/ [ERROR] 'dependencies.dependency.version' for org.codehaus.plexus:plexus-utils:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
4/ [ERROR] 'dependencies.dependency.version' for org.dom4j:dom4j:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
5/ [ERROR] 'dependencies.dependency.version' for org.apache.directory.server:apacheds-test-framework:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
7/ [ERROR] 'dependencies.dependency.version' for org.jboss.resteasy:resteasy-client-utils:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
8/ [ERROR] 'dependencies.dependency.version' for org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-impl-javaee:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
9/ [ERROR] 'dependencies.dependency.version' for org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-depchain:pom is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
10/ [ERROR] 'dependencies.dependency.version' for org.jsoup:jsoup:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
11/ [ERROR] 'dependencies.dependency.version' for org.syslog4j:syslog4j:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
12/ [ERROR] 'dependencies.dependency.version' for org.testcontainers:testcontainers:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
13/ [ERROR] 'dependencies.dependency.version' for org.testcontainers:elasticsearch:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
14/ [ERROR] 'dependencies.dependency.version' for org.wildfly:wildfly-testsuite-shared:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
15/ [ERROR] 'dependencies.dependency.version' for org.wildfly.arquillian:wildfly-arquillian-container-managed:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
16/ [ERROR] 'dependencies.dependency.version' for org.wildfly.arquillian:wildfly-arquillian-protocol-jmx:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml

	at org.jboss.shrinkwrap.resolver.impl.maven.MavenWorkingSessionImpl.loadPomFromFile(MavenWorkingSessionImpl.java:176)
	at org.jboss.shrinkwrap.resolver.impl.maven.task.LoadPomTask.execute(LoadPomTask.java:84)
	at org.jboss.shrinkwrap.resolver.impl.maven.PomlessResolveStageBaseImpl.loadPomFromFile(PomlessResolveStageBaseImpl.java:93)
	at org.jboss.shrinkwrap.resolver.impl.maven.MavenResolverSystemBaseImpl.loadPomFromFile(MavenResolverSystemBaseImpl.java:154)
	at org.jboss.as.test.integration.xerces.ws.unit.XercesUsageInWebServiceTestCase.createWebServiceDeployment(XercesUsageInWebServiceTestCase.java:64)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	... 48 more
------- Stdout: -------
 [33m11:55:08,083 WARN  [com.arjuna.ats.arjuna] (Periodic Recovery) Transaction 0:ffffc0a801d3:7ab4158d:676a9db7:36f9 has 1 heuristic participant(s)!
 [0m [33m11:55:08,084 WARN  [com.arjuna.ats.jta] (Periodic Recovery) ARJUNA016037: Could not find new XAResource to use for recovering non-serializable XAResource XAResourceRecord < resource:null, txid:< formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffffc0a801d3:7ab4158d:676a9db7:36f9, node_name=1, branch_uid=0:ffffc0a801d3:7ab4158d:676a9db7:36ff, subordinatenodename=null, eis_name=unknown eis name >, heuristic: TwoPhaseOutcome.HEURISTIC_HAZARD com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord@5da4a76e >
 [0m [33m11:55:08,084 WARN  [com.arjuna.ats.jta] (Periodic Recovery) XAResourceRecord restored heuristic instance: XAResourceRecord < resource:null, txid:< formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffffc0a801d3:7ab4158d:676a9db7:36f9, node_name=1, branch_uid=0:ffffc0a801d3:7ab4158d:676a9db7:36ff, subordinatenodename=null, eis_name=unknown eis name >, heuristic: TwoPhaseOutcome.HEURISTIC_HAZARD com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord@5da4a76e >
 [0m [33m11:55:08,084 WARN  [com.arjuna.ats.arjuna] (Periodic Recovery) Transaction 0:ffffc0a801d3:7ab4158d:676a9db7:36f9 restored heuristic participant XAResourceRecord < resource:null, txid:< formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffffc0a801d3:7ab4158d:676a9db7:36f9, node_name=1, branch_uid=0:ffffc0a801d3:7ab4158d:676a9db7:36ff, subordinatenodename=null, eis_name=unknown eis name >, heuristic: TwoPhaseOutcome.HEURISTIC_HAZARD com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord@5da4a76e >
 [0m [33m11:55:08,104 WARN  [com.arjuna.ats.jta] (Periodic Recovery) ARJUNA016037: Could not find new XAResource to use for recovering non-serializable XAResource XAResourceRecord < resource:null, txid:< formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffffc0a801d3:7ab4158d:676a9db7:370b, node_name=1, branch_uid=0:ffffc0a801d3:7ab4158d:676a9db7:370e, subordinatenodename=null, eis_name=unknown eis name >, heuristic: TwoPhaseOutcome.FINISH_OK com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord@599b2802 >
 [0m [33m11:55:08,104 WARN  [com.arjuna.ats.jta] (Periodic Recovery) ARJUNA016038: No XAResource to recover < formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffffc0a801d3:7ab4158d:676a9db7:370b, node_name=1, branch_uid=0:ffffc0a801d3:7ab4158d:676a9db7:370e, subordinatenodename=null, eis_name=unknown eis name >
 [0m [33m11:55:08,106 WARN  [com.arjuna.ats.arjuna] (Periodic Recovery) Transaction 0:ffffc0a801d3:7ab4158d:676a9db7:37c2 has 1 heuristic participant(s)!
 [0m [33m11:55:08,106 WARN  [com.arjuna.ats.jta] (Periodic Recovery) ARJUNA016037: Could not find new XAResource to use for recovering non-serializable XAResource XAResourceRecord < resource:null, txid:< formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffffc0a801d3:7ab4158d:676a9db7:37c2, node_name=1, branch_uid=0:ffffc0a801d3:7ab4158d:676a9db7:37cb, subordinatenodename=null, eis_name=unknown eis name >, heuristic: TwoPhaseOutcome.HEURISTIC_ROLLBACK com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord@1c99ad55 >
 [0m [33m11:55:08,106 WARN  [com.arjuna.ats.jta] (Periodic Recovery) XAResourceRecord restored heuristic instance: XAResourceRecord < resource:null, txid:< formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffffc0a801d3:7ab4158d:676a9db7:37c2, node_name=1, branch_uid=0:ffffc0a801d3:7ab4158d:676a9db7:37cb, subordinatenodename=null, eis_name=unknown eis name >, heuristic: TwoPhaseOutcome.HEURISTIC_ROLLBACK com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord@1c99ad55 >
 [0m [33m11:55:08,106 WARN  [com.arjuna.ats.arjuna] (Periodic Recovery) Transaction 0:ffffc0a801d3:7ab4158d:676a9db7:37c2 restored heuristic participant XAResourceRecord < resource:null, txid:< formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffffc0a801d3:7ab4158d:676a9db7:37c2, node_name=1, branch_uid=0:ffffc0a801d3:7ab4158d:676a9db7:37cb, subordinatenodename=null, eis_name=unknown eis name >, heuristic: TwoPhaseOutcome.HEURISTIC_ROLLBACK com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord@1c99ad55 >
 [0m [33m11:55:08,108 WARN  [com.arjuna.ats.arjuna] (Periodic Recovery) Transaction 0:ffffc0a801d3:7ab4158d:676a9db7:37f5 has 1 heuristic participant(s)!
 [0m [33m11:55:08,108 WARN  [com.arjuna.ats.jta] (Periodic Recovery) ARJUNA016037: Could not find new XAResource to use for recovering non-serializable XAResource XAResourceRecord < resource:null, txid:< formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffffc0a801d3:7ab4158d:676a9db7:37f5, node_name=1, branch_uid=0:ffffc0a801d3:7ab4158d:676a9db7:37fb, subordinatenodename=null, eis_name=unknown eis name >, heuristic: TwoPhaseOutcome.HEURISTIC_ROLLBACK com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord@55280567 >
 [0m [33m11:55:08,108 WARN  [com.arjuna.ats.jta] (Periodic Recovery) XAResourceRecord restored heuristic instance: XAResourceRecord < resource:null, txid:< formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffffc0a801d3:7ab4158d:676a9db7:37f5, node_name=1, branch_uid=0:ffffc0a801d3:7ab4158d:676a9db7:37fb, subordinatenodename=null, eis_name=unknown eis name >, heuristic: TwoPhaseOutcome.HEURISTIC_ROLLBACK com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord@55280567 >
 [0m [33m11:55:08,108 WARN  [com.arjuna.ats.arjuna] (Periodic Recovery) Transaction 0:ffffc0a801d3:7ab4158d:676a9db7:37f5 restored heuristic participant XAResourceRecord < resource:null, txid:< formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffffc0a801d3:7ab4158d:676a9db7:37f5, node_name=1, branch_uid=0:ffffc0a801d3:7ab4158d:676a9db7:37fb, subordinatenodename=null, eis_name=unknown eis name >, heuristic: TwoPhaseOutcome.HEURISTIC_ROLLBACK com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord@55280567 >
 [0m [33m11:55:08,110 WARN  [com.arjuna.ats.arjuna] (Periodic Recovery) Transaction 0:ffffc0a801d3:7ab4158d:676a9db7:3819 has 1 heuristic participant(s)!
 [0m [33m11:55:08,111 WARN  [com.arjuna.ats.jta] (Periodic Recovery) ARJUNA016037: Could not find new XAResource to use for recovering non-serializable XAResource XAResourceRecord < resource:null, txid:< formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffffc0a801d3:7ab4158d:676a9db7:3819, node_name=1, branch_uid=0:ffffc0a801d3:7ab4158d:676a9db7:381f, subordinatenodename=null, eis_name=unknown eis name >, heuristic: TwoPhaseOutcome.HEURISTIC_ROLLBACK com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord@2dcf577b >
 [0m [33m11:55:08,111 WARN  [com.arjuna.ats.jta] (Periodic Recovery) XAResourceRecord restored heuristic instance: XAResourceRecord < resource:null, txid:< formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffffc0a801d3:7ab4158d:676a9db7:3819, node_name=1, branch_uid=0:ffffc0a801d3:7ab4158d:676a9db7:381f, subordinatenodename=null, eis_name=unknown eis name >, heuristic: TwoPhaseOutcome.HEURISTIC_ROLLBACK com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord@2dcf577b >
 [0m [33m11:55:08,111 WARN  [com.arjuna.ats.arjuna] (Periodic Recovery) Transaction 0:ffffc0a801d3:7ab4158d:676a9db7:3819 restored heuristic participant XAResourceRecord < resource:null, txid:< formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffffc0a801d3:7ab4158d:676a9db7:3819, node_name=1, branch_uid=0:ffffc0a801d3:7ab4158d:676a9db7:381f, subordinatenodename=null, eis_name=unknown eis name >, heuristic: TwoPhaseOutcome.HEURISTIC_ROLLBACK com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord@2dcf577b >
 [0m [33m11:55:08,113 WARN  [com.arjuna.ats.arjuna] (Periodic Recovery) Transaction 0:ffffc0a801d3:7ab4158d:676a9db7:3822 has 1 heuristic participant(s)!


org.jboss.as.test.clustering.cluster.ejb.timer.DistributedTimerServiceTestCase.test: java.lang.AssertionError: class org.jboss.as.test.clustering.cluster.ejb.timer.beans.CalendarPersistentTimerBean={node-1=[]}. Actual: 0
	at org.jboss.as.test.clustering.cluster.ejb.timer.AbstractTimerServiceTestCase.test(AbstractTimerServiceTestCase.java:305)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
------- Stdout: -------
node-2 2024-12-24 12:04:37,453 INFO  [org.jboss.modules] (main) JBoss Modules version 2.1.6.Final
node-2 2024-12-24 12:04:37,864 INFO  [org.jboss.msc] (main) JBoss MSC version 1.5.5.Final
node-2 2024-12-24 12:04:37,871 INFO  [org.jboss.threads] (main) JBoss Threads version 2.4.0.Final
node-2 2024-12-24 12:04:37,966 INFO  [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: WildFly Preview 35.0.0.Final-SNAPSHOT (WildFly Core 28.0.0.Beta1-SNAPSHOT) starting
node-2 2024-12-24 12:04:38,897 INFO  [org.wildfly.security] (Controller Boot Thread) ELY00001: WildFly Elytron version 2.6.0.Final
node-2 2024-12-24 12:04:39,823 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
node-2 2024-12-24 12:04:39,856 INFO  [org.xnio] (MSC service thread 1-1) XNIO version 3.8.16.Final
node-2 2024-12-24 12:04:39,863 INFO  [org.xnio.nio] (MSC service thread 1-1) XNIO NIO Implementation Version 3.8.16.Final
node-2 2024-12-24 12:04:39,912 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 48) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 2.2)
node-2 2024-12-24 12:04:39,955 INFO  [org.jboss.as.jsf] (ServerService Thread Pool -- 68) WFLYJSF0007: Activated the following Jakarta Server Faces Implementations: [main]
node-2 2024-12-24 12:04:39,960 INFO  [org.jboss.as.jaxrs] (ServerService Thread Pool -- 62) WFLYRS0016: RESTEasy version 7.0.0.Alpha4
node-2 2024-12-24 12:04:39,964 INFO  [org.wildfly.extension.io] (ServerService Thread Pool -- 60) WFLYIO001: Worker 'default' has auto-configured to 8 IO threads with 64 max task threads based on your 4 available processors
node-2 2024-12-24 12:04:39,969 INFO  [org.wildfly.extension.health] (ServerService Thread Pool -- 58) WFLYHEALTH0001: Activating Base Health Subsystem
node-2 2024-12-24 12:04:39,969 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 59) WFLYCLINF0001: Activating Infinispan subsystem.
node-2 2024-12-24 12:04:39,993 INFO  [org.jboss.as.clustering.jgroups] (ServerService Thread Pool -- 65) WFLYCLJG0001: Activating JGroups subsystem. JGroups version 5.3.13
node-2 2024-12-24 12:04:39,996 INFO  [org.wildfly.extension.elytron.oidc._private] (ServerService Thread Pool -- 57) WFLYOIDC0001: Activating WildFly Elytron OIDC Subsystem
node-2 2024-12-24 12:04:40,007 INFO  [org.jboss.remoting] (MSC service thread 1-8) JBoss Remoting version 5.0.30.Final
node-2 2024-12-24 12:04:40,031 INFO  [org.wildfly.extension.microprofile.jwt.smallrye] (ServerService Thread Pool -- 72) WFLYJWT0001: Activating MicroProfile JWT Subsystem
node-2 2024-12-24 12:04:40,057 INFO  [org.jboss.as.connector] (MSC service thread 1-5) WFLYJCA0009: Starting Jakarta Connectors Subsystem (WildFly/IronJacamar 3.0.10.Final)
node-2 2024-12-24 12:04:40,058 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-6) WFLYJCA0018: Started Driver service with driver-name = h2
node-2 2024-12-24 12:04:40,093 INFO  [org.wildfly.extension.microprofile.config.smallrye] (ServerService Thread Pool -- 71) WFLYCONF0001: Activating MicroProfile Config Subsystem
node-2 2024-12-24 12:04:40,102 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 74) WFLYNAM0001: Activating Naming Subsystem
node-2 2024-12-24 12:04:40,123 WARN  [org.wildfly.extension.elytron] (MSC service thread 1-3) WFLYELY00023: KeyStore file '/opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/clustering/target/wildfly-2/standalone/configuration/application.keystore' does not exist. Used blank.
node-2 2024-12-24 12:04:40,214 WARN  [org.jboss.as.txn] (ServerService Thread Pool -- 82) WFLYTX0013: The node-identifier attribute on the /subsystem=transactions is set to the default value. This is a danger for environments running multiple servers. Please make sure the attribute value is unique.
node-2 2024-12-24 12:04:40,225 INFO  [org.jboss.as.naming] (MSC service thread 1-3) WFLYNAM0003: Starting Naming Service
node-2 2024-12-24 12:04:40,235 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-3) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
node-2 2024-12-24 12:04:40,236 WARN  [org.wildfly.extension.elytron] (MSC service thread 1-4) WFLYELY01084: KeyStore /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/clustering/target/wildfly-2/standalone/configuration/application.keystore not found, it will be auto-generated on first use with a self-signed certificate for host localhost
node-2 2024-12-24 12:04:40,290 INFO  [org.jboss.as.ejb3] (MSC service thread 1-6) WFLYEJB0481: Strict pool slsb-strict-max-pool is using a max instance size of 16 (per class), which is derived from thread worker pool sizing.
node-2 2024-12-24 12:04:40,296 INFO  [org.jboss.as.ejb3] (MSC service thread 1-7) WFLYEJB0482: Strict pool mdb-strict-max-pool is using a max instance size of 16 (per class), which is derived from the number of CPUs on this host.
node-2 2024-12-24 12:04:40,300 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-7) WFLYUT0003: Undertow 2.3.18.Final starting
node-2 2024-12-24 12:04:40,412 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 84) WFLYWS0002: Activating WebServices Extension
node-2 2024-12-24 12:04:40,466 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 83) WFLYUT0014: Creating file handler for path '/opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/clustering/target/wildfly-2/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
node-2 2024-12-24 12:04:40,501 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0012: Started server default-server.
node-2 2024-12-24 12:04:40,505 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) Queuing requests.
node-2 2024-12-24 12:04:40,505 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0018: Host default-host starting
node-2 2024-12-24 12:04:40,587 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-7) WFLYUT0006: Undertow HTTP listener default listening on 127.0.0.1:8180


@wildfly-ci
Copy link

Core -> Full Integration Build 14497 outcome was FAILURE using a merge of ad0e7ed
Summary: Tests failed: 1 (1 new), passed: 7985, ignored: 111 Build time: 04:10:45

Failed tests

org.wildfly.test.integration.microprofile.reactive.messaging.otel.KafkaReactiveMessagingAndOtelTestCase.testOpenTelemetryTracingAlwaysDisabledAtConnectorLevel: java.lang.AssertionError: Could not read data in time
	at org.wildfly.test.integration.microprofile.reactive.messaging.otel.BaseReactiveMessagingAndOtelTest.waitForData(BaseReactiveMessagingAndOtelTest.java:409)
	at org.wildfly.test.integration.microprofile.reactive.messaging.otel.BaseReactiveMessagingAndOtelTest.testOpenTelemetryTraces(BaseReactiveMessagingAndOtelTest.java:170)
	at org.wildfly.test.integration.microprofile.reactive.messaging.otel.BaseReactiveMessagingAndOtelTest.testOpenTelemetryTracingAlwaysDisabledAtConnectorLevel(BaseReactiveMessagingAndOtelTest.java:336)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at jdk.internal.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at jdk.internal.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at jdk.internal.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at jdk.internal.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at jdk.internal.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at jdk.internal.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at jdk.internal.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at jdk.internal.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
------- Stdout: -------
=============================
TestName: testOpenTelemetryTracingAlwaysDisabledAtConnectorLevel
=============================
 [0m14:28:49,439 INFO  [org.wildfly.extension.microprofile.openapi.smallrye] (MSC service thread 1-7) WFLYMPOAI0005: Unregistered MicroProfile OpenAPI endpoint '/openapi' for host 'default-host'
 [0m [0m14:28:49,440 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-7) WFLYUT0008: Undertow HTTPS listener https suspending
 [0m [0m14:28:49,440 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 37) WFLYUT0022: Unregistered web context: '/mp-rm-kafka-otel' from server 'default-server'
 [0m [0m14:28:49,440 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-5) WFLYUT0008: Undertow HTTP listener default suspending
 [0m [0m14:28:49,441 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0019: Host default-host stopping
 [0m [0m14:28:49,442 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-7) WFLYUT0007: Undertow HTTPS listener https stopped, was bound to [::1]:8443
 [0m [0m14:28:49,442 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-5) WFLYUT0007: Undertow HTTP listener default stopped, was bound to [::1]:8080
 [0m [0m14:28:49,442 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0004: Undertow 2.3.18.Final stopping
 [0m [0m14:28:52,348 INFO  [org.apache.kafka.clients.consumer.internals.ConsumerRebalanceListenerInvoker] (smallrye-kafka-consumer-thread-22) [Consumer clientId=kafka-consumer-disabled-tracing-sink, groupId=bd27acb0-3ba0-46cc-8de5-03f24a7ccbbf] Revoke previously assigned partitions disabled-tracing-0
 [0m [0m14:28:52,348 INFO  [org.apache.kafka.clients.consumer.internals.ConsumerRebalanceListenerInvoker] (smallrye-kafka-consumer-thread-22) [Consumer clientId=kafka-consumer-disabled-tracing-sink, groupId=bd27acb0-3ba0-46cc-8de5-03f24a7ccbbf] The pause flag in partitions [disabled-tracing-0] will be removed due to revocation.
 [0m [0m14:28:52,348 INFO  [io.smallrye.reactive.messaging.kafka] (smallrye-kafka-consumer-thread-22) SRMSG18224: Executing consumer revoked re-balance listener for group 'bd27acb0-3ba0-46cc-8de5-03f24a7ccbbf'
 [0m [0m14:28:52,348 INFO  [org.apache.kafka.clients.consumer.internals.ConsumerCoordinator] (smallrye-kafka-consumer-thread-22) [Consumer clientId=kafka-consumer-disabled-tracing-sink, groupId=bd27acb0-3ba0-46cc-8de5-03f24a7ccbbf] Member kafka-consumer-disabled-tracing-sink-344149b7-5f68-410d-97ee-b8c493d14a7a sending LeaveGroup request to coordinator localhost:9092 (id: 2147483646 rack: null) due to the consumer is being closed
 [0m [0m14:28:52,349 INFO  [org.apache.kafka.clients.consumer.internals.ConsumerCoordinator] (smallrye-kafka-consumer-thread-22) [Consumer clientId=kafka-consumer-disabled-tracing-sink, groupId=bd27acb0-3ba0-46cc-8de5-03f24a7ccbbf] Resetting generation and member id due to: consumer pro-actively leaving the group
 [0m [0m14:28:52,349 INFO  [org.apache.kafka.clients.consumer.internals.ConsumerCoordinator] (smallrye-kafka-consumer-thread-22) [Consumer clientId=kafka-consumer-disabled-tracing-sink, groupId=bd27acb0-3ba0-46cc-8de5-03f24a7ccbbf] Request joining group due to: consumer pro-actively leaving the group
 [0m [0m14:28:52,351 INFO  [org.apache.kafka.common.metrics.Metrics] (smallrye-kafka-consumer-thread-22) Metrics scheduler closed


@github-actions github-actions bot removed the Stale label Dec 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants