[jira] [Commented] (HBASE-7111) hbase zkcli will not start if the zookeeper server choosen to connectted to is not available

2012-11-08 Thread Zhou wenjian (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493030#comment-13493030 ] Zhou wenjian commented on HBASE-7111: - The testcase modified could assert my change.

[jira] [Commented] (HBASE-6563) s.isMajorCompaction() throws npe will cause current major Compaction checking abort

2012-11-08 Thread Zhou wenjian (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493060#comment-13493060 ] Zhou wenjian commented on HBASE-6563: - [~lhofhansl] not quite follow you, the npe will

[jira] [Updated] (HBASE-7117) UnixOperationSystemMXBean compile error with open JDK 1.6

2012-11-08 Thread Li Ping Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Li Ping Zhang updated HBASE-7117: - Affects Version/s: (was: 0.90.4) 0.94.0

[jira] [Updated] (HBASE-7117) UnixOperationSystemMXBean compile error with open JDK 1.6

2012-11-08 Thread Li Ping Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Li Ping Zhang updated HBASE-7117: - Affects Version/s: (was: 0.92.0) UnixOperationSystemMXBean compile error with open JDK

[jira] [Created] (HBASE-7128) Reduced annoying catch clauses of UnsupportedEncodingException that is never thrown because of UTF-8

2012-11-08 Thread Hiroshi Ikeda (JIRA)
Hiroshi Ikeda created HBASE-7128: Summary: Reduced annoying catch clauses of UnsupportedEncodingException that is never thrown because of UTF-8 Key: HBASE-7128 URL:

[jira] [Commented] (HBASE-7117) UnixOperationSystemMXBean compile error with open JDK 1.6

2012-11-08 Thread Li Ping Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493118#comment-13493118 ] Li Ping Zhang commented on HBASE-7117: -- Hi Stack, sorry, there is a type, the affect

[jira] [Updated] (HBASE-7128) Reduced annoying catch clauses of UnsupportedEncodingException that is never thrown because of UTF-8

2012-11-08 Thread Hiroshi Ikeda (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hiroshi Ikeda updated HBASE-7128: - Attachment: HBASE-7128.patch Added a patch. This also breaks dependency from Bytes to

[jira] [Commented] (HBASE-7106) [89-fb] Fix the NPE in unit tests for JDK7

2012-11-08 Thread Gustavo Anatoly (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493176#comment-13493176 ] Gustavo Anatoly commented on HBASE-7106: Hi, Liyin. I understood your idea, but

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

2012-11-08 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493252#comment-13493252 ] Lars Hofhansl commented on HBASE-4583: -- Yep. that line was removed by accident. Cool

[jira] [Commented] (HBASE-7103) Need to fail split if SPLIT znode is deleted even before the split is completed.

2012-11-08 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493258#comment-13493258 ] Lars Hofhansl commented on HBASE-7103: -- Does my idea from above: bq. First try to

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

2012-11-08 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-4583: - Release Note: This issue fixes MVCC issues with Increment and Append. To retain the current

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

2012-11-08 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-4583: - Release Note: This issue fixes MVCC issues with Increment and Append. To retain the current

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

2012-11-08 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493278#comment-13493278 ] Lars Hofhansl commented on HBASE-4583: -- bq. Does the above condition match the

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

2012-11-08 Thread Lars Hofhansl (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-mixed-v4.txt Version that does this. Integrate RWCC with

[jira] [Updated] (HBASE-7128) Reduced annoying catch clauses of UnsupportedEncodingException that is never thrown because of UTF-8

2012-11-08 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-7128: -- Fix Version/s: 0.96.0 Status: Patch Available (was: Open) Reduced annoying catch clauses of

[jira] [Commented] (HBASE-7128) Reduced annoying catch clauses of UnsupportedEncodingException that is never thrown because of UTF-8

2012-11-08 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493312#comment-13493312 ] Ted Yu commented on HBASE-7128: --- In HConstants: {code} + /** When we encode strings, we

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

2012-11-08 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493316#comment-13493316 ] Hadoop QA commented on HBASE-4583: -- {color:red}-1 overall{color}. Here are the results

[jira] [Commented] (HBASE-6721) RegionServer Group based Assignment

2012-11-08 Thread Francis Liu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493317#comment-13493317 ] Francis Liu commented on HBASE-6721: {quote} Have you also considered adding a state

[jira] [Commented] (HBASE-7106) [89-fb] Fix the NPE in unit tests for JDK7

2012-11-08 Thread Jimmy Xiang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493323#comment-13493323 ] Jimmy Xiang commented on HBASE-7106: I have some fix in HBASE-6206.

[jira] [Commented] (HBASE-6721) RegionServer Group based Assignment

2012-11-08 Thread Jimmy Xiang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493330#comment-13493330 ] Jimmy Xiang commented on HBASE-6721: Do you have a patch for 0.96 on review board?

[jira] [Commented] (HBASE-7128) Reduced annoying catch clauses of UnsupportedEncodingException that is never thrown because of UTF-8

2012-11-08 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493338#comment-13493338 ] Hadoop QA commented on HBASE-7128: -- {color:red}-1 overall{color}. Here are the results

[jira] [Commented] (HBASE-7128) Reduced annoying catch clauses of UnsupportedEncodingException that is never thrown because of UTF-8

2012-11-08 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493352#comment-13493352 ] stack commented on HBASE-7128: -- [~ikeda] Thank you for doing this. HConstants should not

[jira] [Commented] (HBASE-7103) Need to fail split if SPLIT znode is deleted even before the split is completed.

2012-11-08 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493354#comment-13493354 ] stack commented on HBASE-7103: -- Yeah, Lars' idea is like I was saying. Else, can't we keep

[jira] [Commented] (HBASE-6721) RegionServer Group based Assignment

2012-11-08 Thread Vandana Ayyalasomayajula (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493367#comment-13493367 ] Vandana Ayyalasomayajula commented on HBASE-6721: - [~jxiang] -- We have

[jira] [Updated] (HBASE-6863) Offline snapshots

2012-11-08 Thread Jesse Yates (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse Yates updated HBASE-6863: --- Attachment: hbase-6863-v3.patch Updated diff with the changes from Matteo and Jon applied. This is

[jira] [Commented] (HBASE-6863) Offline snapshots

2012-11-08 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493371#comment-13493371 ] Hadoop QA commented on HBASE-6863: -- {color:red}-1 overall{color}. Here are the results

[jira] [Commented] (HBASE-6222) Add per-KeyValue Security

2012-11-08 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493387#comment-13493387 ] Ted Yu commented on HBASE-6222: --- @Himanshu: I have some questions about your design doc. bq.

[jira] [Updated] (HBASE-2645) HLog writer can do 1-2 sync operations after lease has been recovered for split process.

2012-11-08 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-2645: - Attachment: 2645_hacking.txt Hacked up patch. Has two different users on two different filesystems (different

[jira] [Commented] (HBASE-7110) refactor the compaction selection and config code similarly to 0.89-fb changes

2012-11-08 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493396#comment-13493396 ] Sergey Shelukhin commented on HBASE-7110: - [~enis] can you please review? Thanks.

[jira] [Updated] (HBASE-7121) Fix TestHFileOutputFormat after moving RS to metrics2

2012-11-08 Thread Elliott Clark (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Elliott Clark updated HBASE-7121: - Resolution: Fixed Hadoop Flags: Reviewed Status: Resolved (was: Patch Available)

[jira] [Commented] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-11-08 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493399#comment-13493399 ] Sergey Shelukhin commented on HBASE-5416: - [~stack] My point was that the approach

[jira] [Commented] (HBASE-7106) [89-fb] Fix the NPE in unit tests for JDK7

2012-11-08 Thread Liyin Tang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493401#comment-13493401 ] Liyin Tang commented on HBASE-7106: --- Gustavo Anatoly: I didn't fully understand your

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

2012-11-08 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493400#comment-13493400 ] stack commented on HBASE-4583: -- I'm not expert in this area. I like the way you make it so

[jira] [Commented] (HBASE-7055) port HBASE-6371 tier-based compaction from 0.89-fb to trunk

2012-11-08 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493405#comment-13493405 ] Sergey Shelukhin commented on HBASE-7055: - I didn't do any targeted testing, just

[jira] [Commented] (HBASE-7055) port HBASE-6371 tier-based compaction from 0.89-fb to trunk

2012-11-08 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493407#comment-13493407 ] Sergey Shelukhin commented on HBASE-7055: - column config specific to columns e.g.

[jira] [Commented] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-11-08 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493410#comment-13493410 ] stack commented on HBASE-5416: -- [~sershe] If after sufficient tests (and perf), for sure. I

[jira] [Created] (HBASE-7129) Need documentation for REST atomic operations (HBASE-4720)

2012-11-08 Thread Joe Pallas (JIRA)
Joe Pallas created HBASE-7129: - Summary: Need documentation for REST atomic operations (HBASE-4720) Key: HBASE-7129 URL: https://issues.apache.org/jira/browse/HBASE-7129 Project: HBase Issue

[jira] [Commented] (HBASE-4913) Per-CF compaction Via the Shell

2012-11-08 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493419#comment-13493419 ] Gregory Chanan commented on HBASE-4913: --- Committed to trunk. Going to look into

[jira] [Updated] (HBASE-4913) Per-CF compaction Via the Shell

2012-11-08 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Chanan updated HBASE-4913: -- Fix Version/s: 0.94.4 Per-CF compaction Via the Shell ---

[jira] [Commented] (HBASE-6966) Compressed RPCs for HBase (HBASE-5355) port to trunk

2012-11-08 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493427#comment-13493427 ] Hadoop QA commented on HBASE-6966: -- {color:red}-1 overall{color}. Here are the results

[jira] [Updated] (HBASE-5778) Turn on WAL compression by default

2012-11-08 Thread Jean-Daniel Cryans (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Daniel Cryans updated HBASE-5778: -- Attachment: HBASE-5778-0.94-v2.patch bq. If so, do you plan to address the test

[jira] [Commented] (HBASE-2645) HLog writer can do 1-2 sync operations after lease has been recovered for split process.

2012-11-08 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493440#comment-13493440 ] stack commented on HBASE-2645: -- Hmmm... this patch sortof works but I want to learn more

[jira] [Commented] (HBASE-5258) Move coprocessors set out of RegionLoad

2012-11-08 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493441#comment-13493441 ] Sergey Shelukhin commented on HBASE-5258: - There may be potential for using info

[jira] [Commented] (HBASE-7110) refactor the compaction selection and config code similarly to 0.89-fb changes

2012-11-08 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493450#comment-13493450 ] Enis Soztutar commented on HBASE-7110: -- Can you please rebase the patch. It does not

[jira] [Commented] (HBASE-5778) Turn on WAL compression by default

2012-11-08 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493453#comment-13493453 ] stack commented on HBASE-5778: -- Adding compression context to the general HLog Interface

[jira] [Updated] (HBASE-7046) Fix resource leak in TestHLogSplit#testOldRecoveredEditsFileSidelined

2012-11-08 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7046?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Himanshu Vashishtha updated HBASE-7046: --- Status: Patch Available (was: Open) Fix resource leak in

[jira] [Updated] (HBASE-7046) Fix resource leak in TestHLogSplit#testOldRecoveredEditsFileSidelined

2012-11-08 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7046?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Himanshu Vashishtha updated HBASE-7046: --- Attachment: HBASE-7046.patch one line fix. Fix resource leak in

[jira] [Updated] (HBASE-7010) PrefixFilter should seek to first matching row

2012-11-08 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-7010: - Attachment: 7010.txt Here's a patch that does that. PrefixFilter should seek

[jira] [Updated] (HBASE-7010) PrefixFilter should seek to first matching row

2012-11-08 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-7010: - Status: Patch Available (was: Open) PrefixFilter should seek to first matching row

[jira] [Commented] (HBASE-7046) Fix resource leak in TestHLogSplit#testOldRecoveredEditsFileSidelined

2012-11-08 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493461#comment-13493461 ] Ted Yu commented on HBASE-7046: --- +1 on patch. Fix resource leak in

[jira] [Assigned] (HBASE-7010) PrefixFilter should seek to first matching row

2012-11-08 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl reassigned HBASE-7010: Assignee: Lars Hofhansl PrefixFilter should seek to first matching row

[jira] [Commented] (HBASE-7010) PrefixFilter should seek to first matching row

2012-11-08 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493463#comment-13493463 ] Hadoop QA commented on HBASE-7010: -- {color:red}-1 overall{color}. Here are the results

[jira] [Commented] (HBASE-7010) PrefixFilter should seek to first matching row

2012-11-08 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493467#comment-13493467 ] Lars Hofhansl commented on HBASE-7010: -- Failure is probably related. Will take a look

[jira] [Commented] (HBASE-7106) [89-fb] Fix the NPE in unit tests for JDK7

2012-11-08 Thread Gustavo Anatoly (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493468#comment-13493468 ] Gustavo Anatoly commented on HBASE-7106: Hi, Liyin. :) I understood changes using

[jira] [Created] (HBASE-7130) NULL qualifier is ignored

2012-11-08 Thread Jimmy Xiang (JIRA)
Jimmy Xiang created HBASE-7130: -- Summary: NULL qualifier is ignored Key: HBASE-7130 URL: https://issues.apache.org/jira/browse/HBASE-7130 Project: HBase Issue Type: Bug Components:

[jira] [Commented] (HBASE-7106) [89-fb] Fix the NPE in unit tests for JDK7

2012-11-08 Thread Jimmy Xiang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493471#comment-13493471 ] Jimmy Xiang commented on HBASE-7106: Liyin, you are right. I will fix that (in trunk).

[jira] [Commented] (HBASE-5776) HTableMultiplexer

2012-11-08 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493477#comment-13493477 ] Otis Gospodnetic commented on HBASE-5776: - [~liangly] Any plans/ETA for getting

[jira] [Commented] (HBASE-7106) [89-fb] Fix the NPE in unit tests for JDK7

2012-11-08 Thread Liyin Tang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493478#comment-13493478 ] Liyin Tang commented on HBASE-7106: --- Gustavo Anatoly, sure ! [89-fb]

[jira] [Commented] (HBASE-7046) Fix resource leak in TestHLogSplit#testOldRecoveredEditsFileSidelined

2012-11-08 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493480#comment-13493480 ] Hadoop QA commented on HBASE-7046: -- {color:red}-1 overall{color}. Here are the results

[jira] [Updated] (HBASE-7130) NULL qualifier is ignored

2012-11-08 Thread Jimmy Xiang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jimmy Xiang updated HBASE-7130: --- Description: HBASE-6206 ignored NULL qualifier so the qualifier list could be empty. But the request

[jira] [Updated] (HBASE-7115) [shell] Provide a way to register custom filters with the Filter Language Parser

2012-11-08 Thread Aditya Kishore (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aditya Kishore updated HBASE-7115: -- Description: HBASE-5428 added this capability to thrift interface but the configuration

[jira] [Updated] (HBASE-7109) integration tests on cluster are not getting picked up from distribution

2012-11-08 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HBASE-7109: Attachment: HBASE-7109-v2-squashed.patch integration tests on cluster are not getting

[jira] [Commented] (HBASE-7109) integration tests on cluster are not getting picked up from distribution

2012-11-08 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493507#comment-13493507 ] Sergey Shelukhin commented on HBASE-7109: - renamed class and parameter, added some

[jira] [Updated] (HBASE-7130) NULL qualifier is ignored

2012-11-08 Thread Jimmy Xiang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jimmy Xiang updated HBASE-7130: --- Attachment: trunk-7130.patch NULL qualifier is ignored -

[jira] [Updated] (HBASE-7130) NULL qualifier is ignored

2012-11-08 Thread Jimmy Xiang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jimmy Xiang updated HBASE-7130: --- Status: Patch Available (was: Open) NULL qualifier is ignored -

[jira] [Commented] (HBASE-7115) [shell] Provide a way to register custom filters with the Filter Language Parser

2012-11-08 Thread Aditya Kishore (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493516#comment-13493516 ] Aditya Kishore commented on HBASE-7115: --- [~stack] Have updated the JIRA description.

[jira] [Commented] (HBASE-7115) [shell] Provide a way to register custom filters with the Filter Language Parser

2012-11-08 Thread Aditya Kishore (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493520#comment-13493520 ] Aditya Kishore commented on HBASE-7115: --- And yes, this only registers the custom

[jira] [Updated] (HBASE-7115) [shell] Provide a way to register custom filters with the Filter Language Parser

2012-11-08 Thread Aditya Kishore (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aditya Kishore updated HBASE-7115: -- Description: HBASE-5428 added this capability to thrift interface but the configuration

[jira] [Updated] (HBASE-7110) refactor the compaction selection and config code similarly to 0.89-fb changes

2012-11-08 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HBASE-7110: Attachment: HBASE-7110-v6-squashed.patch refactor the compaction selection and config

[jira] [Commented] (HBASE-7110) refactor the compaction selection and config code similarly to 0.89-fb changes

2012-11-08 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493535#comment-13493535 ] Sergey Shelukhin commented on HBASE-7110: - updated refactor the

[jira] [Updated] (HBASE-6826) [WINDOWS] TestFromClientSide failures

2012-11-08 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enis Soztutar updated HBASE-6826: - Resolution: Fixed Fix Version/s: 0.96.0 Hadoop Flags: Reviewed Status:

[jira] [Updated] (HBASE-6822) [WINDOWS] MiniZookeeperCluster multiple daemons bind to the same port

2012-11-08 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enis Soztutar updated HBASE-6822: - Resolution: Fixed Fix Version/s: 0.96.0 Hadoop Flags: Reviewed Status:

[jira] [Updated] (HBASE-6820) [WINDOWS] MiniZookeeperCluster should ensure that ZKDatabase is closed upon shutdown()

2012-11-08 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enis Soztutar updated HBASE-6820: - Resolution: Fixed Fix Version/s: 0.96.0 Hadoop Flags: Reviewed Status:

[jira] [Updated] (HBASE-4913) Per-CF compaction Via the Shell

2012-11-08 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Chanan updated HBASE-4913: -- Attachment: HBASE-4913-addendum.patch * Attached HBASE-4913-addendum.patch * When doing some

[jira] [Updated] (HBASE-6823) [WINDOWS] TestSplitTransaction fails due to the Log handle not released by a call to DaughterOpener.start()

2012-11-08 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enis Soztutar updated HBASE-6823: - Resolution: Fixed Status: Resolved (was: Patch Available) I've committed the v2 patch.

[jira] [Updated] (HBASE-4913) Per-CF compaction Via the Shell

2012-11-08 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Chanan updated HBASE-4913: -- Attachment: HBASE-4913-94.patch * Attached HBASE-4913-94.patch * 94 version of patch.

[jira] [Resolved] (HBASE-6827) [WINDOWS] TestScannerTimeout fails expecting a timeout

2012-11-08 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enis Soztutar resolved HBASE-6827. -- Resolution: Fixed Fix Version/s: 0.96.0 Hadoop Flags: Reviewed I've committed

[jira] [Commented] (HBASE-7121) Fix TestHFileOutputFormat after moving RS to metrics2

2012-11-08 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493552#comment-13493552 ] Hudson commented on HBASE-7121: --- Integrated in HBase-TRUNK #3521 (See

[jira] [Commented] (HBASE-4913) Per-CF compaction Via the Shell

2012-11-08 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493553#comment-13493553 ] Hudson commented on HBASE-4913: --- Integrated in HBase-TRUNK #3521 (See

[jira] [Updated] (HBASE-6828) [WINDOWS] TestMemoryBoundedLogMessageBuffer failures

2012-11-08 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enis Soztutar updated HBASE-6828: - Resolution: Fixed Fix Version/s: 0.96.0 Hadoop Flags: Reviewed Status:

[jira] [Commented] (HBASE-7109) integration tests on cluster are not getting picked up from distribution

2012-11-08 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493559#comment-13493559 ] Hadoop QA commented on HBASE-7109: -- {color:red}-1 overall{color}. Here are the results

[jira] [Commented] (HBASE-7109) integration tests on cluster are not getting picked up from distribution

2012-11-08 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493560#comment-13493560 ] Ted Yu commented on HBASE-7109: --- {code} +public class ClassFinder { {code} Please add

[jira] [Updated] (HBASE-6831) [WINDOWS] HBaseTestingUtility.expireSession() does not expire zookeeper session

2012-11-08 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enis Soztutar updated HBASE-6831: - Resolution: Fixed Fix Version/s: 0.96.0 Hadoop Flags: Reviewed Status:

[jira] [Commented] (HBASE-7109) integration tests on cluster are not getting picked up from distribution

2012-11-08 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493568#comment-13493568 ] Sergey Shelukhin commented on HBASE-7109: - forgot to rename when splitting them :)

[jira] [Commented] (HBASE-7109) integration tests on cluster are not getting picked up from distribution

2012-11-08 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493569#comment-13493569 ] Sergey Shelukhin commented on HBASE-7109: - ClassFinder can be used to find classes

[jira] [Commented] (HBASE-6466) Enable multi-thread for memstore flush

2012-11-08 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493572#comment-13493572 ] Sergey Shelukhin commented on HBASE-6466: - Updating trunk patch. I will run some

[jira] [Commented] (HBASE-7130) NULL qualifier is ignored

2012-11-08 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493573#comment-13493573 ] Hadoop QA commented on HBASE-7130: -- {color:red}-1 overall{color}. Here are the results

[jira] [Updated] (HBASE-6466) Enable multi-thread for memstore flush

2012-11-08 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HBASE-6466: Attachment: HBASE-6466v3.1.patch Enable multi-thread for memstore flush

[jira] [Commented] (HBASE-4913) Per-CF compaction Via the Shell

2012-11-08 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493575#comment-13493575 ] Hadoop QA commented on HBASE-4913: -- {color:red}-1 overall{color}. Here are the results

[jira] [Updated] (HBASE-7122) Proper warning message when opening a log file with no entries (idle cluster)

2012-11-08 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Himanshu Vashishtha updated HBASE-7122: --- Attachment: HBase-7122.patch Tested it on a cluster; it stops emitting exception and

[jira] [Commented] (HBASE-6820) [WINDOWS] MiniZookeeperCluster should ensure that ZKDatabase is closed upon shutdown()

2012-11-08 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493604#comment-13493604 ] Hudson commented on HBASE-6820: --- Integrated in HBase-TRUNK #3522 (See

[jira] [Commented] (HBASE-6823) [WINDOWS] TestSplitTransaction fails due to the Log handle not released by a call to DaughterOpener.start()

2012-11-08 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493605#comment-13493605 ] Hudson commented on HBASE-6823: --- Integrated in HBase-TRUNK #3522 (See

[jira] [Commented] (HBASE-6822) [WINDOWS] MiniZookeeperCluster multiple daemons bind to the same port

2012-11-08 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493606#comment-13493606 ] Hudson commented on HBASE-6822: --- Integrated in HBase-TRUNK #3522 (See

[jira] [Commented] (HBASE-6828) [WINDOWS] TestMemoryBoundedLogMessageBuffer failures

2012-11-08 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493608#comment-13493608 ] Hudson commented on HBASE-6828: --- Integrated in HBase-TRUNK #3522 (See

[jira] [Commented] (HBASE-6827) [WINDOWS] TestScannerTimeout fails expecting a timeout

2012-11-08 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493609#comment-13493609 ] Hudson commented on HBASE-6827: --- Integrated in HBase-TRUNK #3522 (See

[jira] [Commented] (HBASE-6826) [WINDOWS] TestFromClientSide failures

2012-11-08 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493610#comment-13493610 ] Hudson commented on HBASE-6826: --- Integrated in HBase-TRUNK #3522 (See

[jira] [Commented] (HBASE-6831) [WINDOWS] HBaseTestingUtility.expireSession() does not expire zookeeper session

2012-11-08 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493607#comment-13493607 ] Hudson commented on HBASE-6831: --- Integrated in HBase-TRUNK #3522 (See

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

2012-11-08 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-4583: -- Attachment: (was: 4583-mixed-v3.txt) Integrate RWCC with Append and Increment operations

[jira] [Commented] (HBASE-7110) refactor the compaction selection and config code similarly to 0.89-fb changes

2012-11-08 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493617#comment-13493617 ] Hadoop QA commented on HBASE-7110: -- {color:red}-1 overall{color}. Here are the results

[jira] [Commented] (HBASE-6820) [WINDOWS] MiniZookeeperCluster should ensure that ZKDatabase is closed upon shutdown()

2012-11-08 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493621#comment-13493621 ] Hudson commented on HBASE-6820: --- Integrated in HBase-TRUNK-on-Hadoop-2.0.0 #253 (See

  1   2   >