You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Nick Dimiduk (JIRA)" <ji...@apache.org> on 2014/03/25 01:47:46 UTC

[jira] [Commented] (HBASE-10818) Add integration test for bulkload with replicas

    [ https://issues.apache.org/jira/browse/HBASE-10818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13945936#comment-13945936 ] 

Nick Dimiduk commented on HBASE-10818:
--------------------------------------

FYI, the same cluster-wide configurations were in effect as with HBASE-10791:

{noformat}
  <property>
    <name>hbase.it.clustermanager.ssh.opts</name>
    <value>-o StrictHostKeyChecking=no</value>
  </property>
  <property>
    <name>hbase.it.clustermanager.ssh.cmd</name>
    <value>/usr/bin/ssh %1$s %2$s%3$s%4$s "sudo su - hbase -c \"%5$s\""</value>
  </property>
  <property>
    <name>hbase.master.loadbalancer.class</name>
    <value>org.apache.hadoop.hbase.master.balancer.StochasticLoadBalancer</value>
  </property>
  <property>
    <name>hbase.regionserver.storefile.refresh.period</name>
    <value>30000</value>
    <!-- default hbase.master.cleaner.interval=60000 -->
  </property>
{noformat}

> 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: Nick Dimiduk
>         Attachments: HBASE-10818.00.patch, HBASE-10818.01.patch, IntegrationTestBulkLoad_replicas.log
>
>
> Should verify bulkload is not affected by region replicas.



--
This message was sent by Atlassian JIRA
(v6.2#6252)