Phoenix vs CockroachDB

2017-07-13 Thread F21
I recently came across CockroachDB[0] which is a distributed SQL database. Operationally, it is easy to run and adding a new node to the cluster is really simple as well. I believe it is targeted towards OLTP workloads. Has anyone else had a look at CockroachDB? How does it compare with

Re: RegionNotServingException when using Phoenix

2017-07-13 Thread Tanujit Ghosh
Thanks Josh for the quick reply So we are not getting the Exception transiently, but it get thrown out our application code wrapped in an SQLException from Phoenix layer. For now, we have written kind of a backoff retry logic which re-tries the query after some time again but looking for a more

Re: RegionNotServingException when using Phoenix

2017-07-13 Thread Josh Elser
On 7/13/17 1:48 PM, Tanujit Ghosh wrote: Hi All, We are facing a problem in our cluster as stated below. We have a long running java process which does various select on underlying Phoenix/HBASE table structure and return data. This process gets requests from other upstream apps and

RegionNotServingException when using Phoenix

2017-07-13 Thread Tanujit Ghosh
Hi All, We are facing a problem in our cluster as stated below. We have a long running java process which does various select on underlying Phoenix/HBASE table structure and return data. This process gets requests from other upstream apps and responds with results from Phoenix/HBASE. We are