[jira] [Commented] (HBASE-6284) Introduce HRegion#doMiniBatchDelete()

2012-07-02 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13405191#comment-13405191 ] Anoop Sam John commented on HBASE-6284: --- @Ted {code} if (type != MutateType.PUT) {

[jira] [Commented] (HBASE-6284) Introduce HRegion#doMiniBatchDelete()

2012-07-02 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13405487#comment-13405487 ] Anoop Sam John commented on HBASE-6284: --- @Ted bq.Can we buffer Appends and

[jira] [Commented] (HBASE-6284) Introduce HRegion#doMiniBatchDelete()

2012-07-02 Thread Zhihong Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13405491#comment-13405491 ] Zhihong Ted Yu commented on HBASE-6284: --- Looks like patch v3 keeps the existing

[jira] [Commented] (HBASE-6284) Introduce HRegion#doMiniBatchDelete()

2012-07-01 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13404694#comment-13404694 ] Anoop Sam John commented on HBASE-6284: --- Okey to move to 94.2 But 94 being a

[jira] [Commented] (HBASE-6284) Introduce HRegion#doMiniBatchDelete()

2012-07-01 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13404698#comment-13404698 ] Hadoop QA commented on HBASE-6284: -- -1 overall. Here are the results of testing the

[jira] [Commented] (HBASE-6284) Introduce HRegion#doMiniBatchDelete()

2012-07-01 Thread Zhihong Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13404740#comment-13404740 ] Zhihong Ted Yu commented on HBASE-6284: --- w.r.t. computation of timeTakenForPuts: bq.

[jira] [Commented] (HBASE-6284) Introduce HRegion#doMiniBatchDelete()

2012-07-01 Thread Zhihong Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13404750#comment-13404750 ] Zhihong Ted Yu commented on HBASE-6284: --- The patch produces the new API: {code}

[jira] [Commented] (HBASE-6284) Introduce HRegion#doMiniBatchDelete()

2012-07-01 Thread Zhihong Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13404760#comment-13404760 ] Zhihong Ted Yu commented on HBASE-6284: --- The handling of: {code} public

[jira] [Commented] (HBASE-6284) Introduce HRegion#doMiniBatchDelete()

2012-07-01 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13404881#comment-13404881 ] Anoop Sam John commented on HBASE-6284: --- @Ted Do u know the reason why the above

[jira] [Commented] (HBASE-6284) Introduce HRegion#doMiniBatchDelete()

2012-07-01 Thread Zhihong Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13404886#comment-13404886 ] Zhihong Ted Yu commented on HBASE-6284: --- I haven't tracked the source of the above

[jira] [Commented] (HBASE-6284) Introduce HRegion#doMiniBatchDelete()

2012-07-01 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13404892#comment-13404892 ] Anoop Sam John commented on HBASE-6284: --- bq.Consider maintaining two variables: one

[jira] [Commented] (HBASE-6284) Introduce HRegion#doMiniBatchDelete()

2012-06-29 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13404080#comment-13404080 ] Anoop Sam John commented on HBASE-6284: --- Run a performance comparison on a single

[jira] [Commented] (HBASE-6284) Introduce HRegion#doMiniBatchDelete()

2012-06-29 Thread Zhihong Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13404232#comment-13404232 ] Zhihong Ted Yu commented on HBASE-6284: --- I put a few comments on review board.

[jira] [Commented] (HBASE-6284) Introduce HRegion#doMiniBatchDelete()

2012-06-28 Thread Zhihong Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13403279#comment-13403279 ] Zhihong Ted Yu commented on HBASE-6284: --- Please put patch on review board - it is of

[jira] [Commented] (HBASE-6284) Introduce HRegion#doMiniBatchDelete()

2012-06-28 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13403384#comment-13403384 ] Hadoop QA commented on HBASE-6284: -- -1 overall. Here are the results of testing the

[jira] [Commented] (HBASE-6284) Introduce HRegion#doMiniBatchDelete()

2012-06-28 Thread Zhihong Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13403535#comment-13403535 ] Zhihong Ted Yu commented on HBASE-6284: --- I went over the patch once. It looks good.

[jira] [Commented] (HBASE-6284) Introduce HRegion#doMiniBatchDelete()

2012-06-28 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13403678#comment-13403678 ] Anoop Sam John commented on HBASE-6284: --- Ted Put the patch on review board - I need

[jira] [Commented] (HBASE-6284) Introduce HRegion#doMiniBatchDelete()

2012-06-28 Thread Zhihong Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13403683#comment-13403683 ] Zhihong Ted Yu commented on HBASE-6284: --- The patch was generated by svn, so choose

[jira] [Commented] (HBASE-6284) Introduce HRegion#doMiniBatchDelete()

2012-06-28 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13403687#comment-13403687 ] Anoop Sam John commented on HBASE-6284: --- https://reviews.apache.org/r/5654/

[jira] [Commented] (HBASE-6284) Introduce HRegion#doMiniBatchDelete()

2012-06-28 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13403691#comment-13403691 ] Ted Yu commented on HBASE-6284: --- Do you have performance numbers ?

[jira] [Commented] (HBASE-6284) Introduce HRegion#doMiniBatchDelete()

2012-06-27 Thread Jeff Whiting (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13402656#comment-13402656 ] Jeff Whiting commented on HBASE-6284: - While adding this it is probably worth looking

[jira] [Commented] (HBASE-6284) Introduce HRegion#doMiniBatchDelete()

2012-06-27 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13402808#comment-13402808 ] Anoop Sam John commented on HBASE-6284: --- I will come up with a patch based on 0.94

[jira] [Commented] (HBASE-6284) Introduce HRegion#doMiniBatchDelete()

2012-06-27 Thread Zhihong Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13402809#comment-13402809 ] Zhihong Ted Yu commented on HBASE-6284: --- Please work out a trunk patch first. Thanks

[jira] [Commented] (HBASE-6284) Introduce HRegion#doMiniBatchDelete()

2012-06-27 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13402810#comment-13402810 ] Anoop Sam John commented on HBASE-6284: --- Ok Ted.. I will do that... :)

[jira] [Commented] (HBASE-6284) Introduce HRegion#doMiniBatchDelete()

2012-06-27 Thread Jieshan Bean (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13402846#comment-13402846 ] Jieshan Bean commented on HBASE-6284: - Sounds like a good improvement:)

[jira] [Commented] (HBASE-6284) Introduce HRegion#doMiniBatchDelete()

2012-06-27 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13402873#comment-13402873 ] Anoop Sam John commented on HBASE-6284: --- HBASE-5941 is doing almost the same thing