[jira] [Updated] (HBASE-5782) Edits can be appended out of seqid order since HBASE-4487

2012-04-17 Thread Todd Lipcon (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HBASE-5782: --- Attachment: hbase-5782.txt New rev - this one should even compile! :) I tested a few of the hlog

[jira] [Updated] (HBASE-5782) Edits can be appended out of seqid order since HBASE-4487

2012-04-16 Thread Todd Lipcon (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HBASE-5782: --- Attachment: 5782-sketch.txt half-done patch of a proposed solution... got to run at the moment but

[jira] [Updated] (HBASE-5739) Upgrade guava to 11.0.2

2012-04-06 Thread Todd Lipcon (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HBASE-5739: --- Attachment: hbase-5739.txt Attached patch updates the version, and changes the construction of the

[jira] [Updated] (HBASE-4608) HLog Compression

2012-03-14 Thread Todd Lipcon (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HBASE-4608: --- Attachment: hbase-4608-v28.txt hbase-4608-v28-delta.txt I reviewed the latest patch

[jira] [Updated] (HBASE-5552) Clean up our jmx view; its a bit of a mess

2012-03-09 Thread Todd Lipcon (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HBASE-5552: --- Hadoop Flags: Incompatible change Clean up our jmx view; its a bit of a mess

[jira] [Updated] (HBASE-3484) Replace memstore's ConcurrentSkipListMap with our own implementation

2012-02-22 Thread Todd Lipcon (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HBASE-3484: --- Attachment: hierarchical-map.txt Here's something I hacked together tonight which maps the memstore

[jira] [Updated] (HBASE-5311) Allow inmemory Memstore compactions

2012-02-07 Thread Todd Lipcon (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HBASE-5311: --- Attachment: InternallyLayeredMap.java here's what I hacked up - the only guarantee I make about this

[jira] [Updated] (HBASE-4403) Adopt interface stability/audience classifications from Hadoop

2012-02-07 Thread Todd Lipcon (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HBASE-4403: --- Attachment: hbase-4403-nowhere-near-done.txt here's an entirely unfinished patch where I started

[jira] [Updated] (HBASE-5244) Add a test for a row with 1M (10M? 100M) columns and see how we do with it

2012-01-21 Thread Todd Lipcon (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HBASE-5244: --- Summary: Add a test for a row with 1M (10M? 100M) columns and see how we do with it (was: Add a

[jira] [Updated] (HBASE-5231) Backport HBASE-3373 (per-table load balancing) to 0.90

2012-01-19 Thread Todd Lipcon (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HBASE-5231: --- Summary: Backport HBASE-3373 (per-table load balancing) to 0.90 (was: Backport HBASE-3373 to 0.90)

[jira] [Updated] (HBASE-3421) Very wide rows -- 30M plus -- cause us OOME

2012-01-18 Thread Todd Lipcon (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HBASE-3421: --- Release Note: A new config parameter, hbase.hstore.compaction.kv.max, has been added to limit the

[jira] [Updated] (HBASE-5017) Bump the default hfile.block.cache.size because of HFileV2

2011-12-13 Thread Todd Lipcon (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HBASE-5017: --- Release Note: The default percentage of heap space allocated to the block cache has been increased

[jira] [Updated] (HBASE-4966) Put/Delete values cannot be tested with MRUnit

2011-12-06 Thread Todd Lipcon (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4966?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HBASE-4966: --- Hadoop Flags: Incompatible change Put/Delete values cannot be tested with MRUnit

[jira] [Updated] (HBASE-4927) CatalogJanior:SplitParentFirstComparator doesn't sort as expected, for the last region when the endkey is empty

2011-12-06 Thread Todd Lipcon (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4927?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HBASE-4927: --- Attachment: hbase-4927-fix-ws.txt there were a few more hard tabs in the tests, and a couple places

[jira] [Updated] (HBASE-4927) CatalogJanior:SplitParentFirstComparator doesn't sort as expected, for the last region when the endkey is empty

2011-12-06 Thread Todd Lipcon (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4927?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HBASE-4927: --- Status: Open (was: Patch Available) CatalogJanior:SplitParentFirstComparator doesn't sort as

[jira] [Updated] (HBASE-4927) CatalogJanior:SplitParentFirstComparator doesn't sort as expected, for the last region when the endkey is empty

2011-12-06 Thread Todd Lipcon (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4927?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HBASE-4927: --- Status: Patch Available (was: Open) CatalogJanior:SplitParentFirstComparator doesn't sort as

[jira] [Updated] (HBASE-4957) Clean up some log messages, code in RecoverableZooKeeper

2011-12-05 Thread Todd Lipcon (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HBASE-4957: --- Attachment: hbase-4957.txt Clean up some log messages, code in RecoverableZooKeeper

[jira] [Updated] (HBASE-4957) Clean up some log messages, code in RecoverableZooKeeper

2011-12-05 Thread Todd Lipcon (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HBASE-4957: --- Attachment: hbase-4957.txt oops, uploaded only half the patch so it didn't apply. take 2!

[jira] [Updated] (HBASE-4961) Lots of precommit builds hanging for days

2011-12-05 Thread Todd Lipcon (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HBASE-4961: --- Attachment: hbase-hung-builds.tar.gz Lots of precommit builds hanging for days

[jira] [Updated] (HBASE-4820) Distributed log splitting coding enhancement to make it easier to understand, no semantics change

2011-11-30 Thread Todd Lipcon (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HBASE-4820: --- Hadoop Flags: Reviewed Distributed log splitting coding enhancement to make it easier to

[jira] [Updated] (HBASE-4820) Distributed log splitting coding enhancement to make it easier to understand, no semantics change

2011-11-30 Thread Todd Lipcon (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HBASE-4820: --- Resolution: Fixed Fix Version/s: (was: 0.92.0) Status: Resolved (was: Patch

[jira] [Updated] (HBASE-3952) Guava snuck back in as a dependency via hbase-3777

2011-11-22 Thread Todd Lipcon (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HBASE-3952: --- Fix Version/s: 0.90.5 0.92.0 Guava snuck back in as a dependency via

[jira] [Updated] (HBASE-4806) Fix logging message in HbaseObjectWritable

2011-11-17 Thread Todd Lipcon (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HBASE-4806: --- Resolution: Fixed Fix Version/s: 0.90.5 0.94.0 0.92.0

[jira] [Updated] (HBASE-4643) Consider reverting HBASE-451 (change HRI to remove HTD) in 0.92

2011-10-21 Thread Todd Lipcon (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HBASE-4643: --- Attachment: revert.txt Here's a patch which does the revert. It passed all but three unit tests:

[jira] [Updated] (HBASE-3929) Add option to HFile tool to produce basic stats

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

[jira] [Updated] (HBASE-3929) Add option to HFile tool to produce basic stats

2011-10-21 Thread Todd Lipcon (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HBASE-3929: --- Fix Version/s: (was: 0.94.0) 0.92.0 Add option to HFile tool to produce

[jira] [Updated] (HBASE-3680) Publish more metrics about mslab

2011-10-20 Thread Todd Lipcon (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HBASE-3680: --- Fix Version/s: 0.92.0 Status: Patch Available (was: Open) Publish more metrics

[jira] [Updated] (HBASE-3680) Publish more metrics about mslab

2011-10-20 Thread Todd Lipcon (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HBASE-3680: --- Attachment: hbase-3680.txt Here's a patch which adds the metric. I tested by firing up a standalone

[jira] [Updated] (HBASE-4570) Scan ACID problem with concurrent puts.

2011-10-14 Thread Todd Lipcon (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HBASE-4570: --- Attachment: hbase-4570.txt Scan ACID problem with concurrent puts.

[jira] [Updated] (HBASE-4551) Small fixes to compile against 0.23-SNAPSHOT

2011-10-13 Thread Todd Lipcon (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HBASE-4551: --- Resolution: Fixed Status: Resolved (was: Patch Available) Committed to 92 and trunk

[jira] [Updated] (HBASE-4569) Simpler implementation for slab cache

2011-10-10 Thread Todd Lipcon (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HBASE-4569: --- Attachment: hbase-4569.txt here's a draft patch. doesn't pass the heapsize tests, and lacks some

[jira] [Updated] (HBASE-4551) Small fixes to compile against 0.23-SNAPSHOT

2011-10-07 Thread Todd Lipcon (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HBASE-4551: --- Attachment: hbase-4551.txt new revision also removes the places where we set the lease timeouts in

[jira] [Updated] (HBASE-4551) Small fixes to compile against 0.23-SNAPSHOT

2011-10-06 Thread Todd Lipcon (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HBASE-4551: --- Attachment: hbase-4551.txt Small fixes to compile against 0.23-SNAPSHOT

[jira] [Updated] (HBASE-4386) NPE in TaskMonitor

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

[jira] [Updated] (HBASE-4386) NPE in TaskMonitor

2011-10-03 Thread Todd Lipcon (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HBASE-4386: --- Attachment: hbase-4386.txt NPE in TaskMonitor -- Key:

[jira] [Updated] (HBASE-4386) NPE in TaskMonitor

2011-10-03 Thread Todd Lipcon (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HBASE-4386: --- Status: Patch Available (was: Open) NPE in TaskMonitor --