Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.94.13
-
None
-
Reviewed
-
Forward port of a 0.89fb patch where we issue sync on WAL file construction to force immediate setup of write pipeline (and do it outside of locks so don't hold up writes during setup).
Description
In deed, the original finding came from fb, see HBASE-6813 for detailed discussion.
Through this improvement doesn't expect obvious gain on 95th or 99th latency, it still could make the response time more stable to me.
Attachments
Attachments
Issue Links
- is related to
-
HBASE-7216 sync hlog writer just after create it, so trigger addBlock and establish write pipeline before the first hlog sync
- Closed