Re: hbase 2.1.4: insert error: cannot get replica 0

2019-05-04 Thread Biju N
Major compactions can take long time depending on data size. Are you moving from an earlier version of HBase to 2.1.4 i.e. did this loading process work fine earlier? When you mentioned "200 puts as a batch in a java thread" assuming you are using HBase batch mutation? How much memory out of the

Re: hbase 2.1.4: insert error: cannot get replica 0

2019-04-26 Thread Michael
The logs show nothing which looks like an error. Are long compactions which take up to 100sec ok? Otherwise I don't find any error or exceptions in the logs. cheers Michael Am 25.04.19 um 07:10 schrieb Stack: > Check the logs on the servers? Anything untoward? For example, if you look > in

Re: hbase 2.1.4: insert error: cannot get replica 0

2019-04-24 Thread Stack
Check the logs on the servers? Anything untoward? For example, if you look in the master logs, any complaints about regions having trouble onlining? What version of hbase? Thanks, S On Wed, Apr 24, 2019 at 12:31 AM Michael wrote: > Hi, > > I try to run an insert job implemented in java, but

hbase 2.1.4: insert error: cannot get replica 0

2019-04-24 Thread Michael
Hi, I try to run an insert job implemented in java, but it doesn't work. It does run for about 30min, inserting with around 6600 record per second. After that I get exceptions: hbase.client.AsyncRequestFutureImpl: "Cannot get replica 0 location for {} After getting many of these the