Uploaded image for project: 'Phoenix'
  1. Phoenix
  2. PHOENIX-4149

Tests using TEPHRA transactional tables flap

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None
    • None

    Description

      One such stacktrace:

      2017-09-01 01:33:42,548 INFO  [main] org.apache.tephra.distributed.TransactionServiceClient(251): Retrying startShort after Thrift error: null
      2017-09-01 01:33:42,549 DEBUG [main] org.apache.tephra.distributed.TransactionServiceClient(252): Retrying startShort after Thrift error: null
      org.apache.thrift.transport.TTransportException
      	at org.apache.thrift.transport.TIOStreamTransport.read(TIOStreamTransport.java:132)
      	at org.apache.thrift.transport.TTransport.readAll(TTransport.java:84)
      	at org.apache.thrift.transport.TFramedTransport.readFrame(TFramedTransport.java:129)
      	at org.apache.thrift.transport.TFramedTransport.read(TFramedTransport.java:101)
      	at org.apache.thrift.transport.TTransport.readAll(TTransport.java:84)
      	at org.apache.thrift.protocol.TBinaryProtocol.readAll(TBinaryProtocol.java:378)
      	at org.apache.thrift.protocol.TBinaryProtocol.readI32(TBinaryProtocol.java:297)
      	at org.apache.thrift.protocol.TBinaryProtocol.readMessageBegin(TBinaryProtocol.java:204)
      	at org.apache.thrift.TServiceClient.receiveBase(TServiceClient.java:69)
      	at org.apache.tephra.distributed.thrift.TTransactionServer$Client.recv_startShortClientId(TTransactionServer.java:262)
      	at org.apache.tephra.distributed.thrift.TTransactionServer$Client.startShortClientId(TTransactionServer.java:249)
      	at org.apache.tephra.distributed.TransactionServiceThriftClient.startShort(TransactionServiceThriftClient.java:154)
      	at org.apache.tephra.distributed.TransactionServiceClient$2.execute(TransactionServiceClient.java:282)
      	at org.apache.tephra.distributed.TransactionServiceClient$2.execute(TransactionServiceClient.java:278)
      	at org.apache.tephra.distributed.TransactionServiceClient.execute(TransactionServiceClient.java:235)
      	at org.apache.tephra.distributed.TransactionServiceClient.execute(TransactionServiceClient.java:204)
      	at org.apache.tephra.distributed.TransactionServiceClient.startShort(TransactionServiceClient.java:277)
      	at org.apache.tephra.TransactionContext.start(TransactionContext.java:91)
      	at org.apache.phoenix.transaction.TephraTransactionContext.begin(TephraTransactionContext.java:165)
      	at org.apache.phoenix.execute.MutationState.startTransaction(MutationState.java:336)
      	at org.apache.phoenix.schema.MetaDataClient.updateCache(MetaDataClient.java:578)
      	at org.apache.phoenix.schema.MetaDataClient.updateCache(MetaDataClient.java:520)
      	at org.apache.phoenix.compile.FromCompiler$BaseColumnResolver.createTableRef(FromCompiler.java:574)
      	at org.apache.phoenix.compile.FromCompiler$SingleTableColumnResolver.<init>(FromCompiler.java:392)
      	at org.apache.phoenix.compile.FromCompiler.getResolverForQuery(FromCompiler.java:229)
      	at org.apache.phoenix.compile.FromCompiler.getResolverForQuery(FromCompiler.java:207)
      	at org.apache.phoenix.jdbc.PhoenixStatement$ExecutableSelectStatement.compilePlan(PhoenixStatement.java:467)
      	at org.apache.phoenix.jdbc.PhoenixStatement$ExecutableSelectStatement.compilePlan(PhoenixStatement.java:441)
      	at org.apache.phoenix.jdbc.PhoenixStatement$1.call(PhoenixStatement.java:299)
      	at org.apache.phoenix.jdbc.PhoenixStatement$1.call(PhoenixStatement.java:289)
      	at org.apache.phoenix.call.CallRunner.run(CallRunner.java:53)
      	at org.apache.phoenix.jdbc.PhoenixStatement.executeQuery(PhoenixStatement.java:288)
      	at org.apache.phoenix.jdbc.PhoenixStatement.executeQuery(PhoenixStatement.java:282)
      	at org.apache.phoenix.jdbc.PhoenixStatement.executeQuery(PhoenixStatement.java:1675)
      	at org.apache.phoenix.end2end.index.IndexIT.testSelectAllAndAliasWithIndex(IndexIT.java:588)
      	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      	at java.lang.reflect.Method.invoke(Method.java:606)
      	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
      	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
      	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
      	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
      	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
      	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
      	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
      	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
      	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
      	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
      	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
      	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
      	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
      	at org.junit.runners.Suite.runChild(Suite.java:128)
      	at org.junit.runners.Suite.runChild(Suite.java:27)
      	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
      	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
      	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
      	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
      	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
      	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
      	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
      	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
      	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
      	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
      	at org.junit.runners.Suite.runChild(Suite.java:128)
      	at org.junit.runners.Suite.runChild(Suite.java:27)
      	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
      	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
      	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
      	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
      	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
      	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
      	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
      	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
      	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeLazy(JUnitCoreWrapper.java:119)
      	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:87)
      	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
      	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:157)
      	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:386)
      	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:323)
      	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:143)
      
      

      poornachandra - can you provide us some insight into why could this be happening? And any way to work around this problem? Do you think this is a Tephra issue or maybe we are doing something wrong from Phoenix?

      Below are the tephra related configs we use in our tests:

              config.setBoolean(TxConstants.Manager.CFG_DO_PERSIST, false);
              config.set(TxConstants.Service.CFG_DATA_TX_CLIENT_RETRY_STRATEGY, "n-times");
              config.setInt(TxConstants.Service.CFG_DATA_TX_CLIENT_ATTEMPTS, 1);
              config.setInt(TxConstants.Service.CFG_DATA_TX_BIND_PORT, Networks.getRandomPort());
              config.set(TxConstants.Manager.CFG_TX_SNAPSHOT_DIR, tmpFolder.newFolder().getAbsolutePath());
              config.setInt(TxConstants.Manager.CFG_TX_TIMEOUT, 30);
              config.unset(TxConstants.Manager.CFG_TX_HDFS_USER);
              config.setLong(TxConstants.Manager.CFG_TX_SNAPSHOT_INTERVAL, 5L);
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            samarthjain Samarth Jain
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: