Re: Tephra errors when trying to create a transactional table in Phoenix 4.8.0

2016-08-31 Thread James Taylor
Hi Francis, Is that the complete log for the transaction manager and if not would you mind attaching that to a new JIRA? Thanks, James On Wednesday, August 31, 2016, F21 wrote: > Hey Thomas, > > Where are the Transaction Manager logs located? I have a >

Re: Tephra errors when trying to create a transactional table in Phoenix 4.8.0

2016-08-31 Thread F21
Hey Thomas, Where are the Transaction Manager logs located? I have a /tmp/tephra-/tephra-service--m9edd51-hmaster1.m9edd51.log, which was where I got the logs from yesterday. There wasn't any information on whether the Transaction Manager crashed or not: Here's the last half of the logs:

Re: Tephra errors when trying to create a transactional table in Phoenix 4.8.0

2016-08-31 Thread Thomas D'Silva
Can you check the Transaction Manager logs and see if there are any error? Also can you do a jps and see confirm the Transaction Manager is running ? On Wed, Aug 31, 2016 at 2:12 AM, F21 wrote: > Just another update. Even though the logs says that the transaction > manager

Re: Tephra errors when trying to create a transactional table in Phoenix 4.8.0

2016-08-31 Thread F21
Just another update. Even though the logs says that the transaction manager is not running, it is actually running. I confirmed this by checking the output of ps and connecting to the transaction manager: bash-4.3# ps PID USER TIME COMMAND 1 root 0:01 bash

Re: Tephra errors when trying to create a transactional table in Phoenix 4.8.0

2016-08-30 Thread F21
This only seems to be a problem when I have HBase running in fully distributed mode (1 master, 1 regionserver and 1 zookeeper node in different docker images). If I have HBase running in standalone mode with HBase and Phoenix and the Query server in 1 docker image, it works correctly. On

Tephra errors when trying to create a transactional table in Phoenix 4.8.0

2016-08-30 Thread F21
I have HBase 1.2.2 and Phoenix 4.8.0 running on my HBase master running on alpine linux with OpenJDK JRE 8. This is my hbase-site.xml: hbase.rootdir hdfs://mycluster/hbase zookeeper.znode.parent /hbase hbase.cluster.distributed true