Try to figure out which region server is handling those writes and it could
be possible that particular region server is skewing your cluster's write
performance.

Another thing to check if your data is already skewed across regions/region
servers.

Once I faced this issue, I enabled multiwal and used table presplitting
according to my keyspace and it fixed the region write performance.

On Thu, Jun 29, 2017 at 11:00 PM, Sreeram <[email protected]> wrote:

> Hi,
>
>  I am facing very slow write speed when I write to a HBase cluster in
> a different data center. The network round trip takes 1 ms. Average
> time taken for 100 PUTs (each 500KB) takes over 2 seconds. Any network
> or OS parameter that I need to check ?
>
> Will appreciate any inputs from the community on this.
>
> Thanks,
> Sreeram
>

Reply via email to