[jira] [Commented] (HBASE-3581) hbase rpc should send size of response

2011-10-19 Thread Ted Yu (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13130383#comment-13130383 ] Ted Yu commented on HBASE-3581: --- If I understand the patch correctly, I think the following

[jira] [Commented] (HBASE-3581) hbase rpc should send size of response

2011-10-19 Thread gaojinchao (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13130413#comment-13130413 ] gaojinchao commented on HBASE-3581: --- Ted's analysis makes sense. Our local test cases

[jira] [Commented] (HBASE-3581) hbase rpc should send size of response

2011-10-19 Thread Jonathan Gray (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13130416#comment-13130416 ] Jonathan Gray commented on HBASE-3581: -- should rename method to

[jira] [Updated] (HBASE-3581) hbase rpc should send size of response

2011-10-19 Thread Ted Yu (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-3581: -- Comment: was deleted (was: If I understand the patch correctly, I think the following addendum should be

[jira] [Commented] (HBASE-3581) hbase rpc should send size of response

2011-10-19 Thread ramkrishna.s.vasudevan (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13130639#comment-13130639 ] ramkrishna.s.vasudevan commented on HBASE-3581: --- {code} + static byte

[jira] [Updated] (HBASE-4585) Avoid next operations (and instead reseek) when current kv is deleted

2011-10-19 Thread Kannan Muthukkaruppan (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kannan Muthukkaruppan updated HBASE-4585: - Description: When the current kv is deleted during the matching in the

[jira] [Created] (HBASE-4618) HBase backups

2011-10-19 Thread Karthik Ranganathan (Created) (JIRA)
HBase backups - Key: HBASE-4618 URL: https://issues.apache.org/jira/browse/HBASE-4618 Project: HBase Issue Type: Umbrella Components: documentation, regionserver Reporter: Karthik Ranganathan

[jira] [Updated] (HBASE-4618) HBase backups

2011-10-19 Thread Karthik Ranganathan (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karthik Ranganathan updated HBASE-4618: --- Description: We have been working on the ability to do backups in HBase with

[jira] [Commented] (HBASE-3581) hbase rpc should send size of response

2011-10-19 Thread stack (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13130762#comment-13130762 ] stack commented on HBASE-3581: -- Should I open a new issue? hbase rpc should

[jira] [Commented] (HBASE-3581) hbase rpc should send size of response

2011-10-19 Thread stack (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13130761#comment-13130761 ] stack commented on HBASE-3581: -- Thanks lads for digging in on this. Stuff seemed to pass for

[jira] [Commented] (HBASE-3581) hbase rpc should send size of response

2011-10-19 Thread Ted Yu (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13130765#comment-13130765 ] Ted Yu commented on HBASE-3581: --- New issue would be nice. hbase rpc should

[jira] [Created] (HBASE-4619) TableOutputFormat.close() interferes with HBase clients in same JVM

2011-10-19 Thread Dave Revell (Created) (JIRA)
TableOutputFormat.close() interferes with HBase clients in same JVM --- Key: HBASE-4619 URL: https://issues.apache.org/jira/browse/HBASE-4619 Project: HBase Issue Type: Bug

[jira] [Commented] (HBASE-4619) TableOutputFormat.close() interferes with HBase clients in same JVM

2011-10-19 Thread Ted Yu (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13130767#comment-13130767 ] Ted Yu commented on HBASE-4619: --- This should be fixed by HBASE-4508

[jira] [Created] (HBASE-4620) I broke the build when I submitted HBASE-3581 (Send length of the rpc response)

2011-10-19 Thread stack (Created) (JIRA)
I broke the build when I submitted HBASE-3581 (Send length of the rpc response) --- Key: HBASE-4620 URL: https://issues.apache.org/jira/browse/HBASE-4620 Project: HBase

[jira] [Updated] (HBASE-4620) I broke the build when I submitted HBASE-3581 (Send length of the rpc response)

2011-10-19 Thread stack (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-4620: - Attachment: 4620.txt Small patch I broke the build when I submitted HBASE-3581 (Send length of

[jira] [Resolved] (HBASE-4620) I broke the build when I submitted HBASE-3581 (Send length of the rpc response)

2011-10-19 Thread stack (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack resolved HBASE-4620. -- Resolution: Fixed Assignee: stack Committed branch and trunk. Thanks Ted, Ram, and Gao for digging in

[jira] [Updated] (HBASE-4462) Properly treating SocketTimeoutException

2011-10-19 Thread ramkrishna.s.vasudevan (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ramkrishna.s.vasudevan updated HBASE-4462: -- Attachment: HBASE-4462_0.90.x.patch Properly treating

[jira] [Commented] (HBASE-4462) Properly treating SocketTimeoutException

2011-10-19 Thread ramkrishna.s.vasudevan (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13130791#comment-13130791 ] ramkrishna.s.vasudevan commented on HBASE-4462: --- Backported HBASE-2937.

[jira] [Updated] (HBASE-4462) Properly treating SocketTimeoutException

2011-10-19 Thread ramkrishna.s.vasudevan (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ramkrishna.s.vasudevan updated HBASE-4462: -- Status: Patch Available (was: Open) Properly treating

[jira] [Resolved] (HBASE-4203) While master restarts and if the META region's state is OPENING then master cannot assign META until timeout monitor deducts

2011-10-19 Thread Ted Yu (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved HBASE-4203. --- Resolution: Fixed This was covered in HBASE-4015 While master restarts and if the META

[jira] [Commented] (HBASE-4554) Allow set/unset coprocessor table attributes from shell.

2011-10-19 Thread Mingjie Lai (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13130820#comment-13130820 ] Mingjie Lai commented on HBASE-4554: @Ted. As we original proposed, we can add

[jira] [Commented] (HBASE-4620) I broke the build when I submitted HBASE-3581 (Send length of the rpc response)

2011-10-19 Thread Jonathan Gray (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13130832#comment-13130832 ] Jonathan Gray commented on HBASE-4620: -- stack, doesn't the method name imply the

[jira] [Commented] (HBASE-4620) I broke the build when I submitted HBASE-3581 (Send length of the rpc response)

2011-10-19 Thread Jonathan Gray (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13130833#comment-13130833 ] Jonathan Gray commented on HBASE-4620: -- or this is meant to combine the two so the |

[jira] [Commented] (HBASE-4620) I broke the build when I submitted HBASE-3581 (Send length of the rpc response)

2011-10-19 Thread Ted Yu (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13130839#comment-13130839 ] Ted Yu commented on HBASE-4620: --- Bitwise or matches the method name. I

[jira] [Commented] (HBASE-4620) I broke the build when I submitted HBASE-3581 (Send length of the rpc response)

2011-10-19 Thread stack (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13130856#comment-13130856 ] stack commented on HBASE-4620: -- @Jon Name seems alright... Method is returning a byte where

[jira] [Commented] (HBASE-4532) Avoid top row seek by dedicated bloom filter for delete family bloom filter

2011-10-19 Thread jirapos...@reviews.apache.org (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13130883#comment-13130883 ] jirapos...@reviews.apache.org commented on HBASE-4532: --

[jira] [Commented] (HBASE-3581) hbase rpc should send size of response

2011-10-19 Thread Hudson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13130887#comment-13130887 ] Hudson commented on HBASE-3581: --- Integrated in HBase-TRUNK #2340 (See

[jira] [Assigned] (HBASE-4621) TestAvroServer fails quite often intermittently

2011-10-19 Thread Akash Ashok (Assigned) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akash Ashok reassigned HBASE-4621: -- Assignee: Akash Ashok TestAvroServer fails quite often intermittently

[jira] [Commented] (HBASE-4436) Remove methods deprecated in 0.90 from TRUNK and 0.92

2011-10-19 Thread Jonathan Hsieh (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13130954#comment-13130954 ] Jonathan Hsieh commented on HBASE-4436: --- Already gone: * HBaseClusterTestCase

[jira] [Created] (HBASE-4621) TestAvroServer fails quite often intermittently

2011-10-19 Thread Akash Ashok (Created) (JIRA)
TestAvroServer fails quite often intermittently --- Key: HBASE-4621 URL: https://issues.apache.org/jira/browse/HBASE-4621 Project: HBase Issue Type: Bug Reporter: Akash Ashok --

[jira] [Created] (HBASE-4622) Remove trivial 0.90 deprecated code from 0.92 and trunk.

2011-10-19 Thread Jonathan Hsieh (Created) (JIRA)
Remove trivial 0.90 deprecated code from 0.92 and trunk. Key: HBASE-4622 URL: https://issues.apache.org/jira/browse/HBASE-4622 Project: HBase Issue Type: Sub-task

[jira] [Commented] (HBASE-4553) The update of .tableinfo is not atomic; we remove then rename

2011-10-19 Thread Akash Ashok (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13130956#comment-13130956 ] Akash Ashok commented on HBASE-4553: https://issues.apache.org/jira/browse/HBASE-4621

[jira] [Created] (HBASE-4623) Remove @deprecated Scan methods in 0.90 from TRUNK and 0.92

2011-10-19 Thread Jonathan Hsieh (Created) (JIRA)
Remove @deprecated Scan methods in 0.90 from TRUNK and 0.92 --- Key: HBASE-4623 URL: https://issues.apache.org/jira/browse/HBASE-4623 Project: HBase Issue Type: Sub-task

[jira] [Created] (HBASE-4624) Remove and convert @deprecated RemoteExceptionHandler.decodeRemoteException calls

2011-10-19 Thread Jonathan Hsieh (Created) (JIRA)
Remove and convert @deprecated RemoteExceptionHandler.decodeRemoteException calls - Key: HBASE-4624 URL: https://issues.apache.org/jira/browse/HBASE-4624 Project: HBase

[jira] [Created] (HBASE-4625) Convert @deprecated HBaseTestCase tests in 0.90 into JUnit4 style tests in 0.92 and TRUNK

2011-10-19 Thread Jonathan Hsieh (Created) (JIRA)
Convert @deprecated HBaseTestCase tests in 0.90 into JUnit4 style tests in 0.92 and TRUNK - Key: HBASE-4625 URL: https://issues.apache.org/jira/browse/HBASE-4625

[jira] [Updated] (HBASE-4536) Allow CF to retain deleted rows

2011-10-19 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-4536: - Attachment: 4536-v15.txt Accommodate HBASE-4585. (3 line change) This is the patch I would like

[jira] [Commented] (HBASE-4536) Allow CF to retain deleted rows

2011-10-19 Thread jirapos...@reviews.apache.org (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13131004#comment-13131004 ] jirapos...@reviews.apache.org commented on HBASE-4536: --

[jira] [Created] (HBASE-4626) Filters unnecessarily copy byte arrays...

2011-10-19 Thread Lars Hofhansl (Created) (JIRA)
Filters unnecessarily copy byte arrays... - Key: HBASE-4626 URL: https://issues.apache.org/jira/browse/HBASE-4626 Project: HBase Issue Type: Bug Reporter: Lars Hofhansl

[jira] [Commented] (HBASE-4523) dfs.support.append config should be present in the hadoop configs, we should remove them from hbase so the user is not confused when they see the config in 2 places

2011-10-19 Thread Ted Yu (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13131018#comment-13131018 ] Ted Yu commented on HBASE-4523: --- +1 on patch dfs.support.append config

[jira] [Commented] (HBASE-4070) [Coprocessors] Improve region server metrics to report loaded coprocessors to master

2011-10-19 Thread jirapos...@reviews.apache.org (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13131025#comment-13131025 ] jirapos...@reviews.apache.org commented on HBASE-4070: --

[jira] [Commented] (HBASE-4626) Filters unnecessarily copy byte arrays...

2011-10-19 Thread Ted Yu (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13131047#comment-13131047 ] Ted Yu commented on HBASE-4626: --- Interesting finding. WritableByteArrayComparable should be

[jira] [Created] (HBASE-4627) Ability to specify a custom start/end to RegionSplitter

2011-10-19 Thread Nicolas Spiegelberg (Created) (JIRA)
Ability to specify a custom start/end to RegionSplitter --- Key: HBASE-4627 URL: https://issues.apache.org/jira/browse/HBASE-4627 Project: HBase Issue Type: Improvement Affects

[jira] [Issue Comment Edited] (HBASE-4626) Filters unnecessarily copy byte arrays...

2011-10-19 Thread Ted Yu (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13131047#comment-13131047 ] Ted Yu edited comment on HBASE-4626 at 10/19/11 9:56 PM: -

[jira] [Created] (HBASE-4628) Enhance Table Create Presplit Functionality within the HBase Shell

2011-10-19 Thread Nicolas Spiegelberg (Created) (JIRA)
Enhance Table Create Presplit Functionality within the HBase Shell -- Key: HBASE-4628 URL: https://issues.apache.org/jira/browse/HBASE-4628 Project: HBase Issue Type:

[jira] [Commented] (HBASE-4508) Backport HBASE-3777 to 0.90 branch

2011-10-19 Thread jirapos...@reviews.apache.org (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13131052#comment-13131052 ] jirapos...@reviews.apache.org commented on HBASE-4508: --

[jira] [Commented] (HBASE-4536) Allow CF to retain deleted rows

2011-10-19 Thread jirapos...@reviews.apache.org (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13131082#comment-13131082 ] jirapos...@reviews.apache.org commented on HBASE-4536: -- bq. On

[jira] [Commented] (HBASE-4626) Filters unnecessarily copy byte arrays...

2011-10-19 Thread Lars Hofhansl (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13131086#comment-13131086 ] Lars Hofhansl commented on HBASE-4626: -- Exactly! There are a bunch subclasses of

[jira] [Updated] (HBASE-4508) Backport HBASE-3777 to 0.90 branch

2011-10-19 Thread stack (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-4508: - Fix Version/s: 0.90.5 Backport HBASE-3777 to 0.90 branch --

[jira] [Commented] (HBASE-4536) Allow CF to retain deleted rows

2011-10-19 Thread jirapos...@reviews.apache.org (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13131121#comment-13131121 ] jirapos...@reviews.apache.org commented on HBASE-4536: --

[jira] [Commented] (HBASE-4070) [Coprocessors] Improve region server metrics to report loaded coprocessors to master

2011-10-19 Thread jirapos...@reviews.apache.org (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13131128#comment-13131128 ] jirapos...@reviews.apache.org commented on HBASE-4070: --

[jira] [Updated] (HBASE-4486) Improve Javadoc for HTableDescriptor

2011-10-19 Thread stack (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-4486: - Resolution: Fixed Fix Version/s: 0.92.0 Hadoop Flags: Reviewed Status: Resolved (was:

[jira] [Created] (HBASE-4629) enable automated patch testing for hbase

2011-10-19 Thread Giridharan Kesavan (Created) (JIRA)
enable automated patch testing for hbase Key: HBASE-4629 URL: https://issues.apache.org/jira/browse/HBASE-4629 Project: HBase Issue Type: New Feature Reporter: Giridharan Kesavan enable

[jira] [Commented] (HBASE-4629) enable automated patch testing for hbase

2011-10-19 Thread Giridharan Kesavan (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13131142#comment-13131142 ] Giridharan Kesavan commented on HBASE-4629: --- Can someone with jira Admin

[jira] [Assigned] (HBASE-4629) enable automated patch testing for hbase

2011-10-19 Thread Todd Lipcon (Assigned) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon reassigned HBASE-4629: -- Assignee: Giridharan Kesavan enable automated patch testing for hbase

[jira] [Commented] (HBASE-4430) Disable TestSlabCache and TestSingleSizedCache temporarily to see if these are cause of build box failure though all tests pass

2011-10-19 Thread Li Pi (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13131162#comment-13131162 ] Li Pi commented on HBASE-4430: -- This new patch synchronizes things a bit at the

[jira] [Updated] (HBASE-4430) Disable TestSlabCache and TestSingleSizedCache temporarily to see if these are cause of build box failure though all tests pass

2011-10-19 Thread Li Pi (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Li Pi updated HBASE-4430: - Status: Patch Available (was: Reopened) Disable TestSlabCache and TestSingleSizedCache temporarily to see

[jira] [Created] (HBASE-4630) If you shutdown all RS an active master is never able to recover when RS come back online

2011-10-19 Thread Jonathan Gray (Created) (JIRA)
If you shutdown all RS an active master is never able to recover when RS come back online - Key: HBASE-4630 URL: https://issues.apache.org/jira/browse/HBASE-4630

[jira] [Commented] (HBASE-4536) Allow CF to retain deleted rows

2011-10-19 Thread Lars Hofhansl (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13131168#comment-13131168 ] Lars Hofhansl commented on HBASE-4536: -- So we have three +1's now. Ted, Jonathan...

[jira] [Updated] (HBASE-4626) Filters unnecessarily copy byte arrays...

2011-10-19 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-4626: - Attachment: 4626.txt Patch against trunk. Tests still running... On scans touching many rows

[jira] [Commented] (HBASE-4536) Allow CF to retain deleted rows

2011-10-19 Thread Ted Yu (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13131172#comment-13131172 ] Ted Yu commented on HBASE-4536: --- Reminder: document the (minVersions = maxVersions) check of

[jira] [Commented] (HBASE-4430) Disable TestSlabCache and TestSingleSizedCache temporarily to see if these are cause of build box failure though all tests pass

2011-10-19 Thread stack (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13131176#comment-13131176 ] stack commented on HBASE-4430: -- You have to change name of the file SlabItemEvictionWatcher

[jira] [Commented] (HBASE-4430) Disable TestSlabCache and TestSingleSizedCache temporarily to see if these are cause of build box failure though all tests pass

2011-10-19 Thread Li Pi (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13131182#comment-13131182 ] Li Pi commented on HBASE-4430: -- Right, forgot about that bit. We can get rid of the block of

[jira] [Commented] (HBASE-4489) Better key splitting in RegionSplitter

2011-10-19 Thread Nicolas Spiegelberg (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13131183#comment-13131183 ] Nicolas Spiegelberg commented on HBASE-4489: Code-wise, I think everything

[jira] [Commented] (HBASE-4459) HbaseObjectWritable code is a byte, we will eventually run out of codes

2011-10-19 Thread stack (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13131185#comment-13131185 ] stack commented on HBASE-4459: -- +1 HbaseObjectWritable code is a byte, we

[jira] [Updated] (HBASE-4430) Disable TestSlabCache and TestSingleSizedCache temporarily to see if these are cause of build box failure though all tests pass

2011-10-19 Thread Li Pi (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Li Pi updated HBASE-4430: - Attachment: HBase-4430v2.txt Disable TestSlabCache and TestSingleSizedCache temporarily to see if these

[jira] [Commented] (HBASE-4536) Allow CF to retain deleted rows

2011-10-19 Thread Jonathan Gray (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13131188#comment-13131188 ] Jonathan Gray commented on HBASE-4536: -- I'm at +0.5 Add just a bit more high-level,

[jira] [Commented] (HBASE-4430) Disable TestSlabCache and TestSingleSizedCache temporarily to see if these are cause of build box failure though all tests pass

2011-10-19 Thread Ted Yu (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13131189#comment-13131189 ] Ted Yu commented on HBASE-4430: --- Minor comment, in SlabItemActionWatcher.java: {code} *

[jira] [Commented] (HBASE-4532) Avoid top row seek by dedicated bloom filter for delete family bloom filter

2011-10-19 Thread jirapos...@reviews.apache.org (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13131190#comment-13131190 ] jirapos...@reviews.apache.org commented on HBASE-4532: --

[jira] [Commented] (HBASE-4532) Avoid top row seek by dedicated bloom filter for delete family bloom filter

2011-10-19 Thread jirapos...@reviews.apache.org (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13131191#comment-13131191 ] jirapos...@reviews.apache.org commented on HBASE-4532: -- bq. On

[jira] [Commented] (HBASE-4630) If you shutdown all RS an active master is never able to recover when RS come back online

2011-10-19 Thread Ted Yu (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13131192#comment-13131192 ] Ted Yu commented on HBASE-4630: --- Could this issue be HBASE-4397 ? If you

[jira] [Updated] (HBASE-4489) Better key splitting in RegionSplitter

2011-10-19 Thread Nicolas Spiegelberg (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Spiegelberg updated HBASE-4489: --- Resolution: Fixed Fix Version/s: (was: 0.90.5) 0.94.0

[jira] [Commented] (HBASE-4629) enable automated patch testing for hbase

2011-10-19 Thread Ted Yu (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13131195#comment-13131195 ] Ted Yu commented on HBASE-4629: --- I think Li Pi's patch for HBASE-4430 should be the first to

[jira] [Commented] (HBASE-4536) Allow CF to retain deleted rows

2011-10-19 Thread Lars Hofhansl (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13131196#comment-13131196 ] Lars Hofhansl commented on HBASE-4536: -- @Ted, ah yes... Will do. @Jonathan, you mean

[jira] [Updated] (HBASE-4626) Filters unnecessarily copy byte arrays...

2011-10-19 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-4626: - Component/s: regionserver Fix Version/s: 0.94.0 Targeting 0.94. But this is simple and

[jira] [Commented] (HBASE-4430) Disable TestSlabCache and TestSingleSizedCache temporarily to see if these are cause of build box failure though all tests pass

2011-10-19 Thread Ted Yu (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13131202#comment-13131202 ] Ted Yu commented on HBASE-4430: --- Please refresh the javadoc: {code} +/** + * Interface for

[jira] [Commented] (HBASE-4626) Filters unnecessarily copy byte arrays...

2011-10-19 Thread Lars Hofhansl (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13131203#comment-13131203 ] Lars Hofhansl commented on HBASE-4626: -- Also there are many more filters that do this

[jira] [Updated] (HBASE-4430) Disable TestSlabCache and TestSingleSizedCache temporarily to see if these are cause of build box failure though all tests pass

2011-10-19 Thread Li Pi (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Li Pi updated HBASE-4430: - Attachment: HBase-4430v3.txt fixed comments Disable TestSlabCache and TestSingleSizedCache

[jira] [Commented] (HBASE-4626) Filters unnecessarily copy byte arrays...

2011-10-19 Thread Ted Yu (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13131207#comment-13131207 ] Ted Yu commented on HBASE-4626: --- Nice work. Please fill in javadoc for return value: {code}

[jira] [Commented] (HBASE-4630) If you shutdown all RS an active master is never able to recover when RS come back online

2011-10-19 Thread Jonathan Gray (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13131210#comment-13131210 ] Jonathan Gray commented on HBASE-4630: -- The stuff I'm seeing in the logs is different

[jira] [Commented] (HBASE-4621) TestAvroServer fails quite often intermittently

2011-10-19 Thread Hudson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13131214#comment-13131214 ] Hudson commented on HBASE-4621: --- Integrated in HBase-TRUNK #2342 (See

[jira] [Commented] (HBASE-4460) Support running an embedded ThriftServer within a RegionServer

2011-10-19 Thread jirapos...@reviews.apache.org (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13131225#comment-13131225 ] jirapos...@reviews.apache.org commented on HBASE-4460: --

[jira] [Commented] (HBASE-4460) Support running an embedded ThriftServer within a RegionServer

2011-10-19 Thread jirapos...@reviews.apache.org (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13131226#comment-13131226 ] jirapos...@reviews.apache.org commented on HBASE-4460: -- bq. On

[jira] [Created] (HBASE-4631) Cleanup and optimize embedded HRegionThriftServer

2011-10-19 Thread Jonathan Gray (Created) (JIRA)
Cleanup and optimize embedded HRegionThriftServer - Key: HBASE-4631 URL: https://issues.apache.org/jira/browse/HBASE-4631 Project: HBase Issue Type: Improvement Components:

[jira] [Resolved] (HBASE-4460) Support running an embedded ThriftServer within a RegionServer

2011-10-19 Thread Jonathan Gray (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Gray resolved HBASE-4460. -- Resolution: Fixed Release Note: Run a ThriftServer embedded within a RegionServer process

[jira] [Updated] (HBASE-4460) Support running an embedded ThriftServer within a RegionServer

2011-10-19 Thread Jonathan Gray (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Gray updated HBASE-4460: - Fix Version/s: 0.94.0 New feature, only going to trunk. Support running an

[jira] [Created] (HBASE-4632) Offline meta rebuild should check if hbase is online before acting.

2011-10-19 Thread Jonathan Hsieh (Created) (JIRA)
Offline meta rebuild should check if hbase is online before acting. --- Key: HBASE-4632 URL: https://issues.apache.org/jira/browse/HBASE-4632 Project: HBase Issue Type:

[jira] [Commented] (HBASE-1183) New MR splitting algorithm and other new features need a way to split a key range in N chunks

2011-10-19 Thread Nicolas Spiegelberg (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-1183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13131250#comment-13131250 ] Nicolas Spiegelberg commented on HBASE-1183: @jgray : just wondering what the

[jira] [Commented] (HBASE-1183) New MR splitting algorithm and other new features need a way to split a key range in N chunks

2011-10-19 Thread Jonathan Gray (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-1183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13131261#comment-13131261 ] Jonathan Gray commented on HBASE-1183: -- Wow, really got me thinking back. I honestly

[jira] [Commented] (HBASE-1183) New MR splitting algorithm and other new features need a way to split a key range in N chunks

2011-10-19 Thread Jonathan Gray (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-1183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13131264#comment-13131264 ] Jonathan Gray commented on HBASE-1183: -- To clarify, I meant that the code seems like

[jira] [Created] (HBASE-4633) Potential memory leak in client RPC timeout mechanism

2011-10-19 Thread Shrijeet Paliwal (Created) (JIRA)
Potential memory leak in client RPC timeout mechanism - Key: HBASE-4633 URL: https://issues.apache.org/jira/browse/HBASE-4633 Project: HBase Issue Type: Bug Components: client

[jira] [Commented] (HBASE-4486) Improve Javadoc for HTableDescriptor

2011-10-19 Thread Hudson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13131275#comment-13131275 ] Hudson commented on HBASE-4486: --- Integrated in HBase-TRUNK #2343 (See

[jira] [Commented] (HBASE-4489) Better key splitting in RegionSplitter

2011-10-19 Thread Hudson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13131274#comment-13131274 ] Hudson commented on HBASE-4489: --- Integrated in HBase-TRUNK #2343 (See

[jira] [Commented] (HBASE-4377) [hbck] Offline rebuild .META. from fs data only.

2011-10-19 Thread jirapos...@reviews.apache.org (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13131286#comment-13131286 ] jirapos...@reviews.apache.org commented on HBASE-4377: -- bq. On

[jira] [Commented] (HBASE-4377) [hbck] Offline rebuild .META. from fs data only.

2011-10-19 Thread jirapos...@reviews.apache.org (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13131301#comment-13131301 ] jirapos...@reviews.apache.org commented on HBASE-4377: --

[jira] [Commented] (HBASE-4377) [hbck] Offline rebuild .META. from fs data only.

2011-10-19 Thread Jonathan Hsieh (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13131302#comment-13131302 ] Jonathan Hsieh commented on HBASE-4377: --- 0.90 version requires HBASE-4508

[jira] [Updated] (HBASE-4377) [hbck] Offline rebuild .META. from fs data only.

2011-10-19 Thread Jonathan Hsieh (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Hsieh updated HBASE-4377: -- Attachment: 0001-HBASE-4377-hbck-Offline-rebuild-.META.-from-fs-data-.trunk.v3.patch

[jira] [Commented] (HBASE-4377) [hbck] Offline rebuild .META. from fs data only.

2011-10-19 Thread jirapos...@reviews.apache.org (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13131303#comment-13131303 ] jirapos...@reviews.apache.org commented on HBASE-4377: --

[jira] [Commented] (HBASE-4377) [hbck] Offline rebuild .META. from fs data only.

2011-10-19 Thread jirapos...@reviews.apache.org (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13131330#comment-13131330 ] jirapos...@reviews.apache.org commented on HBASE-4377: --

[jira] [Commented] (HBASE-4532) Avoid top row seek by dedicated bloom filter for delete family bloom filter

2011-10-19 Thread jirapos...@reviews.apache.org (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13131331#comment-13131331 ] jirapos...@reviews.apache.org commented on HBASE-4532: --

[jira] [Updated] (HBASE-4377) [hbck] Offline rebuild .META. from fs data only.

2011-10-19 Thread Jonathan Hsieh (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Hsieh updated HBASE-4377: -- Attachment: 0001-HBASE-4377-hbck-Offline-rebuild-.META.-from-fs-data-.0.90-v4.patch 0.90 v4

  1   2   >