[jira] [Commented] (HBASE-3756) Can't move META or ROOT from shell

2011-04-07 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13017294#comment-13017294 ] stack commented on HBASE-3756: -- Let me see if I can come up w/ a unit test to go w/ the patch

[jira] [Updated] (HBASE-3756) Can't move META or ROOT from shell

2011-04-07 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-3756: - Attachment: 3756.txt Simple fix -- on master failover, just add current root and master servers to onlineRegions

[jira] [Commented] (HBASE-3756) Can't move META or ROOT from shell

2011-04-07 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13017290#comment-13017290 ] stack commented on HBASE-3756: -- So, problem is actually with a restarted master, only. I can

[jira] [Commented] (HBASE-3756) Can't move META or ROOT from shell

2011-04-07 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13017284#comment-13017284 ] stack commented on HBASE-3756: -- Make sure any fix works on Master restart also (I don't think

[jira] [Commented] (HBASE-3744) createTable blocks until all regions are out of transition

2011-04-07 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13017283#comment-13017283 ] Ted Yu commented on HBASE-3744: --- Currently assignAllUserRegions() calls assignUserRegions()

[jira] [Commented] (HBASE-3240) Consolidate and document completebulkload tool and loadtable.rb

2011-04-07 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13017280#comment-13017280 ] stack commented on HBASE-3240: -- The loadtable.rb script does this on invocation: {code} puts

[jira] [Commented] (HBASE-3744) createTable blocks until all regions are out of transition

2011-04-07 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13017279#comment-13017279 ] Ted Yu commented on HBASE-3744: --- Since AssignmentManager.assign() is outside BulkStartupAssi

[jira] [Commented] (HBASE-3744) createTable blocks until all regions are out of transition

2011-04-07 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13017275#comment-13017275 ] stack commented on HBASE-3744: -- Bulk assign on table create is needed because of HBASE-3503

[jira] [Commented] (HBASE-3744) createTable blocks until all regions are out of transition

2011-04-07 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13017270#comment-13017270 ] Ted Yu commented on HBASE-3744: --- Looking closer at the exception Stack posted, I think the c

[jira] [Commented] (HBASE-3744) createTable blocks until all regions are out of transition

2011-04-07 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13017269#comment-13017269 ] stack commented on HBASE-3744: -- I think BulkRegionAssigner is not such a good name. BulkAssi

[jira] [Commented] (HBASE-3744) createTable blocks until all regions are out of transition

2011-04-07 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13017262#comment-13017262 ] Ted Yu commented on HBASE-3744: --- Thanks for detailed review Stack. Shall we call the new cla

[jira] [Commented] (HBASE-3744) createTable blocks until all regions are out of transition

2011-04-07 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13017259#comment-13017259 ] stack commented on HBASE-3744: -- Thanks for looking into this one Ted. The issue I ran into t

[jira] [Commented] (HBASE-3652) Speed up tests by lowering some sleeps

2011-04-07 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13017250#comment-13017250 ] stack commented on HBASE-3652: -- +1 LGTM > Speed up tests by lowering some sleeps > -

[jira] [Commented] (HBASE-3744) createTable blocks until all regions are out of transition

2011-04-07 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13017248#comment-13017248 ] Ted Yu commented on HBASE-3744: --- TestLoadIncrementalHFiles and TestAdmin pass. > createTabl

[jira] [Updated] (HBASE-3744) createTable blocks until all regions are out of transition

2011-04-07 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3744?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-3744: -- Attachment: 3744.txt Second attempt. Added boolean parameter, sync, to BulkAssigner.bulkAssign() to indicate wh

[jira] [Commented] (HBASE-3624) Only one coprocessor of each priority type can be loaded for a table

