[
https://issues.apache.org/jira/browse/HBASE-10818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14007916#comment-14007916
]
Enis Soztutar commented on HBASE-10818:
---------------------------------------
Sorry, I was looking at the wrong patch.
Sleeping might not be needed, since we are doing an alter table, which will
ensure that the replicas pick up the new files.
{code}
+ long sleepTime =
conf.getLong(StorefileRefresherChore.REGIONSERVER_STOREFILE_REFRESH_PERIOD,
+ 2000);
{code}
Also we can reduce the sleep here to 1-2 sec.
{code}
+ Thread.sleep(1 * 1000l);
{code}
> Add integration test for bulkload with replicas
> -----------------------------------------------
>
> Key: HBASE-10818
> URL: https://issues.apache.org/jira/browse/HBASE-10818
> Project: HBase
> Issue Type: Sub-task
> Affects Versions: hbase-10070
> Reporter: Nick Dimiduk
> Assignee: Devaraj Das
> Fix For: hbase-10070
>
> Attachments: 10818-7.txt, HBASE-10818.00.patch, HBASE-10818.01.patch,
> HBASE-10818.02.patch, IntegrationTestBulkLoad_replicas.log
>
>
> Should verify bulkload is not affected by region replicas.
--
This message was sent by Atlassian JIRA
(v6.2#6252)