Re: we should never remove a different context issue when doing a simple insert

2016-10-03 Thread Shiva Krishna
Hbase Master logs: 2016-10-03 13:37:48,950 INFO [AM.ZK.Worker-pool2-t64] master.RegionStates: Transition {8ea153077a9750d342506849ba9a0e9c state=PENDING_OPEN, ts=1475501868940, server=ip-172-31-17-32.us-west-2.compute.internal,16020,1475498064563} to {8ea153077a9750d342506849ba9a0e9c state=OP

Re: we should never remove a different context issue when doing a simple insert

2016-10-03 Thread Ted Yu
Can you pastebin region server log around the time the assertion was raised ? Thanks On Mon, Oct 3, 2016 at 9:12 AM, Shiva Krishna wrote: > Hi All, > when I am trying to insert the data into HBase through Phoenix. > I am getting the below exception > Caused by: java.lang.AssertionError: we shou

we should never remove a different context issue when doing a simple insert

2016-10-03 Thread Shiva Krishna
Hi All, when I am trying to insert the data into HBase through Phoenix. I am getting the below exception Caused by: java.lang.AssertionError: we should never remove a different context at org.apache.hadoop.hbase.regionserver.HRegion$RowLockContext.cleanUp(HRegion.java:5227) at org.apache.hadoop.