Calculate number of records in write buffer

2014-07-30 Thread varshar
Hi, We are writing a billion records into HBase using multiple clients. Each client is multithreaded. Autoflush is set to false and the write buffer size = 12MB. The WriteRequestCount metric is incremented by only 1 for one batch insert and not by the number of records inserted.* Is there any

Re: Calculate number of records in write buffer

2014-07-30 Thread varshar
Hi, I found this ticket for wrong write request count but I am not sure if this is related to the same issue. https://issues.apache.org/jira/browse/HBASE-11353 https://issues.apache.org/jira/browse/HBASE-11353 We are using HBase version : 0.98.0.2 and the fix for the above ticket is in