[
https://issues.apache.org/jira/browse/BEAM-1550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15886012#comment-15886012
]
Ismaël Mejía commented on BEAM-1550:
------------------------------------
I validated and there are 4 tests failing in the class, it is basically the
testReading tests. I have a branch with only those been @Ignored, and the other
tests work ok. The issue is easily reproducible as you said (at least).
My current theory is that we are leaking somehow an unwanted version of guava
and/or protobuf into the IO deps, probably a consequence of some recent
changes (fn api+runner api+other thing adding a dep?). HBase uses old versions
of both libraries: Guava 12.0.1 and Protobuf 2.5.0. I changed the beam
dependencies to version 0.5.0 and fixed a small compilation issue on the IO,
and everything worked perfectly. Further investigation is still needed.
> HBaseIO tests timeout precommit
> -------------------------------
>
> Key: BEAM-1550
> URL: https://issues.apache.org/jira/browse/BEAM-1550
> Project: Beam
> Issue Type: Bug
> Components: sdk-java-extensions
> Reporter: Kenneth Knowles
> Assignee: Kenneth Knowles
> Priority: Blocker
>
> Since build 7819 of the Jenkins precommit, the HBaseIOTest
> (beam-sdks-java-io-hbase) has been timing out:
> https://builds.apache.org/view/Beam/job/beam_PreCommit_Java_MavenInstall/7819/console
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)