[jira] [Updated] (HBASE-5671) hbase.metrics.showTableName should be true by default

2012-04-01 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-5671: - Fix Version/s: (was: 0.96.0) > hbase.metrics.showTableName should be true by default > --

[jira] [Updated] (HBASE-5671) hbase.metrics.showTableName should be true by default

2012-04-01 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-5671: - Fix Version/s: 0.96.0 > hbase.metrics.showTableName should be true by default > -

[jira] [Updated] (HBASE-5666) RegionServer doesn't retry to check if base node is available

2012-04-01 Thread Matteo Bertozzi (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matteo Bertozzi updated HBASE-5666: --- Attachment: HBASE-5666-v0.patch Patch attached to retry only on HRegionServer . Using "hbase

[jira] [Commented] (HBASE-5213) "hbase master stop" does not bring down backup masters

2012-04-01 Thread Hudson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13243673#comment-13243673 ] Hudson commented on HBASE-5213: --- Integrated in HBase-0.92 #348 (See [https://builds.apache.

[jira] [Updated] (HBASE-5666) RegionServer doesn't retry to check if base node is available

2012-04-01 Thread Matteo Bertozzi (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matteo Bertozzi updated HBASE-5666: --- Status: Patch Available (was: Open) > RegionServer doesn't retry to check if base node i

[jira] [Commented] (HBASE-5689) Skipping RecoveredEdits may cause data loss

2012-04-01 Thread chunhui shen (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13243675#comment-13243675 ] chunhui shen commented on HBASE-5689: - bq.Is a TreeMap needed above ? We're just remem

[jira] [Created] (HBASE-5693) When creating a region, the master initializes it and creates a memstore within the master server

2012-04-01 Thread nkeywal (Created) (JIRA)
When creating a region, the master initializes it and creates a memstore within the master server - Key: HBASE-5693 URL: https://issues.apache.org/jira/browse/HBASE-56

[jira] [Updated] (HBASE-5693) When creating a region, the master initializes it and creates a memstore within the master server

2012-04-01 Thread nkeywal (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] nkeywal updated HBASE-5693: --- Attachment: 5693.v1.patch > When creating a region, the master initializes it and creates a memstore > w

[jira] [Updated] (HBASE-5693) When creating a region, the master initializes it and creates a memstore within the master server

2012-04-01 Thread nkeywal (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] nkeywal updated HBASE-5693: --- Status: Patch Available (was: Open) > When creating a region, the master initializes it and creates a me

[jira] [Updated] (HBASE-5666) RegionServer doesn't retry to check if base node is available

2012-04-01 Thread Matteo Bertozzi (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matteo Bertozzi updated HBASE-5666: --- Attachment: (was: zk-exists-refactor-v0.patch) > RegionServer doesn't retry to check

[jira] [Updated] (HBASE-5666) RegionServer doesn't retry to check if base node is available

2012-04-01 Thread Matteo Bertozzi (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matteo Bertozzi updated HBASE-5666: --- Attachment: (was: HBASE-5666-v0.patch) > RegionServer doesn't retry to check if base

[jira] [Updated] (HBASE-5666) RegionServer doesn't retry to check if base node is available

2012-04-01 Thread Matteo Bertozzi (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matteo Bertozzi updated HBASE-5666: --- Attachment: HBASE-5666-v1.patch > RegionServer doesn't retry to check if base node is ava

[jira] [Commented] (HBASE-5689) Skipping RecoveredEdits may cause data loss

2012-04-01 Thread Ted Yu (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13243743#comment-13243743 ] Ted Yu commented on HBASE-5689: --- Using a TreeMap is common practice. Please attach test sui

[jira] [Commented] (HBASE-4348) Add metrics for regions in transition

2012-04-01 Thread jirapos...@reviews.apache.org (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13243745#comment-13243745 ] jirapos...@reviews.apache.org commented on HBASE-4348: --

[jira] [Commented] (HBASE-5693) When creating a region, the master initializes it and creates a memstore within the master server

2012-04-01 Thread Ted Yu (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13243746#comment-13243746 ] Ted Yu commented on HBASE-5693: --- CreateTableHandler isn't initializing the regions. Who will

[jira] [Commented] (HBASE-5677) The master never does balance because duplicate openhandled the one region

2012-04-01 Thread Ted Yu (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13243747#comment-13243747 ] Ted Yu commented on HBASE-5677: --- Interesting. Chunhui proposed safe mode for Master in HBASE

[jira] [Commented] (HBASE-5693) When creating a region, the master initializes it and creates a memstore within the master server

2012-04-01 Thread nkeywal (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13243751#comment-13243751 ] nkeywal commented on HBASE-5693: I didn't look very far in the code. CreateTableHandler i

[jira] [Commented] (HBASE-5693) When creating a region, the master initializes it and creates a memstore within the master server

2012-04-01 Thread Ted Yu (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13243762#comment-13243762 ] Ted Yu commented on HBASE-5693: --- It is called from OpenRegionHandler.openRegion() I once ma

[jira] [Commented] (HBASE-5693) When creating a region, the master initializes it and creates a memstore within the master server

2012-04-01 Thread Ted Yu (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13243765#comment-13243765 ] Ted Yu commented on HBASE-5693: --- @N: Can you rebased the patch for trunk ? {code} Hunk #3 FA

[jira] [Commented] (HBASE-5688) Convert zk root-region-server znode content to pb

2012-04-01 Thread jirapos...@reviews.apache.org (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13243769#comment-13243769 ] jirapos...@reviews.apache.org commented on HBASE-5688: --

[jira] [Commented] (HBASE-5665) Repeated split causes HRegionServer failures and breaks table

2012-04-01 Thread Matteo Bertozzi (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13243771#comment-13243771 ] Matteo Bertozzi commented on HBASE-5665: Can we also add a couple of methods to th

[jira] [Commented] (HBASE-5688) Convert zk root-region-server znode content to pb

2012-04-01 Thread jirapos...@reviews.apache.org (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13243774#comment-13243774 ] jirapos...@reviews.apache.org commented on HBASE-5688: --

[jira] [Commented] (HBASE-5693) When creating a region, the master initializes it and creates a memstore within the master server

2012-04-01 Thread nkeywal (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13243775#comment-13243775 ] nkeywal commented on HBASE-5693: Ok, I will do that + a test on a real cluster. On Sun, A

[jira] [Commented] (HBASE-4348) Add metrics for regions in transition

2012-04-01 Thread jirapos...@reviews.apache.org (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13243798#comment-13243798 ] jirapos...@reviews.apache.org commented on HBASE-4348: -- bq. On 201

[jira] [Commented] (HBASE-4348) Add metrics for regions in transition

2012-04-01 Thread Jonathan Hsieh (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13243801#comment-13243801 ] Jonathan Hsieh commented on HBASE-4348: --- @Otis I generally like the policy of setti

[jira] [Commented] (HBASE-5693) When creating a region, the master initializes it and creates a memstore within the master server

2012-04-01 Thread Hadoop QA (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13243836#comment-13243836 ] Hadoop QA commented on HBASE-5693: -- -1 overall. Here are the results of testing the late

[jira] [Updated] (HBASE-5665) Repeated split causes HRegionServer failures and breaks table

2012-04-01 Thread Matteo Bertozzi (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5665?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matteo Bertozzi updated HBASE-5665: --- Attachment: HBASE-5665-trunk.patch > Repeated split causes HRegionServer failures and bre

[jira] [Updated] (HBASE-4393) Implement a canary monitoring program

2012-04-01 Thread Matteo Bertozzi (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matteo Bertozzi updated HBASE-4393: --- Status: Patch Available (was: Open) > Implement a canary monitoring program > --

[jira] [Commented] (HBASE-5665) Repeated split causes HRegionServer failures and breaks table

2012-04-01 Thread Ted Yu (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13243842#comment-13243842 ] Ted Yu commented on HBASE-5665: --- HBASE-5665-trunk.patch looks good. > Repea

[jira] [Commented] (HBASE-5666) RegionServer doesn't retry to check if base node is available

2012-04-01 Thread Ted Yu (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13243845#comment-13243845 ] Ted Yu commented on HBASE-5666: --- {code} +if (keeperEx != null) + throw keeperEx; {c

[jira] [Resolved] (HBASE-5681) Split Region crash if region is still offline after a previous split

2012-04-01 Thread Matteo Bertozzi (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5681?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matteo Bertozzi resolved HBASE-5681. Resolution: Duplicate Duplicate of HBASE-5665, trying to split the parent region, hasRefere

[jira] [Commented] (HBASE-5693) When creating a region, the master initializes it and creates a memstore within the master server

2012-04-01 Thread stack (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13243853#comment-13243853 ] stack commented on HBASE-5693: -- +1 on patch. Its silly we initialize the region over on mast

[jira] [Commented] (HBASE-5688) Convert zk root-region-server znode content to pb

2012-04-01 Thread Hadoop QA (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13243856#comment-13243856 ] Hadoop QA commented on HBASE-5688: -- -1 overall. Here are the results of testing the late

[jira] [Commented] (HBASE-5666) RegionServer doesn't retry to check if base node is available

2012-04-01 Thread Matteo Bertozzi (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13243855#comment-13243855 ] Matteo Bertozzi commented on HBASE-5666: @Ted woo good catch I've just "translated

[jira] [Updated] (HBASE-5666) RegionServer doesn't retry to check if base node is available

2012-04-01 Thread Matteo Bertozzi (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matteo Bertozzi updated HBASE-5666: --- Attachment: HBASE-5666-v2.patch > RegionServer doesn't retry to check if base node is ava

[jira] [Commented] (HBASE-5666) RegionServer doesn't retry to check if base node is available

2012-04-01 Thread Ted Yu (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13243863#comment-13243863 ] Ted Yu commented on HBASE-5666: --- Patch v2 looks good. > RegionServer doesn'

[jira] [Created] (HBASE-5694) getRowsWithColumnsTs function Thrift service incorrectly handles time range

2012-04-01 Thread Wouter Bolsterlee (Created) (JIRA)
getRowsWithColumnsTs function Thrift service incorrectly handles time range --- Key: HBASE-5694 URL: https://issues.apache.org/jira/browse/HBASE-5694 Project: HBase Issu

[jira] [Commented] (HBASE-5666) RegionServer doesn't retry to check if base node is available

2012-04-01 Thread Hadoop QA (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13243871#comment-13243871 ] Hadoop QA commented on HBASE-5666: -- -1 overall. Here are the results of testing the late

[jira] [Updated] (HBASE-5694) getRowsWithColumnsTs function Thrift service incorrectly handles time range

2012-04-01 Thread Wouter Bolsterlee (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wouter Bolsterlee updated HBASE-5694: - Status: Patch Available (was: Open) Trivial patch to fix the reported issue.

[jira] [Commented] (HBASE-5694) getRowsWithColumnsTs function Thrift service incorrectly handles time range

2012-04-01 Thread Wouter Bolsterlee (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13243873#comment-13243873 ] Wouter Bolsterlee commented on HBASE-5694: -- For some reason, JIRA doesn't accept

[jira] [Commented] (HBASE-5682) Allow HConnectionImplementation to recover from ZK connection loss (for 0.94 only)

2012-04-01 Thread stack (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13243874#comment-13243874 ] stack commented on HBASE-5682: -- On commit, change this '+ LOG.debug("Abort", t);' to inc

[jira] [Updated] (HBASE-5694) getRowsWithColumnsTs function Thrift service incorrectly handles time range

2012-04-01 Thread Wouter Bolsterlee (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wouter Bolsterlee updated HBASE-5694: - Attachment: HBASE-5694.patch Okay, here's the patch. For some reason it works in Firefox,

[jira] [Commented] (HBASE-5663) MultithreadedTableMapper doesn't work.

2012-04-01 Thread Hadoop QA (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13243882#comment-13243882 ] Hadoop QA commented on HBASE-5663: -- +1 overall. Here are the results of testing the late

[jira] [Commented] (HBASE-5665) Repeated split causes HRegionServer failures and breaks table

2012-04-01 Thread Hadoop QA (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13243898#comment-13243898 ] Hadoop QA commented on HBASE-5665: -- -1 overall. Here are the results of testing the late

[jira] [Commented] (HBASE-5666) RegionServer doesn't retry to check if base node is available

2012-04-01 Thread Hadoop QA (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13243902#comment-13243902 ] Hadoop QA commented on HBASE-5666: -- -1 overall. Here are the results of testing the late

[jira] [Commented] (HBASE-5696) Use Hadoop's DataOutputOutputStream instead of have a copy local

2012-04-01 Thread stack (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13243917#comment-13243917 ] stack commented on HBASE-5696: -- We have a DOOS and so does hadoop. If I diff them, the hadoo

[jira] [Created] (HBASE-5696) Use Hadoop's DataOutputOutputStream instead of have a copy local

2012-04-01 Thread stack (Created) (JIRA)
Use Hadoop's DataOutputOutputStream instead of have a copy local Key: HBASE-5696 URL: https://issues.apache.org/jira/browse/HBASE-5696 Project: HBase Issue Type: Improvement

[jira] [Created] (HBASE-5695) Use Hadoop's DataOutputOutputStream instead of have a copy local

2012-04-01 Thread stack (Created) (JIRA)
Use Hadoop's DataOutputOutputStream instead of have a copy local Key: HBASE-5695 URL: https://issues.apache.org/jira/browse/HBASE-5695 Project: HBase Issue Type: Improvement

[jira] [Commented] (HBASE-5451) Switch RPC call envelope/headers to PBs

2012-04-01 Thread jirapos...@reviews.apache.org (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13243919#comment-13243919 ] jirapos...@reviews.apache.org commented on HBASE-5451: --

[jira] [Updated] (HBASE-5689) Skipping RecoveredEdits may cause data loss

2012-04-01 Thread Ted Yu (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-5689: -- Attachment: HBASE-5689.patch Re-attaching Chunhui's patch > Skipping RecoveredEdits may cause

[jira] [Commented] (HBASE-5680) Hbase94 and Hbase 92.2 is not compatible with the Hadoop 23.1

2012-04-01 Thread Jonathan Hsieh (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13243942#comment-13243942 ] Jonathan Hsieh commented on HBASE-5680: --- Tried it again, and actually -- if you reco

[jira] [Commented] (HBASE-5443) Add PB-based calls to HRegionInterface

2012-04-01 Thread binlijin (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13243948#comment-13243948 ] binlijin commented on HBASE-5443: - Hi guys,i have some question, why choose pb? why not av

[jira] [Commented] (HBASE-5443) Add PB-based calls to HRegionInterface

2012-04-01 Thread binlijin (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13243949#comment-13243949 ] binlijin commented on HBASE-5443: - Hi guys,i have some question, why choose pb? why not av

[jira] [Commented] (HBASE-5443) Add PB-based calls to HRegionInterface

2012-04-01 Thread binlijin (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13243950#comment-13243950 ] binlijin commented on HBASE-5443: - Hi guys,i have some question, why choose pb? why not av

[jira] [Updated] (HBASE-5644) [findbugs] Fix null pointer warnings.

2012-04-01 Thread Uma Maheswara Rao G (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uma Maheswara Rao G updated HBASE-5644: --- Attachment: NullPointerFindBugs_Analysis.xlsx > [findbugs] Fix null pointer warni

[jira] [Updated] (HBASE-5644) [findbugs] Fix null pointer warnings.

2012-04-01 Thread Uma Maheswara Rao G (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uma Maheswara Rao G updated HBASE-5644: --- Attachment: HBASE-5644.patch Attached the patch and analysis sheet.

[jira] [Commented] (HBASE-5436) Right-size the map when reading attributes.

2012-04-01 Thread Benoit Sigoure (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13243952#comment-13243952 ] Benoit Sigoure commented on HBASE-5436: --- Ping? Can we get this trivial change in th

[jira] [Commented] (HBASE-5443) Add PB-based calls to HRegionInterface

2012-04-01 Thread Jimmy Xiang (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13243954#comment-13243954 ] Jimmy Xiang commented on HBASE-5443: The main reason is that the HBase writable RPC al

[jira] [Commented] (HBASE-5436) Right-size the map when reading attributes.

2012-04-01 Thread Ted Yu (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13243958#comment-13243958 ] Ted Yu commented on HBASE-5436: --- Integrated to 0.92 branch. > Right-size th

[jira] [Commented] (HBASE-5680) Hbase94 and Hbase 92.2 is not compatible with the Hadoop 23.1

2012-04-01 Thread ramkrishna.s.vasudevan (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13243967#comment-13243967 ] ramkrishna.s.vasudevan commented on HBASE-5680: --- @Jon Let me try once again.

[jira] [Updated] (HBASE-5644) [findbugs] Fix null pointer warnings.

2012-04-01 Thread Uma Maheswara Rao G (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uma Maheswara Rao G updated HBASE-5644: --- Status: Patch Available (was: Open) > [findbugs] Fix null pointer warnings. > --

[jira] [Issue Comment Edited] (HBASE-5680) Hbase94 and Hbase 92.2 is not compatible with the Hadoop 23.1

2012-04-01 Thread Jonathan Hsieh (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13243970#comment-13243970 ] Jonathan Hsieh edited comment on HBASE-5680 at 4/2/12 4:33 AM: -

[jira] [Commented] (HBASE-5680) Hbase94 and Hbase 92.2 is not compatible with the Hadoop 23.1

2012-04-01 Thread Jonathan Hsieh (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13243970#comment-13243970 ] Jonathan Hsieh commented on HBASE-5680: --- @Ram -- when I did it i used 'mvn package -

[jira] [Created] (HBASE-5697) Audit HBase for usage of deprecated hadoop 0.20.x property names.

2012-04-01 Thread Jonathan Hsieh (Created) (JIRA)
Audit HBase for usage of deprecated hadoop 0.20.x property names. - Key: HBASE-5697 URL: https://issues.apache.org/jira/browse/HBASE-5697 Project: HBase Issue Type: Task

[jira] [Commented] (HBASE-5680) Hbase94 and Hbase 92.2 is not compatible with the Hadoop 23.1

2012-04-01 Thread ramkrishna.s.vasudevan (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13243974#comment-13243974 ] ramkrishna.s.vasudevan commented on HBASE-5680: --- @Jon 'mvn package -DskipTes

[jira] [Commented] (HBASE-5680) Hbase94 and Hbase 92.2 is not compatible with the Hadoop 23.1

2012-04-01 Thread Jonathan Hsieh (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13243976#comment-13243976 ] Jonathan Hsieh commented on HBASE-5680: --- Hm.. I didn't add all the hadoop 23 jars --

[jira] [Commented] (HBASE-5689) Skipping RecoveredEdits may cause data loss

2012-04-01 Thread ramkrishna.s.vasudevan (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13243983#comment-13243983 ] ramkrishna.s.vasudevan commented on HBASE-5689: --- @Chunhui +1 on patch Chunhu

[jira] [Commented] (HBASE-5680) Hbase94 and Hbase 92.2 is not compatible with the Hadoop 23.1

2012-04-01 Thread ramkrishna.s.vasudevan (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13243985#comment-13243985 ] ramkrishna.s.vasudevan commented on HBASE-5680: --- @Jon Its working now. Cle

[jira] [Updated] (HBASE-5682) Allow HConnectionImplementation to recover from ZK connection loss (for 0.94 only)

2012-04-01 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-5682: - Attachment: 5682-all-v3.txt Patch that removes the log statement Stack mentioned (had it in there

[jira] [Commented] (HBASE-5682) Allow HConnectionImplementation to recover from ZK connection loss (for 0.94 only)

2012-04-01 Thread Lars Hofhansl (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13243992#comment-13243992 ] Lars Hofhansl commented on HBASE-5682: -- all-v3 is what I like to commit tomorrow if t

[jira] [Commented] (HBASE-5436) Right-size the map when reading attributes.

2012-04-01 Thread Hudson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13243995#comment-13243995 ] Hudson commented on HBASE-5436: --- Integrated in HBase-0.92 #349 (See [https://builds.apache.

[jira] [Commented] (HBASE-5451) Switch RPC call envelope/headers to PBs

2012-04-01 Thread jirapos...@reviews.apache.org (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13244006#comment-13244006 ] jirapos...@reviews.apache.org commented on HBASE-5451: -- bq. On 201