[jira] [Updated] (HBASE-4583) Integrate RWCC with Append and Increment operations

2011-10-30 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-4583: - Status: Patch Available (was: Open) > Integrate RWCC with Append and Increment operations >

[jira] [Updated] (HBASE-4583) Integrate RWCC with Append and Increment operations

2011-10-30 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-4583: - Status: Open (was: Patch Available) > Integrate RWCC with Append and Increment operations >

[jira] [Updated] (HBASE-4583) Integrate RWCC with Append and Increment operations

2011-10-30 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-4583: - Attachment: 4583-v3.txt Much cleaned up patch. Unifies the atomicUpsert (the called must acquire

[jira] [Updated] (HBASE-4583) Integrate RWCC with Append and Increment operations

2011-10-30 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-4583: - Status: Open (was: Patch Available) > Integrate RWCC with Append and Increment operations >

[jira] [Updated] (HBASE-4583) Integrate RWCC with Append and Increment operations

2011-10-30 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-4583: - Attachment: 4583-v4.txt Latest patch (also on RB, but needs to be attached so that I can trigger

[jira] [Updated] (HBASE-4583) Integrate RWCC with Append and Increment operations

2011-10-30 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-4583: - Status: Patch Available (was: Open) > Integrate RWCC with Append and Increment operations >

[jira] [Updated] (HBASE-4683) Create config option to only cache index blocks

2011-11-06 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-4683: - Attachment: 4683-v2.txt v2 has a config option to cache index block with in-memory priority.

[jira] [Updated] (HBASE-3433) Remove the KV copy of every KV in Scan; introduced by HBASE-3232 (why doesn't keyonlyfilter make copies rather than mutate -- HBASE-3211)?

2011-11-10 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-3433: - Attachment: 3433.txt Something like this. (TestFilter and TestFilterList still pass) Note that t

[jira] [Updated] (HBASE-3433) Remove the KV copy of every KV in Scan; introduced by HBASE-3232 (why doesn't keyonlyfilter make copies rather than mutate -- HBASE-3211)?

2011-11-10 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-3433: - Attachment: 3433-v2.txt Slightly better patch. (does away with convertToKeyOnly in place KeyValue

[jira] [Updated] (HBASE-3433) Remove the KV copy of every KV in Scan; introduced by HBASE-3232 (why doesn't keyonlyfilter make copies rather than mutate -- HBASE-3211)?

2011-11-10 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-3433: - Assignee: Lars Hofhansl Status: Patch Available (was: Open) Let's get a test run

[jira] [Updated] (HBASE-3433) Remove the KV copy of every KV in Scan; introduced by HBASE-3232 (why doesn't keyonlyfilter make copies rather than mutate -- HBASE-3211)?

2011-11-11 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-3433: - Hadoop Flags: Incompatible change > Remove the KV copy of every KV in Scan; introduced by HBA

[jira] [Updated] (HBASE-3433) Remove the KV copy of every KV in Scan; introduced by HBASE-3232 (why doesn't keyonlyfilter make copies rather than mutate -- HBASE-3211)?

2011-11-11 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-3433: - Attachment: 3433-v3.txt Version with Stack's and Ted's suggestions. > Remove the

[jira] [Updated] (HBASE-3433) Remove the KV copy of every KV in Scan; introduced by HBASE-3232 (why doesn't keyonlyfilter make copies rather than mutate -- HBASE-3211)?

2011-11-11 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-3433: - Fix Version/s: 0.92.0 > Remove the KV copy of every KV in Scan; introduced by HBASE-3232 (why

[jira] [Updated] (HBASE-3433) Remove the KV copy of every KV in Scan; introduced by HBASE-3232 (why doesn't keyonlyfilter make copies rather than mutate -- HBASE-3211)?

2011-11-11 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-3433: - Resolution: Fixed Hadoop Flags: Incompatible change,Reviewed (was: Incompatible change)

[jira] [Updated] (HBASE-4654) [replication] Add a check to make sure we don't replicate to ourselves

2011-11-15 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-4654: - Attachment: 4654-trunk.txt For 0.92 and trunk, this should be sufficient (but haven't tested, yet

[jira] [Updated] (HBASE-4800) Result.compareResults is incorrect

2011-11-16 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-4800: - Attachment: 4800.txt Simple patch with test > Result.compareResults is incorrect

[jira] [Updated] (HBASE-4800) Result.compareResults is incorrect

2011-11-16 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-4800: - Fix Version/s: 0.90.5 0.94.0 0.92.0 Assignee: Lars

[jira] [Updated] (HBASE-4805) Allow better control of resource consumption in HTable

2011-11-16 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-4805: - Affects Version/s: 0.92.0 Fix Version/s: 0.94.0 I'd be fine putting this in 0.92. It's no

[jira] [Updated] (HBASE-4805) Allow better control of resource consumption in HTable

2011-11-16 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-4805: - Attachment: 4805.txt Here's a patch. Did a test where I pre-create both the ExecutorService and

[jira] [Updated] (HBASE-4805) Allow better control of resource consumption in HTable

2011-11-16 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-4805: - Attachment: 4805-v2.txt How about this? The idea here is that either you the system do the "right

[jira] [Updated] (HBASE-4805) Allow better control of resource consumption in HTable

2011-11-16 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-4805: - Fix Version/s: 0.92.0 > Allow better control of resource consumption in HTable >

[jira] [Updated] (HBASE-4805) Allow better control of resource consumption in HTable

2011-11-16 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-4805: - Status: Patch Available (was: Open) Getting the tests run. > Allow better contr

[jira] [Updated] (HBASE-4805) Allow better control of resource consumption in HTable

2011-11-17 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-4805: - Status: Open (was: Patch Available) > Allow better control of resource consumption in HTable

[jira] [Updated] (HBASE-4805) Allow better control of resource consumption in HTable

2011-11-17 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-4805: - Attachment: 4805-v3.txt New patch. Fixes test failure (configuration returned from connection, is

[jira] [Updated] (HBASE-4805) Allow better control of resource consumption in HTable

2011-11-17 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-4805: - Status: Patch Available (was: Open) > Allow better control of resource consumption in HTable

[jira] [Updated] (HBASE-4805) Allow better control of resource consumption in HTable

2011-11-17 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-4805: - Attachment: 4805-v4.txt Used IllegalArgumentException instead (also used in validatePut(...)).

[jira] [Updated] (HBASE-4805) Allow better control of resource consumption in HTable

2011-11-17 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-4805: - Attachment: 4805-v5.txt Agreed... Got rid of asserts. > Allow better control of

[jira] [Updated] (HBASE-4805) Allow better control of resource consumption in HTable

2011-11-17 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-4805: - Resolution: Fixed Hadoop Flags: Reviewed Status: Resolved (was: Patch Available)

[jira] [Updated] (HBASE-2856) TestAcidGuarantee broken on trunk

2011-11-19 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2856?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-2856: - Attachment: 2856-0.92.txt Here's a patch against 0.92. I pulled in the necessary API changes from

[jira] [Updated] (HBASE-4838) Port 2856 (TestAcidGuarantee is failing) to 0.92

2011-11-21 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-4838: - Summary: Port 2856 (TestAcidGuarantee is failing) to 0.92 (was: Port 2856 (TestAcidGuarantees is

[jira] [Updated] (HBASE-4838) Port 2856 (TestAcidGuarantee is failing) to 0.92

2011-11-21 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-4838: - Attachment: 4838-v1.txt Patch identical to 0.92-patch in HBASE-2856. This has issues with failing

[jira] [Updated] (HBASE-4838) Port 2856 (TestAcidGuarantee is failing) to 0.92

2011-11-25 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-4838: - Attachment: 4838-v2.txt > Port 2856 (TestAcidGuarantee is failing) to 0.92 >

[jira] [Updated] (HBASE-4838) Port 2856 (TestAcidGuarantee is failing) to 0.92

2011-11-25 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-4838: - Attachment: (was: 4838-v2.txt) > Port 2856 (TestAcidGuarantee is failing) to 0.92 > -

[jira] [Updated] (HBASE-4838) Port 2856 (TestAcidGuarantee is failing) to 0.92

2011-11-25 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-4838: - Attachment: 4838-v3.txt > Port 2856 (TestAcidGuarantee is failing) to 0.92 >

[jira] [Updated] (HBASE-4874) TestHCM#testClosing fails if not enough entropy is available

2011-11-25 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-4874: - Attachment: 4874.txt minipatch... not sure how to make this Linux specific. > Te

[jira] [Updated] (HBASE-4874) Run tests with non-secure random (some tests may hang otherwise)

2011-11-27 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-4874: - Description: TestHCM#testClosing fails on Linux if not enough entropy is available in /dev/

[jira] [Updated] (HBASE-4874) Run tests with non-secure random, some tests hang otherwise

2011-11-27 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-4874: - Summary: Run tests with non-secure random, some tests hang otherwise (was: Run tests with non-se

[jira] [Updated] (HBASE-4886) truncate fails in HBase shell

2011-11-28 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-4886: - Attachment: 4886.txt Simple patch to fix the problem... > truncate fails in HBas

[jira] [Updated] (HBASE-4903) Return a result from RegionObserver.preIncrement()

2011-11-30 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-4903: - Status: Open (was: Patch Available) > Return a result from RegionObserver.preIncrement() > -

[jira] [Updated] (HBASE-4903) Return a result from RegionObserver.preIncrement()

2011-11-30 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-4903: - Attachment: HBASE-4903-0.92.patch 0.92 does not have appends, here's the 0.92 version I created a

[jira] [Updated] (HBASE-4903) Return a result from RegionObserver.preIncrement()

2011-12-01 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-4903: - Attachment: 4903-add.txt Addendum for the security build (both 0.92 and trunk).

[jira] [Updated] (HBASE-4945) NPE in HRegion.bulkLoadHFiles(...)

2011-12-03 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-4945: - Description: Was playing with "completebulkload", and ran into an NPE. The problem is here (HRegi

[jira] [Updated] (HBASE-4945) NPE in HRegion.bulkLoadHFiles(...)

2011-12-04 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-4945: - Resolution: Fixed Fix Version/s: 0.92.1 0.94.0 Assignee: Lars H

[jira] [Updated] (HBASE-4979) Setting KEEP_DELETE_CELLS fails in shell

2011-12-07 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-4979: - Description: admin.rb uses wrong method on HColumnDescriptor to enable keeping of deleted cells.

[jira] [Updated] (HBASE-4979) Setting KEEP_DELETE_CELLS fails in shell

2011-12-07 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-4979: - Attachment: 4979.txt trivial fix > Setting KEEP_DELETE_CELLS fails in shell > --

[jira] [Updated] (HBASE-4682) Support deleted rows using Import/Export

2011-12-07 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-4682: - Affects Version/s: 0.94.0 Status: Patch Available (was: Open) > Support delet

[jira] [Updated] (HBASE-4682) Support deleted rows using Import/Export

2011-12-07 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-4682: - Attachment: 4682-v1.txt Straight forward patch. I found there's actually a bug in the Scan(Scan)

[jira] [Updated] (HBASE-4682) Support deleted rows using Import/Export

2011-12-07 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-4682: - Description: Parent allows keeping deleted rows around. Would be nice if those could be exported

[jira] [Updated] (HBASE-4981) add raw scan support to shell

2011-12-07 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-4981: - Attachment: 4981-v1.txt Something like this. (Note that the change from get_all_columns to [] is

[jira] [Updated] (HBASE-4682) Support deleted rows using Import/Export

2011-12-08 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-4682: - Status: Open (was: Patch Available) > Support deleted rows using Import/Export > ---

[jira] [Updated] (HBASE-4682) Support deleted rows using Import/Export

2011-12-08 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-4682: - Attachment: 4682-v2.txt Addressed Ted's comment. Added an Import/Export test (there were NO tests

[jira] [Updated] (HBASE-4682) Support deleted rows using Import/Export

2011-12-08 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-4682: - Status: Patch Available (was: Open) > Support deleted rows using Import/Export > ---

[jira] [Updated] (HBASE-4981) add raw scan support to shell

2011-12-08 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-4981: - Attachment: 4981-v2.txt Patch including help for scan command. > add raw scan su

[jira] [Updated] (HBASE-4981) add raw scan support to shell

2011-12-08 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-4981: - Attachment: 4981-v3.txt Final change that was committed. > add raw scan support

[jira] [Updated] (HBASE-4682) Support deleted rows using Import/Export

2011-12-08 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-4682: - Resolution: Fixed Hadoop Flags: Reviewed Status: Resolved (was: Patch Available)

[jira] [Updated] (HBASE-4998) Support deleted rows in CopyTable

2011-12-09 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-4998: - Attachment: 4998-v1.txt With HBASE-4536 and HBASE-4682 in place, this patch is all that is needed

[jira] [Updated] (HBASE-4998) Support deleted rows in CopyTable

2011-12-09 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-4998: - Attachment: 4998-v2.txt Included update to HBase book. > Support deleted rows in

[jira] [Updated] (HBASE-5005) Add DEFAULT_MIN_VERSIONS to HColumnDescriptor.DEFAULT_VALUES

2011-12-09 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5005?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-5005: - Attachment: 5005.txt super trivial change... will commit soon > Add DEFAULT_MIN_

[jira] [Updated] (HBASE-5005) Add DEFAULT_MIN_VERSIONS to HColumnDescriptor.DEFAULT_VALUES

2011-12-09 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5005?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-5005: - Parent Issue: HBASE-4071 (was: HBASE-4536) > Add DEFAULT_MIN_VERSIONS to HColumnDescriptor.D

[jira] [Updated] (HBASE-4583) Integrate RWCC with Append and Increment operations

2011-12-10 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-4583: - Fix Version/s: (was: 0.94.0) > Integrate RWCC with Append and Increment operations >

[jira] [Updated] (HBASE-4583) Integrate RWCC with Append and Increment operations

2011-12-10 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-4583: - Status: Open (was: Patch Available) > Integrate RWCC with Append and Increment operations >

[jira] [Updated] (HBASE-5001) Improve the performance of block cache keys

2011-12-12 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-5001: - Status: Patch Available (was: Open) Getting a test run > Improve the performanc

[jira] [Updated] (HBASE-5001) Improve the performance of block cache keys

2011-12-12 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-5001: - Attachment: 5001-v1.txt Here's a patch against trunk. Wasn't as bad as I though. Made a bunch of

[jira] [Updated] (HBASE-5001) Improve the performance of block cache keys

2011-12-12 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-5001: - Attachment: 5001-v2.txt Fixed comments and license. > Improve the performance of

[jira] [Updated] (HBASE-5001) Improve the performance of block cache keys

2011-12-12 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-5001: - Status: Open (was: Patch Available) > Improve the performance of block cache keys >

[jira] [Updated] (HBASE-5001) Improve the performance of block cache keys

2011-12-12 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-5001: - Attachment: 5001-0.92.txt Here's an 0.92 patch. > Improve the performance of blo

[jira] [Updated] (HBASE-5058) Allow HBaseAmin to use an existing connection

2011-12-16 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-5058: - Attachment: 5058.txt This patch adds an option to use an externally managed HConnection, and also

[jira] [Updated] (HBASE-5058) Allow HBaseAmin to use an existing connection

2011-12-16 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-5058: - Status: Patch Available (was: Open) Test run > Allow HBaseAmin to use an existi

[jira] [Updated] (HBASE-5058) Allow HBaseAmin to use an existing connection

2011-12-16 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-5058: - Fix Version/s: (was: 0.92.0) > Allow HBaseAmin to use an existing connection > --

[jira] [Updated] (HBASE-5058) Allow HBaseAmin to use an existing connection

2011-12-17 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-5058: - Status: Open (was: Patch Available) > Allow HBaseAmin to use an existing connection > --

[jira] [Updated] (HBASE-5058) Allow HBaseAmin to use an existing connection

2011-12-17 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-5058: - Attachment: 5058-v2.txt Simpler patch. Just avoid throwing RPC related runtime exceptions up to t

[jira] [Updated] (HBASE-5058) Allow HBaseAmin to use an existing connection

2011-12-17 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-5058: - Status: Patch Available (was: Reopened) > Allow HBaseAmin to use an existing connection > --

[jira] [Updated] (HBASE-5058) Allow HBaseAmin to use an existing connection

2011-12-18 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-5058: - Attachment: 5058-v3.txt Here's an attempt I can live with. Notice how (1) the master null check i

[jira] [Updated] (HBASE-5058) Allow HBaseAmin to use an existing connection

2011-12-19 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-5058: - Status: Open (was: Patch Available) > Allow HBaseAmin to use an existing connection > --

[jira] [Updated] (HBASE-5058) Allow HBaseAmin to use an existing connection

2011-12-19 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-5058: - Status: Patch Available (was: Open) Getting another test run > Allow HBaseAmin

[jira] [Updated] (HBASE-5058) Allow HBaseAmin to use an existing connection

2011-12-19 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-5058: - Status: Open (was: Patch Available) > Allow HBaseAmin to use an existing connection > --

[jira] [Updated] (HBASE-5058) Allow HBaseAmin to use an existing connection

2011-12-19 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-5058: - Attachment: (was: 5058-v3.txt) > Allow HBaseAmin to use an existing connection >

[jira] [Updated] (HBASE-5058) Allow HBaseAmin to use an existing connection

2011-12-19 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-5058: - Attachment: 5058-v3.txt > Allow HBaseAmin to use an existing connection > ---

[jira] [Updated] (HBASE-5058) Allow HBaseAmin to use an existing connection

2011-12-19 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-5058: - Status: Patch Available (was: Open) > Allow HBaseAmin to use an existing connection > --

[jira] [Updated] (HBASE-5058) Allow HBaseAmin to use an existing connection

2011-12-19 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-5058: - Resolution: Fixed Hadoop Flags: Reviewed Status: Resolved (was: Patch Available)

[jira] [Updated] (HBASE-4439) Move ClientScanner out of HTable

2011-12-21 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-4439: - Status: Patch Available (was: Open) > Move ClientScanner out of HTable > ---

[jira] [Updated] (HBASE-4439) Move ClientScanner out of HTable

2011-12-21 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-4439: - Attachment: 4439-v2.txt Rebased patch. Depreated some HTable methods, and added prominent notes t

[jira] [Updated] (HBASE-4439) Move ClientScanner out of HTable

2011-12-22 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-4439: - Resolution: Fixed Hadoop Flags: Reviewed Status: Resolved (was: Patch Available)

[jira] [Updated] (HBASE-5088) A concurrency issue on SoftValueSortedMap

2011-12-22 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-5088: - Attachment: 5088-useMapInterfaces.txt Trivial patch to use the least specific Map interface possi

[jira] [Updated] (HBASE-4938) Create a HRegion.getScanner public method that allows reading from a specified readPoint

2011-12-23 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-4938: - Status: Open (was: Patch Available) > Create a HRegion.getScanner public method that allows

[jira] [Updated] (HBASE-4938) Create a HRegion.getScanner public method that allows reading from a specified readPoint

2011-12-23 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-4938: - Attachment: scannerMVCC1.txt Attaching same file again to get a test run. > Crea

[jira] [Updated] (HBASE-4938) Create a HRegion.getScanner public method that allows reading from a specified readPoint

2011-12-23 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-4938: - Status: Patch Available (was: Open) > Create a HRegion.getScanner public method that allows

[jira] [Updated] (HBASE-5088) A concurrency issue on SoftValueSortedMap

2011-12-23 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-5088: - Attachment: 5088.generics.txt Here's a version that does that. o SoftValueSortedMap implements Na

[jira] [Updated] (HBASE-5096) Replication does not handle deletes correctly.

2011-12-26 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-5096: - Attachment: 5096.txt Simple patch with test. If I get some +1's I'll commit. > R

[jira] [Updated] (HBASE-5096) Replication does not handle deletes correctly.

2011-12-26 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-5096: - Status: Patch Available (was: Open) > Replication does not handle deletes correctly. > -

[jira] [Updated] (HBASE-5096) Replication does not handle deletes correctly.

2011-12-26 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-5096: - Resolution: Fixed Fix Version/s: 0.92.1 0.94.0 Hadoop Flags: Review

[jira] [Updated] (HBASE-3924) Improve Shell's CLI help

2011-12-28 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-3924: - Fix Version/s: (was: 0.92.0) > Improve Shell's CLI help > > >

[jira] [Updated] (HBASE-3924) Improve Shell's CLI help

2011-12-28 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-3924: - Attachment: 3924.txt This is what I committed to trunk. (Don't think we should burden 0.92 with i

[jira] [Updated] (HBASE-3924) Improve Shell's CLI help

2011-12-28 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-3924: - Resolution: Fixed Hadoop Flags: Reviewed Status: Resolved (was: Patch Available)

[jira] [Updated] (HBASE-5118) Fix Scan documentation

2012-01-03 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-5118: - Attachment: 5118.txt How about this? > Fix Scan documentation >

[jira] [Updated] (HBASE-2947) MultiIncrement/MultiAppend (MultiGet functionality for increments and appends)

2012-01-03 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-2947: - Fix Version/s: 0.94.0 Summary: MultiIncrement/MultiAppend (MultiGet functionality for i

[jira] [Updated] (HBASE-2947) MultiIncrement/MultiAppend (MultiGet functionality for increments and appends)

2012-01-03 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-2947: - Attachment: 2947-v2.txt Patch for trunk, includes changes for Append and a test.

[jira] [Updated] (HBASE-2947) MultiIncrement/MultiAppend (MultiGet functionality for increments and appends)

2012-01-03 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-2947: - Status: Patch Available (was: Open) > MultiIncrement/MultiAppend (MultiGet functionality for

[jira] [Updated] (HBASE-2947) MultiIncrement/MultiAppend (MultiGet functionality for increments and appends)

2012-01-04 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-2947: - Attachment: 2947-final.txt Patch that I committed (based on Stack's comment Append does not actua

[jira] [Updated] (HBASE-2947) MultiIncrement/MultiAppend (MultiGet functionality for increments and appends)

2012-01-04 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-2947: - Resolution: Fixed Hadoop Flags: Reviewed Status: Resolved (was: Patch Available)

  1   2   3   4   5   6   >