[jira] [Commented] (HBASE-8285) HBaseClient never recovers for single HTable.get() calls with no retries when regions move

2013-04-15 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13631542#comment-13631542 ] Hadoop QA commented on HBASE-8285: -- {color:red}-1 overall{color}. Here are the results

[jira] [Commented] (HBASE-8282) User triggered flushes does not allow compaction to get triggered even if compaction criteria is met

2013-04-15 Thread ramkrishna.s.vasudevan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13631572#comment-13631572 ] ramkrishna.s.vasudevan commented on HBASE-8282: --- @Lars,

[jira] [Commented] (HBASE-6295) Possible performance improvement in client batch operations: presplit and send in background

2013-04-15 Thread Nicolas Liochon (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13631581#comment-13631581 ] Nicolas Liochon commented on HBASE-6295: I think we could simulate transient

[jira] [Commented] (HBASE-5699) Run with 1 WAL in HRegionServer

2013-04-15 Thread Nicolas Liochon (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13631596#comment-13631596 ] Nicolas Liochon commented on HBASE-5699: If we implement this, we should test the

[jira] [Updated] (HBASE-4210) Allow coprocessor to interact with batches per region sent from a client

2013-04-15 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anoop Sam John updated HBASE-4210: -- Release Note: Adds a pre/post CP hooks to deal with batches of Puts and Deletes rather than

[jira] [Commented] (HBASE-4210) Allow coprocessor to interact with batches per region sent from a client

2013-04-15 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13631616#comment-13631616 ] Anoop Sam John commented on HBASE-4210: --- bq.You mean postBatchMutate? Yes.. sorry I

[jira] [Commented] (HBASE-5699) Run with 1 WAL in HRegionServer

2013-04-15 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13631631#comment-13631631 ] Anoop Sam John commented on HBASE-5699: --- May be we need to combine efforts here with

[jira] [Commented] (HBASE-3787) Increment is non-idempotent but client retries RPC

2013-04-15 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13631649#comment-13631649 ] Anoop Sam John commented on HBASE-3787: --- How the exception like

[jira] [Commented] (HBASE-8218) Pass HConnection and ExecutorService as parameters to methods of AggregationClient

2013-04-15 Thread cuijianwei (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13631702#comment-13631702 ] cuijianwei commented on HBASE-8218: --- Thanks for your concern. I make a

[jira] [Updated] (HBASE-8218) Pass HConnection and ExecutorService as parameters to methods of AggregationClient

2013-04-15 Thread cuijianwei (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] cuijianwei updated HBASE-8218: -- Attachment: HBASE-8218-0.94.3-v3.txt patch made from hbase trunk Pass HConnection

[jira] [Commented] (HBASE-8220) can we record the count opened HTable for HTablePool

2013-04-15 Thread cuijianwei (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13631707#comment-13631707 ] cuijianwei commented on HBASE-8220: --- Thanks very much for your concern and review. Maybe

[jira] [Commented] (HBASE-7801) Allow a deferred sync option per Mutation.

2013-04-15 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13631721#comment-13631721 ] Ted Yu commented on HBASE-7801: --- We can either throw IOException at the server or, fall back

[jira] [Commented] (HBASE-8218) Pass HConnection and ExecutorService as parameters to methods of AggregationClient

2013-04-15 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13631740#comment-13631740 ] Ted Yu commented on HBASE-8218: --- What do you think of my earlier comment ?

[jira] [Updated] (HBASE-8218) Pass HConnection and ExecutorService as parameters to methods of AggregationClient

2013-04-15 Thread cuijianwei (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] cuijianwei updated HBASE-8218: -- Attachment: HBASE-8218-trunk-v1.txt Pass HConnection and ExecutorService as parameters to methods

[jira] [Commented] (HBASE-4210) Allow coprocessor to interact with batches per region sent from a client

2013-04-15 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13631791#comment-13631791 ] Himanshu Vashishtha commented on HBASE-4210: An end user should be aware that

[jira] [Commented] (HBASE-8218) Pass HConnection and ExecutorService as parameters to methods of AggregationClient

2013-04-15 Thread cuijianwei (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13631796#comment-13631796 ] cuijianwei commented on HBASE-8218: --- Thanks for your concern, I rename the patch. Do you

[jira] [Commented] (HBASE-4210) Allow coprocessor to interact with batches per region sent from a client

2013-04-15 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13631801#comment-13631801 ] Himanshu Vashishtha commented on HBASE-4210: Anoop: I see you guys already

[jira] [Commented] (HBASE-7801) Allow a deferred sync option per Mutation.

2013-04-15 Thread Lars H (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13631805#comment-13631805 ] Lars H commented on HBASE-7801: --- Neither is ideal. Which would you prefer?

[jira] [Commented] (HBASE-7801) Allow a deferred sync option per Mutation.

2013-04-15 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13631813#comment-13631813 ] Ted Yu commented on HBASE-7801: --- bq. fall back to checking the value of writeToWAL. Before

[jira] [Commented] (HBASE-8326) mapreduce.TestTableInputFormatScan times out frequently

2013-04-15 Thread Nick Dimiduk (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13631818#comment-13631818 ] Nick Dimiduk commented on HBASE-8326: - Ah yes. In this report, the test spent 10 secs

[jira] [Updated] (HBASE-8218) Pass HConnection and ExecutorService as parameters to methods of AggregationClient

2013-04-15 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-8218: -- Attachment: 8218-trunk-v2.txt Take a look at the way pool is shutdown in patch v2. See if you're Okay with it.

[jira] [Assigned] (HBASE-8218) Pass HConnection and ExecutorService as parameters to methods of AggregationClient

2013-04-15 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu reassigned HBASE-8218: - Assignee: cuijianwei Pass HConnection and ExecutorService as parameters to methods of

[jira] [Commented] (HBASE-8326) mapreduce.TestTableInputFormatScan times out frequently

2013-04-15 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13631838#comment-13631838 ] Andrew Purtell commented on HBASE-8326: --- bq. In this report, the test spent 10 secs

[jira] [Updated] (HBASE-8218) Pass HConnection and ExecutorService as parameters to methods of AggregationClient

2013-04-15 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-8218: -- Hadoop Flags: Reviewed Status: Patch Available (was: Open) Pass HConnection and

[jira] [Commented] (HBASE-8326) mapreduce.TestTableInputFormatScan times out frequently

2013-04-15 Thread Nick Dimiduk (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13631860#comment-13631860 ] Nick Dimiduk commented on HBASE-8326: - It's not creating 12 separate MiniMR clusters.

[jira] [Updated] (HBASE-7932) Do the necessary plumbing for the region locations in META table and send the info to the RegionServers

2013-04-15 Thread Devaraj Das (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Devaraj Das updated HBASE-7932: --- Attachment: 7932-8.1.patch This should take care of the test failures (wasn't null 0-length array

[jira] [Commented] (HBASE-8326) mapreduce.TestTableInputFormatScan times out frequently

2013-04-15 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13631880#comment-13631880 ] Ted Yu commented on HBASE-8326: --- The above container termination is unique to

[jira] [Commented] (HBASE-8342) TestTableInputFormatScan#testScanFromConfiguration fails on hadoop2 profile

2013-04-15 Thread Jonathan Hsieh (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13631882#comment-13631882 ] Jonathan Hsieh commented on HBASE-8342: --- Dumping the Jobs that are submitted to the

[jira] [Updated] (HBASE-8321) Log split worker should heartbeat to avoid timeout

2013-04-15 Thread Jimmy Xiang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jimmy Xiang updated HBASE-8321: --- Attachment: trunk-8321_v1.patch Log split worker should heartbeat to avoid timeout

[jira] [Updated] (HBASE-8321) Log split worker should heartbeat to avoid timeout

2013-04-15 Thread Jimmy Xiang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jimmy Xiang updated HBASE-8321: --- Status: Patch Available (was: Open) Log split worker should heartbeat to avoid timeout

[jira] [Commented] (HBASE-7509) Enable RS to query a secondary datanode in parallel, if the primary takes too long

2013-04-15 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13631890#comment-13631890 ] Ted Yu commented on HBASE-7509: --- Thanks for the attachment, Amit. I searched HDFS JIRAs for

[jira] [Commented] (HBASE-7801) Allow a deferred sync option per Mutation.

2013-04-15 Thread Lars H (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13631892#comment-13631892 ] Lars H commented on HBASE-7801: --- Alright will have a new patch soon.

[jira] [Commented] (HBASE-4955) Use the official versions of surefire junit

2013-04-15 Thread Jimmy Xiang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13631899#comment-13631899 ] Jimmy Xiang commented on HBASE-4955: +1 for 3). We can move to official surefire after

[jira] [Commented] (HBASE-7509) Enable RS to query a secondary datanode in parallel, if the primary takes too long

2013-04-15 Thread Amitanand Aiyer (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13631910#comment-13631910 ] Amitanand Aiyer commented on HBASE-7509: [~ted_yu] I don't think we have a HDFS

[jira] [Commented] (HBASE-8326) mapreduce.TestTableInputFormatScan times out frequently

2013-04-15 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13631913#comment-13631913 ] Andrew Purtell commented on HBASE-8326: --- bq. It's not creating 12 separate MiniMR

[jira] [Updated] (HBASE-8342) TestTableInputFormatScan#testScanFromConfiguration fails on hadoop2 profile

2013-04-15 Thread Jonathan Hsieh (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Hsieh updated HBASE-8342: -- Attachment: hbase-8342.patch Simple patch to fix broken unit test. Should be the last

[jira] [Updated] (HBASE-8342) TestTableInputFormatScan#testScanFromConfiguration fails on hadoop2 profile

2013-04-15 Thread Jonathan Hsieh (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Hsieh updated HBASE-8342: -- Status: Patch Available (was: Open) TestTableInputFormatScan#testScanFromConfiguration

[jira] [Comment Edited] (HBASE-8326) mapreduce.TestTableInputFormatScan times out frequently

2013-04-15 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13631913#comment-13631913 ] Andrew Purtell edited comment on HBASE-8326 at 4/15/13 5:38 PM:

[jira] [Commented] (HBASE-8342) TestTableInputFormatScan#testScanFromConfiguration fails on hadoop2 profile

2013-04-15 Thread Jonathan Hsieh (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13631917#comment-13631917 ] Jonathan Hsieh commented on HBASE-8342: --- Since in yarn the MRAppMaster is in a

[jira] [Commented] (HBASE-8218) Pass HConnection and ExecutorService as parameters to methods of AggregationClient

2013-04-15 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13631924#comment-13631924 ] Hadoop QA commented on HBASE-8218: -- {color:green}+1 overall{color}. Here are the results

[jira] [Commented] (HBASE-6891) Hadoop 2 unit test failures

2013-04-15 Thread Jonathan Hsieh (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13631925#comment-13631925 ] Jonathan Hsieh commented on HBASE-6891: --- trunk on Hadoop1 : 2503 unit tests [1]

[jira] [Commented] (HBASE-8321) Log split worker should heartbeat to avoid timeout

2013-04-15 Thread Nicolas Liochon (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13631926#comment-13631926 ] Nicolas Liochon commented on HBASE-8321: [~jxiang] You don't want to remove the

[jira] [Commented] (HBASE-8321) Log split worker should heartbeat to avoid timeout

2013-04-15 Thread Jimmy Xiang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13631932#comment-13631932 ] Jimmy Xiang commented on HBASE-8321: We can do that later. For now, I'd like to make

[jira] [Commented] (HBASE-6891) Hadoop 2 unit test failures

2013-04-15 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13631934#comment-13631934 ] Ted Yu commented on HBASE-6891: --- One factor was that some tests hung (e.g. HBASE-8343),

[jira] [Commented] (HBASE-6891) Hadoop 2 unit test failures

2013-04-15 Thread Jonathan Hsieh (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13631940#comment-13631940 ] Jonathan Hsieh commented on HBASE-6891: --- Missing tests in hadoop2

[jira] [Commented] (HBASE-8282) User triggered flushes does not allow compaction to get triggered even if compaction criteria is met

2013-04-15 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13631942#comment-13631942 ] Sergey Shelukhin commented on HBASE-8282: - As long as it has one meaning it should

[jira] [Commented] (HBASE-8321) Log split worker should heartbeat to avoid timeout

2013-04-15 Thread Nicolas Liochon (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13631948#comment-13631948 ] Nicolas Liochon commented on HBASE-8321: For 0.95, we could remote it no? I can do

[jira] [Created] (HBASE-8344) Improve the assignment when node failures happen to choose the secondary RS as the new primary RS

2013-04-15 Thread Devaraj Das (JIRA)
Devaraj Das created HBASE-8344: -- Summary: Improve the assignment when node failures happen to choose the secondary RS as the new primary RS Key: HBASE-8344 URL: https://issues.apache.org/jira/browse/HBASE-8344

[jira] [Commented] (HBASE-3787) Increment is non-idempotent but client retries RPC

2013-04-15 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13631958#comment-13631958 ] Sergey Shelukhin commented on HBASE-3787: - That is an interesting question.

[jira] [Commented] (HBASE-8321) Log split worker should heartbeat to avoid timeout

2013-04-15 Thread Jimmy Xiang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13631959#comment-13631959 ] Jimmy Xiang commented on HBASE-8321: Sure, go ahead. I am ok with the idea. However

[jira] [Commented] (HBASE-3787) Increment is non-idempotent but client retries RPC

2013-04-15 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13631961#comment-13631961 ] Sergey Shelukhin commented on HBASE-3787: - With purely hash nonces, case 1

[jira] [Updated] (HBASE-7801) Allow a deferred sync option per Mutation.

2013-04-15 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7801?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-7801: - Attachment: 7801-0.94-v7.txt How about this? (Both Durability.valueOf(int) and

[jira] [Commented] (HBASE-8340) WAL compression handling of seeks seems to be either inefficient or incorrect

2013-04-15 Thread Jean-Daniel Cryans (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13631976#comment-13631976 ] Jean-Daniel Cryans commented on HBASE-8340: --- You are right [~sershe], this piece

[jira] [Commented] (HBASE-7932) Do the necessary plumbing for the region locations in META table and send the info to the RegionServers

2013-04-15 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13631979#comment-13631979 ] Hadoop QA commented on HBASE-7932: -- {color:red}-1 overall{color}. Here are the results

[jira] [Commented] (HBASE-8321) Log split worker should heartbeat to avoid timeout

2013-04-15 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13631980#comment-13631980 ] Jeffrey Zhong commented on HBASE-8321: -- The semantics of the existing heartbeat is

[jira] [Commented] (HBASE-7006) [MTTR] Study distributed log splitting to see how we can make it faster

2013-04-15 Thread Jimmy Xiang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13631981#comment-13631981 ] Jimmy Xiang commented on HBASE-7006: I read the proposal and have some questions. At

[jira] [Commented] (HBASE-7801) Allow a deferred sync option per Mutation.

2013-04-15 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13631982#comment-13631982 ] Ted Yu commented on HBASE-7801: --- Looks good to me. Thanks for the perseverance, Lars.

[jira] [Commented] (HBASE-8340) WAL compression handling of seeks seems to be either inefficient or incorrect

2013-04-15 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13631991#comment-13631991 ] Sergey Shelukhin commented on HBASE-8340: - bq. I'm not sure what you mean here,

[jira] [Commented] (HBASE-8321) Log split worker should heartbeat to avoid timeout

2013-04-15 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13631992#comment-13631992 ] Hadoop QA commented on HBASE-8321: -- {color:green}+1 overall{color}. Here are the results

[jira] [Updated] (HBASE-7801) Allow a deferred sync option per Mutation.

2013-04-15 Thread Lars H (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7801?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars H updated HBASE-7801: -- Cool. Committed to 0.94 as well. Thanks for the reviews! Allow a deferred sync option per

[jira] [Resolved] (HBASE-7801) Allow a deferred sync option per Mutation.

2013-04-15 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7801?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl resolved HBASE-7801. -- Resolution: Fixed Allow a deferred sync option per Mutation.

[jira] [Commented] (HBASE-8285) HBaseClient never recovers for single HTable.get() calls with no retries when regions move

2013-04-15 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13632017#comment-13632017 ] Lars Hofhansl commented on HBASE-8285: -- Looks good. Going to commit in a few unless I

[jira] [Commented] (HBASE-8321) Log split worker should heartbeat to avoid timeout

2013-04-15 Thread Jimmy Xiang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13632019#comment-13632019 ] Jimmy Xiang commented on HBASE-8321: The heartbeat stops if the worker doesn't hold

[jira] [Commented] (HBASE-8340) WAL compression handling of seeks seems to be either inefficient or incorrect

2013-04-15 Thread Jean-Daniel Cryans (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13632039#comment-13632039 ] Jean-Daniel Cryans commented on HBASE-8340: --- The way I read it,

[jira] [Commented] (HBASE-8342) TestTableInputFormatScan#testScanFromConfiguration fails on hadoop2 profile

2013-04-15 Thread Elliott Clark (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13632042#comment-13632042 ] Elliott Clark commented on HBASE-8342: -- +1 Looks good to me.

[jira] [Updated] (HBASE-8326) mapreduce.TestTableInputFormatScan times out frequently

2013-04-15 Thread Nick Dimiduk (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Dimiduk updated HBASE-8326: Attachment: HBASE-8326-reuse-jars-trunk-v0.patch

[jira] [Updated] (HBASE-8326) mapreduce.TestTableInputFormatScan times out frequently

2013-04-15 Thread Nick Dimiduk (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Dimiduk updated HBASE-8326: Status: Patch Available (was: Open) mapreduce.TestTableInputFormatScan times out frequently

[jira] [Commented] (HBASE-8342) TestTableInputFormatScan#testScanFromConfiguration fails on hadoop2 profile

2013-04-15 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13632049#comment-13632049 ] Hadoop QA commented on HBASE-8342: -- {color:red}-1 overall{color}. Here are the results

[jira] [Commented] (HBASE-8326) mapreduce.TestTableInputFormatScan times out frequently

2013-04-15 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13632051#comment-13632051 ] Andrew Purtell commented on HBASE-8326: --- Huge +1, thanks Nick.

[jira] [Commented] (HBASE-8284) Allow String Offset(s) in ColumnPaginationFilter for bookmark based pagination

2013-04-15 Thread Nick Dimiduk (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13632066#comment-13632066 ] Nick Dimiduk commented on HBASE-8284: - Sure think. Thanks for addressing the javadoc

[jira] [Created] (HBASE-8345) Add all available resources in o.a.h.h.rest.RootResource and VersionResource to o.a.h.h.rest.client.RemoteAdmin

2013-04-15 Thread Aleksandr Shulman (JIRA)
Aleksandr Shulman created HBASE-8345: Summary: Add all available resources in o.a.h.h.rest.RootResource and VersionResource to o.a.h.h.rest.client.RemoteAdmin Key: HBASE-8345 URL:

[jira] [Updated] (HBASE-8345) Add all available resources in o.a.h.h.rest.RootResource and VersionResource to o.a.h.h.rest.client.RemoteAdmin

2013-04-15 Thread Aleksandr Shulman (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aleksandr Shulman updated HBASE-8345: - Labels: rest_api (was: ) Add all available resources in o.a.h.h.rest.RootResource

[jira] [Commented] (HBASE-8284) Allow String Offset(s) in ColumnPaginationFilter for bookmark based pagination

2013-04-15 Thread Nick Dimiduk (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13632079#comment-13632079 ] Nick Dimiduk commented on HBASE-8284: - I ran smallTests on 0.94: {noformat}

[jira] [Updated] (HBASE-8284) Allow String Offset(s) in ColumnPaginationFilter for bookmark based pagination

2013-04-15 Thread Varun Sharma (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Sharma updated HBASE-8284: Attachment: 8284-0.95.txt Allow String Offset(s) in ColumnPaginationFilter for bookmark based

[jira] [Updated] (HBASE-8284) Allow String Offset(s) in ColumnPaginationFilter for bookmark based pagination

2013-04-15 Thread Varun Sharma (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Sharma updated HBASE-8284: Attachment: 8284-trunk.txt Allow String Offset(s) in ColumnPaginationFilter for bookmark

[jira] [Updated] (HBASE-8284) Allow String Offset(s) in ColumnPaginationFilter for bookmark based pagination

2013-04-15 Thread Varun Sharma (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Sharma updated HBASE-8284: Status: Patch Available (was: Open) Allow String Offset(s) in ColumnPaginationFilter for

[jira] [Commented] (HBASE-8284) Allow String Offset(s) in ColumnPaginationFilter for bookmark based pagination

2013-04-15 Thread Varun Sharma (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13632083#comment-13632083 ] Varun Sharma commented on HBASE-8284: - Thanks, Nick ! Attached patch for 0.95 and

[jira] [Commented] (HBASE-8345) Add all available resources in o.a.h.h.rest.RootResource and VersionResource to o.a.h.h.rest.client.RemoteAdmin

2013-04-15 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13632086#comment-13632086 ] Andrew Purtell commented on HBASE-8345: --- RemoteTable and RemoteAdmin are there

[jira] [Commented] (HBASE-8345) Add all available resources in o.a.h.h.rest.RootResource and VersionResource to o.a.h.h.rest.client.RemoteAdmin

2013-04-15 Thread Aleksandr Shulman (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13632093#comment-13632093 ] Aleksandr Shulman commented on HBASE-8345: -- Thanks for the usage clarification.

[jira] [Commented] (HBASE-8345) Add all available resources in o.a.h.h.rest.RootResource and VersionResource to o.a.h.h.rest.client.RemoteAdmin

2013-04-15 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13632096#comment-13632096 ] Andrew Purtell commented on HBASE-8345: --- bq. In that case, this JIRA will help in

[jira] [Comment Edited] (HBASE-8345) Add all available resources in o.a.h.h.rest.RootResource and VersionResource to o.a.h.h.rest.client.RemoteAdmin

2013-04-15 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13632096#comment-13632096 ] Andrew Purtell edited comment on HBASE-8345 at 4/15/13 7:56 PM:

[jira] [Commented] (HBASE-8345) Add all available resources in o.a.h.h.rest.RootResource and VersionResource to o.a.h.h.rest.client.RemoteAdmin

2013-04-15 Thread Aleksandr Shulman (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13632098#comment-13632098 ] Aleksandr Shulman commented on HBASE-8345: -- [~apurtell], do you know of any

[jira] [Assigned] (HBASE-3482) [Stargate] Add documentation for filter definition in JSON

2013-04-15 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell reassigned HBASE-3482: - Assignee: (was: Andrew Purtell) [Stargate] Add documentation for filter

[jira] [Commented] (HBASE-8345) Add all available resources in o.a.h.h.rest.RootResource and VersionResource to o.a.h.h.rest.client.RemoteAdmin

2013-04-15 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13632105#comment-13632105 ] Andrew Purtell commented on HBASE-8345: --- There is package doc and

[jira] [Commented] (HBASE-8342) TestTableInputFormatScan#testScanFromConfiguration fails on hadoop2 profile

2013-04-15 Thread Jonathan Hsieh (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13632113#comment-13632113 ] Jonathan Hsieh commented on HBASE-8342: --- The failure is unrelated. Committed to 0.95

[jira] [Updated] (HBASE-8342) TestTableInputFormatScan#testScanFromConfiguration fails on hadoop2 profile

2013-04-15 Thread Jonathan Hsieh (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Hsieh updated HBASE-8342: -- Resolution: Fixed Hadoop Flags: Reviewed Status: Resolved (was: Patch

[jira] [Commented] (HBASE-8326) mapreduce.TestTableInputFormatScan times out frequently

2013-04-15 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13632120#comment-13632120 ] Ted Yu commented on HBASE-8326: --- I ran related tests in 0.94: Running

[jira] [Updated] (HBASE-8326) mapreduce.TestTableInputFormatScan times out frequently

2013-04-15 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-8326: -- Fix Version/s: 0.95.1 0.94.7 0.98.0

[jira] [Commented] (HBASE-8326) mapreduce.TestTableInputFormatScan times out frequently

2013-04-15 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13632121#comment-13632121 ] Hadoop QA commented on HBASE-8326: -- {color:red}-1 overall{color}. Here are the results

[jira] [Updated] (HBASE-8321) Log split worker should heartbeat to avoid timeout

2013-04-15 Thread Jimmy Xiang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jimmy Xiang updated HBASE-8321: --- Status: Open (was: Patch Available) Let me fix it in a different way. Log split

[jira] [Updated] (HBASE-8321) Log split worker should heartbeat to avoid timeout when the hlog is under recovery

2013-04-15 Thread Jimmy Xiang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jimmy Xiang updated HBASE-8321: --- Summary: Log split worker should heartbeat to avoid timeout when the hlog is under recovery (was:

[jira] [Updated] (HBASE-8326) mapreduce.TestTableInputFormatScan times out frequently

2013-04-15 Thread Nick Dimiduk (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Dimiduk updated HBASE-8326: Attachment: HBASE-8326-reuse-jars-trunk-v1.patch Rebased onto trunk, following HBASE-8342.

[jira] [Commented] (HBASE-8326) mapreduce.TestTableInputFormatScan times out frequently

2013-04-15 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13632155#comment-13632155 ] Lars Hofhansl commented on HBASE-8326: -- Is this in 0.95/trunk as well?

[jira] [Commented] (HBASE-8326) mapreduce.TestTableInputFormatScan times out frequently

2013-04-15 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13632159#comment-13632159 ] Lars Hofhansl commented on HBASE-8326: -- Just looked, it's not. I think we should

[jira] [Commented] (HBASE-8326) mapreduce.TestTableInputFormatScan times out frequently

2013-04-15 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13632162#comment-13632162 ] Andrew Purtell commented on HBASE-8326: --- bq. Is this in 0.95/trunk as well? Yes, in

[jira] [Updated] (HBASE-8345) Add all available resources in o.a.h.h.rest.RootResource and VersionResource to o.a.h.h.rest.client.RemoteAdmin

2013-04-15 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-8345: - Fix Version/s: (was: 0.94.7) 0.94.8 No patch. Let's put this in to

[jira] [Commented] (HBASE-8326) mapreduce.TestTableInputFormatScan times out frequently

2013-04-15 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13632170#comment-13632170 ] Ted Yu commented on HBASE-8326: --- I am about to integrated trunk patch v1, should I proceed ?

[jira] [Comment Edited] (HBASE-8326) mapreduce.TestTableInputFormatScan times out frequently

2013-04-15 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13632170#comment-13632170 ] Ted Yu edited comment on HBASE-8326 at 4/15/13 8:49 PM: I am about

[jira] [Commented] (HBASE-7006) [MTTR] Study distributed log splitting to see how we can make it faster

2013-04-15 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13632172#comment-13632172 ] Jeffrey Zhong commented on HBASE-7006: -- {quote} it sounds we trade disk io to

[jira] [Updated] (HBASE-8285) HBaseClient never recovers for single HTable.get() calls with no retries when regions move

2013-04-15 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-8285: - Resolution: Fixed Status: Resolved (was: Patch Available) Committed to 0.94, 0.95, and

  1   2   3   >