johnnychhsu opened a new pull request, #15556:
URL: https://github.com/apache/kafka/pull/15556

   ## Context
   This test failed in several PR, and from one of the failed build, there was 
an error log
   ```
   [2024-03-12 13:58:12,744] ERROR Failed to discover HeaderConverter in 
classpath: Unable to instantiate TestConverterWithPrivateConstructor: Plugin 
class default constructor must be public 
(org.apache.kafka.connect.runtime.isolation.ReflectionScanner:138)
   java.lang.IllegalAccessException: class 
org.apache.kafka.connect.runtime.isolation.ReflectionScanner cannot access a 
member of class 
org.apache.kafka.connect.integration.ConnectorValidationIntegrationTest$TestConverterWithPrivateConstructor
 with modifiers "private"
   ```
   in [this 
build](https://ci-builds.apache.org/job/Kafka/job/kafka-pr/job/PR-15463/4/testReport/junit/org.apache.kafka.connect.mirror.integration/IdentityReplicationIntegrationTest/Build___JDK_11_and_Scala_2_13___testReplicateFromLatest__/).
 
   Jira ticket: 
[KAFKA-16383](https://issues.apache.org/jira/browse/KAFKA-16383).
   
   I guess this could be the potential cause.
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to