OpenTSDB / asynchbase

A fully asynchronous, non-blocking, thread-safe, high-performance HBase client.
https://github.com/OpenTSDB/asynchbase
BSD 3-Clause "New" or "Revised" License
608 stars 303 forks source link

PR build failed with Java environment error #186

Closed stiga-huang closed 6 years ago

stiga-huang commented 6 years ago

Hi @manolama,

I created a PR(#185) but found that the CI build failed. The failed jobs are openjdk6 and oraclejdk7 test. It seems the test environment does not have jdk6 and jdk7 installed. I found these in logs:

$ jdk_switcher use openjdk6
Switching to OpenJDK6 (java-1.6.0-openjdk-amd64), JAVA_HOME will be set to /usr/lib/jvm/java-6-openjdk-amd64
update-java-alternatives: directory does not exist: /usr/lib/jvm/java-1.6.0-openjdk-amd64
$ jdk_switcher use oraclejdk7
Switching to Oracle JDK7 (java-7-oracle), JAVA_HOME will be set to /usr/lib/jvm/java-7-oracle
update-java-alternatives: directory does not exist: /usr/lib/jvm/java-7-oracle

Is it normal for all PRs?

Thanks

manolama commented 6 years ago

Nope, definitely a bug, fixing it now.