2011-04-07 Thread Gary Helmling (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13017243#comment-13017243 ] Gary Helmling commented on HBASE-3624: -- +1 In CoprocessorHost, though, I don't think

[jira] [Updated] (HBASE-3624) Only one coprocessor of each priority type can be loaded for a table

2011-04-07 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-3624: -- Fix Version/s: 0.92.0 Status: Patch Available (was: Open) > Only one coprocessor of

[jira] [Updated] (HBASE-3624) Only one coprocessor of each priority type can be loaded for a table

2011-04-07 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-3624: -- Attachment: HBASE-3624.patch > Only one coprocessor of each priority type can be loaded for a t

[jira] [Assigned] (HBASE-3624) Only one coprocessor of each priority type can be loaded for a table

2011-04-07 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell reassigned HBASE-3624: - Assignee: Andrew Purtell > Only one coprocessor of each priority type can be loaded for a

[jira] [Commented] (HBASE-3529) Add search to HBase

2011-04-07 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13017228#comment-13017228 ] Jason Rutherglen commented on HBASE-3529: - The HBase search related branch (at thi

[jira] [Created] (HBASE-3757) Upgrade to ZK 3.3.3

2011-04-07 Thread Jean-Daniel Cryans (JIRA)
Upgrade to ZK 3.3.3 --- Key: HBASE-3757 URL: https://issues.apache.org/jira/browse/HBASE-3757 Project: HBase Issue Type: Improvement Affects Versions: 0.90.1 Reporter: Jean-Daniel Cryans Priority:

[jira] [Commented] (HBASE-3744) createTable blocks until all regions are out of transition

2011-04-07 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13017217#comment-13017217 ] Ted Yu commented on HBASE-3744: --- Looks like SingleServerBulkAssigner.run() should be wrapped

[jira] [Updated] (HBASE-3652) Speed up tests by lowering some sleeps

2011-04-07 Thread Jean-Daniel Cryans (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Daniel Cryans updated HBASE-3652: -- Status: Patch Available (was: Open) > Speed up tests by lowering some sleeps > ---

[jira] [Commented] (HBASE-3744) createTable blocks until all regions are out of transition

2011-04-07 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13017212#comment-13017212 ] stack commented on HBASE-3744: -- Here is the exception I ran into: {code} 2011-04-07 14:48:26

[jira] [Updated] (HBASE-3652) Speed up tests by lowering some sleeps

2011-04-07 Thread Jean-Daniel Cryans (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Daniel Cryans updated HBASE-3652: -- Fix Version/s: (was: 0.92.0) 0.90.3 Summary: Speed up t

[jira] [Commented] (HBASE-3529) Add search to HBase

2011-04-07 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13017210#comment-13017210 ] Jason Rutherglen commented on HBASE-3529: - I placed the HDFS-347 changes in a Gith

[jira] [Updated] (HBASE-3652) Speed up tests that enable/disable

2011-04-07 Thread Jean-Daniel Cryans (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Daniel Cryans updated HBASE-3652: -- Attachment: HBASE-3652.patch The main change in this patch is that I refactor the 1000m

[jira] [Resolved] (HBASE-3734) HBaseAdmin creates new configurations in getCatalogTracker

2011-04-07 Thread Jean-Daniel Cryans (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Daniel Cryans resolved HBASE-3734. --- Resolution: Fixed Hadoop Flags: [Reviewed] Committed to branch and trunk, thank

[jira] [Commented] (HBASE-3734) HBaseAdmin creates new configurations in getCatalogTracker

2011-04-07 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13017198#comment-13017198 ] stack commented on HBASE-3734: -- +1 Lets go w/ this. > HBaseAdmin creates new configurations

[jira] [Commented] (HBASE-3754) Define a DummyServer for tests

2011-04-07 Thread Jean-Daniel Cryans (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13017196#comment-13017196 ] Jean-Daniel Cryans commented on HBASE-3754: --- Well at least two since most of the

[jira] [Updated] (HBASE-3734) HBaseAdmin creates new configurations in getCatalogTracker

2011-04-07 Thread Jean-Daniel Cryans (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Daniel Cryans updated HBASE-3734: -- Attachment: HBASE-3734-v2.patch Patch that fixes the places where it wasn't cleaning th

[jira] [Created] (HBASE-3756) Can't move META or ROOT from shell

2011-04-07 Thread stack (JIRA)
Can't move META or ROOT from shell -- Key: HBASE-3756 URL: https://issues.apache.org/jira/browse/HBASE-3756 Project: HBase Issue Type: Bug Reporter: stack Priority: Critical Fails wit

[jira] [Commented] (HBASE-3744) createTable blocks until all regions are out of transition

2011-04-07 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13017191#comment-13017191 ] stack commented on HBASE-3744: -- So, I just ran into a problem running rolling restart where u

[jira] [Updated] (HBASE-3744) createTable blocks until all regions are out of transition

2011-04-07 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3744?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-3744: - Priority: Critical (was: Major) Making this critical since it is in way of a smooth rolling restart. > createTa

[jira] [Commented] (HBASE-3751) Book.xml - fixing unit of measure in 2 metrics. added description for compactionQueue

2011-04-07 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13017167#comment-13017167 ] Hudson commented on HBASE-3751: --- Integrated in HBase-TRUNK #1837 (See [https://hudson.apach

[jira] [Commented] (HBASE-2256) Delete row, followed quickly to put of the same row will sometimes fail.

2011-04-07 Thread Jonathan Gray (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13017148#comment-13017148 ] Jonathan Gray commented on HBASE-2256: -- I think this would be a hacky non-solution, r

[jira] [Commented] (HBASE-2256) Delete row, followed quickly to put of the same row will sometimes fail.

2011-04-07 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13017145#comment-13017145 ] Ted Yu commented on HBASE-2256: --- {code} long l = System.nanoTime(); long

[jira] [Commented] (HBASE-2256) Delete row, followed quickly to put of the same row will sometimes fail.

2011-04-07 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13017141#comment-13017141 ] Todd Lipcon commented on HBASE-2256: more importantly, nanotime is elapsed time since

[jira] [Commented] (HBASE-2256) Delete row, followed quickly to put of the same row will sometimes fail.

2011-04-07 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13017140#comment-13017140 ] Ted Yu commented on HBASE-2256: --- >From >http://download.oracle.com/javase/1.5.0/docs/api/ja

[jira] [Commented] (HBASE-2256) Delete row, followed quickly to put of the same row will sometimes fail.

2011-04-07 Thread ryan rawson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13017131#comment-13017131 ] ryan rawson commented on HBASE-2256: Probably can't use nano time, it wraps around too

[jira] [Commented] (HBASE-3755) Catch zk's ConnectionLossException and augment error message with more help

2011-04-07 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13017128#comment-13017128 ] Todd Lipcon commented on HBASE-3755: Nice idea > Catch zk's ConnectionLossException a

[jira] [Commented] (HBASE-2256) Delete row, followed quickly to put of the same row will sometimes fail.

2011-04-07 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13017126#comment-13017126 ] Ted Yu commented on HBASE-2256: --- Currently timestamp for Put and Delete is in milliseconds.

[jira] [Commented] (HBASE-3754) Define a DummyServer for tests

2011-04-07 Thread ryan rawson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13017100#comment-13017100 ] ryan rawson commented on HBASE-3754: Could we use mockito for this? It should let you

[jira] [Created] (HBASE-3755) Catch zk's ConnectionLossException and augment error message with more help

2011-04-07 Thread Jean-Daniel Cryans (JIRA)
Catch zk's ConnectionLossException and augment error message with more help --- Key: HBASE-3755 URL: https://issues.apache.org/jira/browse/HBASE-3755 Project: HBase Issu

[jira] [Created] (HBASE-3754) Define a DummyServer for tests

2011-04-07 Thread Jean-Daniel Cryans (JIRA)
Define a DummyServer for tests -- Key: HBASE-3754 URL: https://issues.apache.org/jira/browse/HBASE-3754 Project: HBase Issue Type: Improvement Affects Versions: 0.90.1 Reporter: Jean-Daniel Cryans

[jira] [Created] (HBASE-3753) Book.xml - architecture, adding more Store info

2011-04-07 Thread Doug Meil (JIRA)
Book.xml - architecture, adding more Store info --- Key: HBASE-3753 URL: https://issues.apache.org/jira/browse/HBASE-3753 Project: HBase Issue Type: Improvement Reporter: Doug Meil

[jira] [Updated] (HBASE-3753) Book.xml - architecture, adding more Store info

2011-04-07 Thread Doug Meil (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Meil updated HBASE-3753: - Attachment: book_store_info.xml.patch > Book.xml - architecture, adding more Store info > ---

[jira] [Updated] (HBASE-3753) Book.xml - architecture, adding more Store info

2011-04-07 Thread Doug Meil (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Meil updated HBASE-3753: - Status: Patch Available (was: Open) > Book.xml - architecture, adding more Store info >

[jira] [Resolved] (HBASE-3729) Get cells via shell with a time range predicate

2011-04-07 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack resolved HBASE-3729. -- Resolution: Fixed Fix Version/s: 0.92.0 Hadoop Flags: [Reviewed] Thanks for the patch Ted (Thanks f

[jira] [Created] (HBASE-3752) Tool to replay moved-aside WAL logs

2011-04-07 Thread stack (JIRA)
Tool to replay moved-aside WAL logs --- Key: HBASE-3752 URL: https://issues.apache.org/jira/browse/HBASE-3752 Project: HBase Issue Type: Task Reporter: stack Priority: Critical We nee

[jira] [Updated] (HBASE-3751) Book.xml - fixing unit of measure in 2 metrics. added description for compactionQueue

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

[jira] [Updated] (HBASE-3751) Book.xml - fixing unit of measure in 2 metrics. added description for compactionQueue

2011-04-07 Thread Doug Meil (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Meil updated HBASE-3751: - Attachment: book_metrics_fix_2011_04_07.xml.patch > Book.xml - fixing unit of measure in 2 metrics. adde

[jira] [Created] (HBASE-3751) Book.xml - fixing unit of measure in 2 metrics. added description for compactionQueue

2011-04-07 Thread Doug Meil (JIRA)
Book.xml - fixing unit of measure in 2 metrics. added description for compactionQueue -- Key: HBASE-3751 URL: https://issues.apache.org/jira/browse/HBASE-3751 Projec

[jira] [Updated] (HBASE-3751) Book.xml - fixing unit of measure in 2 metrics. added description for compactionQueue

2011-04-07 Thread Doug Meil (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Meil updated HBASE-3751: - Status: Patch Available (was: Open) > Book.xml - fixing unit of measure in 2 metrics. added description

[jira] [Updated] (HBASE-3721) Speedup LoadIncrementalHFiles

2011-04-07 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-3721: -- Attachment: 3721-v4.txt Introduced hbase.loadincremental.batch.size so that we don't accumulate too many HFile

[jira] [Commented] (HBASE-3729) Get cells via shell with a time range predicate

2011-04-07 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13016800#comment-13016800 ] Eric Charles commented on HBASE-3729: - Hi, i tried to remove/add in .rb, but was a bit

[jira] [Commented] (HBASE-3722) A lot of data is lost when name node crashed

2011-04-07 Thread gaojinchao (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13016768#comment-13016768 ] gaojinchao commented on HBASE-3722: --- yes, it is important for me. thanks. some explains

[jira] [Commented] (HBASE-3587) Eliminate use of ReadWriteLock in RegionObserver coprocessor invocation

2011-04-07 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13016739#comment-13016739 ] Hudson commented on HBASE-3587: --- Integrated in HBase-TRUNK #1836 (See [https://hudson.apach

[jira] [Commented] (HBASE-3738) Book.xml - expanding Architecture Client section

2011-04-07 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13016738#comment-13016738 ] Hudson commented on HBASE-3738: --- Integrated in HBase-TRUNK #1836 (See [https://hudson.apach

[jira] [Commented] (HBASE-3723) Major compact should be done when there is only one storefile and some keyvalue is outdated.

2011-04-07 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13016737#comment-13016737 ] Hudson commented on HBASE-3723: --- Integrated in HBase-TRUNK #1836 (See [https://hudson.apach

[jira] [Commented] (HBASE-3748) Add rolling of thrift/rest daemons to graceful_stop.sh script

2011-04-07 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13016736#comment-13016736 ] Hudson commented on HBASE-3748: --- Integrated in HBase-TRUNK #1836 (See [https://hudson.apach

[jira] [Commented] (HBASE-3746) Clean up CompressionTest to not directly reference DistributedFileSystem

2011-04-07 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13016735#comment-13016735 ] Hudson commented on HBASE-3746: --- Integrated in HBase-TRUNK #1836 (See [https://hudson.apach

[jira] [Commented] (HBASE-3710) Book.xml - fill out descriptions of metrics

2011-04-07 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13016734#comment-13016734 ] Hudson commented on HBASE-3710: --- Integrated in HBase-TRUNK #1836 (See [https://hudson.apach

[jira] [Commented] (HBASE-3747) [replication] ReplicationSource should differanciate remote and local exceptions

2011-04-07 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13016733#comment-13016733 ] Hudson commented on HBASE-3747: --- Integrated in HBase-TRUNK #1836 (See [https://hudson.apach