[
https://issues.apache.org/jira/browse/HBASE-15935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joseph updated HBASE-15935:
---------------------------
Description:
Keep track of which linked lists have been flushed in an HBase table, so that
we can concurrently Walk these lists during the Generation phase. This will
allow us to test:
1. HBase under concurrent read/writes
2. Availability of data immediately after flushes (as opposed to waiting till
the Verification phase)
was:
Adding support for concurrent generation and verification. Will largely be
copying over the changes from
https://github.com/keith-turner/goraci/commit/9ae4323c3e3ae6bbc4746bcc313a97893c0368c9
into the HBase version of the test
> Have a separate Walker task running concurrently with Generator
> ------------------------------------------------------------------
>
> Key: HBASE-15935
> URL: https://issues.apache.org/jira/browse/HBASE-15935
> Project: HBase
> Issue Type: Sub-task
> Components: integration tests
> Reporter: Joseph
> Assignee: Joseph
> Priority: Minor
>
> Keep track of which linked lists have been flushed in an HBase table, so that
> we can concurrently Walk these lists during the Generation phase. This will
> allow us to test:
> 1. HBase under concurrent read/writes
> 2. Availability of data immediately after flushes (as opposed to waiting till
> the Verification phase)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)