[jira] Updated: (HBASE-3492) NPE while splitting table with empty column family store

2011-02-01 Thread Lars George (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars George updated HBASE-3492: --- Attachment: HBASE-3492-v2-with-test.patch Adds a simple test. NPE while splitting table with empty

[jira] Commented: (HBASE-3492) NPE while splitting table with empty column family store

2011-02-01 Thread Lars George (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12989091#comment-12989091 ] Lars George commented on HBASE-3492: I added a simple test that I checked against

[jira] Commented: (HBASE-3495) Shell is failing on subsequent split calls

2011-02-01 Thread Lars George (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12989109#comment-12989109 ] Lars George commented on HBASE-3495: I am tracing this through the code and what

[jira] Updated: (HBASE-3495) Shell is failing on subsequent split calls

2011-02-01 Thread Lars George (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars George updated HBASE-3495: --- Attachment: HBASE-3495.patch Adds check to not include parent regions (as they are considered

[jira] Updated: (HBASE-3495) Shell is failing on subsequent split calls

2011-02-01 Thread Lars George (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars George updated HBASE-3495: --- Attachment: HBASE-3495-less-intrusive.patch Here is a less intrusive patch. It simply skips the

[jira] Updated: (HBASE-3495) Shell is failing on subsequent split calls

2011-02-01 Thread Lars George (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars George updated HBASE-3495: --- Fix Version/s: 0.92.0 0.90.1 Assignee: Lars George Status:

[jira] Updated: (HBASE-3492) NPE while splitting table with empty column family store

2011-02-01 Thread Lars George (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars George updated HBASE-3492: --- Fix Version/s: 0.92.0 0.90.1 Assignee: Lars George Status:

[jira] Commented: (HBASE-3305) Allow round-robin distribution for table created with multiple regions

2011-02-01 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12989219#comment-12989219 ] Hudson commented on HBASE-3305: --- Integrated in HBase-TRUNK #1726 (See

[jira] Commented: (HBASE-3025) Coprocessor based simple access control

2011-02-01 Thread Gary Helmling (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12989333#comment-12989333 ] Gary Helmling commented on HBASE-3025: -- Authentication is currently limited to

[jira] Updated: (HBASE-3257) Coprocessors: Extend server side integration API to include HLog operations

2011-02-01 Thread Mingjie Lai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mingjie Lai updated HBASE-3257: --- Description: Coprocessor based extensions should be able to: * Observe, rewrite, or skip WALEdits as

[jira] Commented: (HBASE-3150) Allow some column to not write WALs

2011-02-01 Thread Mingjie Lai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12989347#comment-12989347 ] Mingjie Lai commented on HBASE-3150: Karthik. Please take a look at the patch at

[jira] Commented: (HBASE-3257) Coprocessors: Extend server side integration API to include HLog operations

2011-02-01 Thread Mingjie Lai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12989363#comment-12989363 ] Mingjie Lai commented on HBASE-3257: Patch was put to review board, but it's not

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

2011-02-01 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12989365#comment-12989365 ] stack commented on HBASE-2856: -- Chatting w/ BenoƮt last night, he had a good suggestion. He

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

2011-02-01 Thread ryan rawson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12989399#comment-12989399 ] ryan rawson commented on HBASE-2856: Don't we already have this? The comparator uses

[jira] Updated: (HBASE-3468) Enhance checkAndPut and checkAndDelete with comparators

2011-02-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-3468: -- Status: Patch Available (was: Open) Enhance checkAndPut and checkAndDelete with comparators

[jira] Updated: (HBASE-3416) For intra-row scanning, the update readers notification resets the query matcher and can lead to incorrect behavior

2011-02-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-3416: -- Status: Patch Available (was: Open) For intra-row scanning, the update readers notification

[jira] Created: (HBASE-3496) HFile CLI Improvements

2011-02-01 Thread Nicolas Spiegelberg (JIRA)
HFile CLI Improvements -- Key: HBASE-3496 URL: https://issues.apache.org/jira/browse/HBASE-3496 Project: HBase Issue Type: Improvement Components: io, regionserver, util Reporter: Nicolas

[jira] Updated: (HBASE-3496) HFile CLI Improvements

2011-02-01 Thread Nicolas Spiegelberg (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Spiegelberg updated HBASE-3496: --- Attachment: HBASE-3496.patch HFile CLI Improvements --

[jira] Updated: (HBASE-3496) HFile CLI Improvements

2011-02-01 Thread Nicolas Spiegelberg (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Spiegelberg updated HBASE-3496: --- Fix Version/s: 0.90.1 Status: Patch Available (was: Open) This should be

[jira] Commented: (HBASE-3111) TestTableMapReduce broken up on hudson

2011-02-01 Thread Jean-Daniel Cryans (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12989412#comment-12989412 ] Jean-Daniel Cryans commented on HBASE-3111: --- This commit broke the CopyTable job

[jira] Created: (HBASE-3497) TableMapReduceUtil.initTableReducerJob broken due to setConf method in TableOutputFormat

2011-02-01 Thread Amandeep Khurana (JIRA)
TableMapReduceUtil.initTableReducerJob broken due to setConf method in TableOutputFormat Key: HBASE-3497 URL: https://issues.apache.org/jira/browse/HBASE-3497

[jira] Updated: (HBASE-3025) Coprocessor based simple access control

2011-02-01 Thread Gary Helmling (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Helmling updated HBASE-3025: - Attachment: HBASE-3025.2011-02-01.patch Updated preview patch for security features.

[jira] Commented: (HBASE-3496) HFile CLI Improvements

2011-02-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12989429#comment-12989429 ] Andrew Purtell commented on HBASE-3496: --- +1 HFile CLI Improvements

[jira] Assigned: (HBASE-3497) TableMapReduceUtil.initTableReducerJob broken due to setConf method in TableOutputFormat

2011-02-01 Thread Amandeep Khurana (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amandeep Khurana reassigned HBASE-3497: --- Assignee: Amandeep Khurana TableMapReduceUtil.initTableReducerJob broken due to

[jira] Assigned: (HBASE-3497) TableMapReduceUtil.initTableReducerJob broken due to setConf method in TableOutputFormat

2011-02-01 Thread Amandeep Khurana (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amandeep Khurana reassigned HBASE-3497: --- Assignee: Jean-Daniel Cryans (was: Amandeep Khurana)

[jira] Created: (HBASE-3498) Memstore scanner needs new semantics, which may require new data structure

2011-02-01 Thread ryan rawson (JIRA)
Memstore scanner needs new semantics, which may require new data structure -- Key: HBASE-3498 URL: https://issues.apache.org/jira/browse/HBASE-3498 Project: HBase Issue

[jira] Commented: (HBASE-3498) Memstore scanner needs new semantics, which may require new data structure

2011-02-01 Thread ryan rawson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12989475#comment-12989475 ] ryan rawson commented on HBASE-3498: The current memstore does not exhibit the require

[jira] Commented: (HBASE-3498) Memstore scanner needs new semantics, which may require new data structure

2011-02-01 Thread ryan rawson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12989478#comment-12989478 ] ryan rawson commented on HBASE-3498: I came up with 2 solutions to this problem:

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

2011-02-01 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12989486#comment-12989486 ] stack commented on HBASE-2856: -- Chatting with Ryan: + To be solved is how read/write rwcc

[jira] Commented: (HBASE-3496) HFile CLI Improvements

2011-02-01 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12989513#comment-12989513 ] stack commented on HBASE-3496: -- +1 too... for 0.90 and trunk. HFile CLI Improvements

[jira] Commented: (HBASE-3492) NPE while splitting table with empty column family store

2011-02-01 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12989518#comment-12989518 ] stack commented on HBASE-3492: -- Patch looks good Lars. +1 on commit to branch and trunk.

[jira] Commented: (HBASE-3495) Shell is failing on subsequent split calls

2011-02-01 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12989520#comment-12989520 ] stack commented on HBASE-3495: -- If excludeOfflinedSplitParents is set when we call

[jira] Commented: (HBASE-3025) Coprocessor based simple access control

2011-02-01 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12989528#comment-12989528 ] stack commented on HBASE-3025: -- I was going to take a look at the patch then saw its 300k.

[jira] Commented: (HBASE-3025) Coprocessor based simple access control

2011-02-01 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12989529#comment-12989529 ] stack commented on HBASE-3025: -- I was going to take a look at the patch then saw its 300k.

[jira] Commented: (HBASE-3416) For intra-row scanning, the update readers notification resets the query matcher and can lead to incorrect behavior

2011-02-01 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12989530#comment-12989530 ] stack commented on HBASE-3416: -- +1 Seems fine Andrew, especially if all tests passed. If is

[jira] Commented: (HBASE-3492) NPE while splitting table with empty column family store

2011-02-01 Thread Lars George (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12989536#comment-12989536 ] Lars George commented on HBASE-3492: I checked and 0.90 branch was OK! This is a