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

Make Kudu native test runnable on Quarkus Platform on Java 8 and 11 #1314

Closed
galderz opened this issue Jun 5, 2020 · 2 comments · Fixed by #1318
Closed

Make Kudu native test runnable on Quarkus Platform on Java 8 and 11 #1314

galderz opened this issue Jun 5, 2020 · 2 comments · Fixed by #1318
Assignees
Milestone

Comments

@galderz
Copy link
Contributor

galderz commented Jun 5, 2020

  • Quarkus master.
  • Camel Quarkus master.
  • Graal 20.1.x.
  • OpenJDK 11 (not labs).

The normal unit test works, but the native test fails with:

Caused by: org.apache.kudu.client.NonRecoverableException: Couldn't find any valid locations, exceptions: [java.net.UnknownHostException: Failed to resolve the IP of `kudu-tserver']
        at org.apache.kudu.client.KuduClient.joinAndHandleException(KuduClient.java:413)
        at org.apache.kudu.client.KuduScanner.nextRows(KuduScanner.java:72)
        at org.apache.kudu.client.KuduScannerIterator.hasNext(KuduScannerIterator.java:69)

Longer output

@ppalaga
Copy link
Contributor

ppalaga commented Jun 8, 2020

It is the same on quarkus-platform master. It is probably caused by the fact that these custom profiles https://github.com/apache/camel-quarkus/blob/master/integration-tests/kudu/pom.xml#L127-L144 were not ported to the platform.

@ppalaga ppalaga self-assigned this Jun 8, 2020
@ppalaga ppalaga changed the title Kudu native integration test fails with UnknownHostException Make Kudu native test runnable on Quarkus Platform on Java 8 and 11 Jun 8, 2020
ppalaga added a commit to ppalaga/camel-quarkus that referenced this issue Jun 8, 2020
ppalaga added a commit to ppalaga/camel-quarkus that referenced this issue Jun 8, 2020
oscerd added a commit that referenced this issue Jun 8, 2020
Fix #1314 Make Kudu native test runnable on Quarkus Platform on Java …
@galderz
Copy link
Contributor Author

galderz commented Jun 10, 2020

Thx @ppalaga for picking this up! :)

jamesnetherton pushed a commit to jamesnetherton/camel-quarkus that referenced this issue Jun 10, 2020
@ppalaga ppalaga added this to the 1.0.0-CR3 milestone Jul 3, 2020
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 a pull request may close this issue.

2 participants