[
https://issues.apache.org/jira/browse/HBASE-12893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jingcheng Du updated HBASE-12893:
---------------------------------
Attachment: HBASE-12893.diff
Simply change the code to disable the autoflush in client side.
I ran this integration test before and after this patch was applied.
Before the patch is applied:
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 922.661 sec -
in org.apache.hadoop.hbase.test.IntegrationTestBigLinkedListWithVisibility
After the patch is applied:
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 825.916 sec -
in org.apache.hadoop.hbase.test.IntegrationTestBigLinkedListWithVisibility
> IntegrationTestBigLinkedListWithVisibility should use buffered writes
> ---------------------------------------------------------------------
>
> Key: HBASE-12893
> URL: https://issues.apache.org/jira/browse/HBASE-12893
> Project: HBase
> Issue Type: Improvement
> Components: integration tests
> Reporter: Nick Dimiduk
> Assignee: Jingcheng Du
> Priority: Minor
> Attachments: HBASE-12893.diff
>
>
> This was noticed in review over on HBASE-12728. This test is not doing
> client-side buffering of writes, so probably we can speed it up.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)