Re: Query time shoots up because of minor compaction.

2017-11-21 Thread munishmhr
Yes i was trying understand if minor compaction can really effect response time. Other than that i don't see any other activity on our servers. about 18161, I am working with guy who wrote it so we are using that output format. -- Sent from:

Re: Query time shoots up because of minor compaction.

2017-11-19 Thread Ted Yu
bq. range from ~2sec to ~2mints at the same time query hbase response time shoots up By the above I assume you have established correlation between the timing of minor compaction and slow response. Was there other activity from region server log which could affect response time ? BTW HBASE-18161

Query time shoots up because of minor compaction.

2017-11-19 Thread munishmhr
Our application does continuous bulkload through out the day and at the same time we are also doing query. From the logs i can see minor compaction happening timings of which range from ~2sec to ~2mints at the same time query hbase response time shoots up ranging ~2sec to ~27sec. Our application