Here's a pointer to the failure in the test run: https://builds.apache.org/job/Phoenix-master/1840/testReport/junit/org.apache.phoenix.tx/TxCheckpointIT/testUpsertSelectDoesntSeeUpsertedData_TxCheckpointIT_localIndex_false_mutable_false_columnEncoded_false_/
On Wed, Oct 18, 2017 at 1:39 PM, Andreas Neumann <[email protected]> wrote: > Hi James, > > do you have logs from that test run? There can be different reasons: > - the test started before Tephra was initialized, in that case maybe wait > until it is discoverable? > - Transaction manager crashed for some reason - logs would show that > > -Andreas > > On Tue, Oct 17, 2017 at 8:04 PM, James Taylor <[email protected]> > wrote: > > > During Phoenix test runs, we sometimes get this exception: > > > > java.lang.RuntimeException: org.apache.thrift.TException: Unable to > > discover transaction service. > > > > Is this something that we should retry the test after receiving? What > would > > cause this? > > > > Thanks, > > James > > >
