[jira] [Commented] (HBASE-18086) Create native client which creates load on selected cluster

2017-07-21 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16097024#comment-16097024 ] Enis Soztutar commented on HBASE-18086: --- bq. The tool does puts, appends, scans and gets in

[jira] [Commented] (HBASE-18086) Create native client which creates load on selected cluster

2017-07-20 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16095266#comment-16095266 ] Ted Yu commented on HBASE-18086: bq. Why are we doing Deletes before Append / Increment? Since Append /

[jira] [Commented] (HBASE-18086) Create native client which creates load on selected cluster

2017-07-20 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16095149#comment-16095149 ] Enis Soztutar commented on HBASE-18086: --- - This method is not used, did you mean to use it?:

[jira] [Commented] (HBASE-18086) Create native client which creates load on selected cluster

2017-07-20 Thread Devaraj Das (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16095141#comment-16095141 ] Devaraj Das commented on HBASE-18086: - bq. Since load-client is supposed to verify large amount of

[jira] [Commented] (HBASE-18086) Create native client which creates load on selected cluster

2017-07-19 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16093601#comment-16093601 ] Ted Yu commented on HBASE-18086: Tested patch v17 with v9 from HBASE-18061. With earlier patch from

[jira] [Commented] (HBASE-18086) Create native client which creates load on selected cluster

2017-07-19 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16093423#comment-16093423 ] Ted Yu commented on HBASE-18086: Currently load-client performs both scan and get for the verification

[jira] [Commented] (HBASE-18086) Create native client which creates load on selected cluster

2017-07-18 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16092345#comment-16092345 ] Ted Yu commented on HBASE-18086: w.r.t. random number generation, after performing more runs, I noticed

[jira] [Commented] (HBASE-18086) Create native client which creates load on selected cluster

2017-07-18 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16092265#comment-16092265 ] Enis Soztutar commented on HBASE-18086: --- bq. Updated patch v12 where random number generation is

[jira] [Commented] (HBASE-18086) Create native client which creates load on selected cluster

2017-07-18 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16091726#comment-16091726 ] Ted Yu commented on HBASE-18086: Running load-client against 1.1 cluster, the client hung at the end of

[jira] [Commented] (HBASE-18086) Create native client which creates load on selected cluster

2017-07-17 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16090802#comment-16090802 ] Ted Yu commented on HBASE-18086: When using load-client against an hbase 1.1 cluster, sometimes I got:

[jira] [Commented] (HBASE-18086) Create native client which creates load on selected cluster

2017-07-17 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16090682#comment-16090682 ] Ted Yu commented on HBASE-18086: With random number generation inside the loop: {code} I0714

[jira] [Commented] (HBASE-18086) Create native client which creates load on selected cluster

2017-07-17 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16090120#comment-16090120 ] Ted Yu commented on HBASE-18086: Updated patch v12 where random number generation is lifted outside the

[jira] [Commented] (HBASE-18086) Create native client which creates load on selected cluster

2017-06-20 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16056584#comment-16056584 ] Enis Soztutar commented on HBASE-18086: --- bq. If we don't handle RetriesExhaustedException, how do

[jira] [Commented] (HBASE-18086) Create native client which creates load on selected cluster

2017-06-20 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16056501#comment-16056501 ] Ted Yu commented on HBASE-18086: bq. make sure that what we have written can be read exactly as it is.

[jira] [Commented] (HBASE-18086) Create native client which creates load on selected cluster

2017-06-20 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16056448#comment-16056448 ] Enis Soztutar commented on HBASE-18086: --- One more: - Being able to do just puts, or just gets,

[jira] [Commented] (HBASE-18086) Create native client which creates load on selected cluster

2017-06-20 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16056445#comment-16056445 ] Enis Soztutar commented on HBASE-18086: --- These are some of the features that we want from this

[jira] [Commented] (HBASE-18086) Create native client which creates load on selected cluster

2017-05-31 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16032047#comment-16032047 ] Ted Yu commented on HBASE-18086: You can specify value for parameter(s) with the following syntax

[jira] [Commented] (HBASE-18086) Create native client which creates load on selected cluster

2017-05-19 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16018039#comment-16018039 ] Ted Yu commented on HBASE-18086: Patch v1 allows the specification of the following parameters: table