[jira] [Commented] (HBASE-12282) Ensure Cells and its implementations work with Buffers also

2014-10-27 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14184869#comment-14184869 ] Anoop Sam John commented on HBASE-12282: bq.KV backed by buffer and byte[]. IMO

[jira] [Commented] (HBASE-12282) Ensure Cells and its implementations work with Buffers also

2014-10-27 Thread ramkrishna.s.vasudevan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14184872#comment-14184872 ] ramkrishna.s.vasudevan commented on HBASE-12282: Yes. It is just a hacky

[jira] [Commented] (HBASE-12282) Ensure Cells and its implementations work with Buffers also

2014-10-27 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14184875#comment-14184875 ] Anoop Sam John commented on HBASE-12282: Yep. When we have seeks we pass the

[jira] [Commented] (HBASE-12207) A script to help keep your Git repo fresh

2014-10-27 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14184880#comment-14184880 ] Hudson commented on HBASE-12207: SUCCESS: Integrated in HBase-TRUNK #5705 (See

[jira] [Commented] (HBASE-10780) HFilePrettyPrinter#processFile should return immediately if file does not exists.

2014-10-27 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14184888#comment-14184888 ] Hadoop QA commented on HBASE-10780: --- {color:red}-1 overall{color}. Here are the

[jira] [Commented] (HBASE-12347) Fix the edge case where Hadoop QA's parsing of attached patches breaks the JIRA status checker in dev-support/rebase_all_git_branches.sh

2014-10-27 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14184909#comment-14184909 ] Hadoop QA commented on HBASE-12347: --- {color:red}-1 overall{color}. Here are the

[jira] [Commented] (HBASE-12336) RegionServer failed to shutdown for NodeFailoverWorker thread

2014-10-27 Thread Qiang Tian (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14184939#comment-14184939 ] Qiang Tian commented on HBASE-12336: the zookeeper stacktrace looks similar with

[jira] [Updated] (HBASE-10201) Port 'Make flush decisions per column family' to trunk

2014-10-27 Thread zhangduo (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zhangduo updated HBASE-10201: - Attachment: HBASE-10201.patch Sorry I was wrong, getSequenceId in HLogKey will block until logSeqNum is

[jira] [Commented] (HBASE-10201) Port 'Make flush decisions per column family' to trunk

2014-10-27 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14184997#comment-14184997 ] Anoop Sam John commented on HBASE-10201: {code} + //

[jira] [Commented] (HBASE-10201) Port 'Make flush decisions per column family' to trunk

2014-10-27 Thread zhangduo (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14185013#comment-14185013 ] zhangduo commented on HBASE-10201: -- This step must be done here unless we change the

[jira] [Commented] (HBASE-12279) Generated thrift files were generated with the wrong parameters

2014-10-27 Thread Niels Basjes (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14185014#comment-14185014 ] Niels Basjes commented on HBASE-12279: -- Do I need to do anything else to get this

[jira] [Commented] (HBASE-10201) Port 'Make flush decisions per column family' to trunk

2014-10-27 Thread zhangduo (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14185023#comment-14185023 ] zhangduo commented on HBASE-10201: -- oh, I think there is a trick to optimize it. In

[jira] [Commented] (HBASE-10201) Port 'Make flush decisions per column family' to trunk

2014-10-27 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14185032#comment-14185032 ] Anoop Sam John commented on HBASE-10201: hmm set older seqId is a one time op for

[jira] [Commented] (HBASE-10201) Port 'Make flush decisions per column family' to trunk

2014-10-27 Thread zhangduo (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14185050#comment-14185050 ] zhangduo commented on HBASE-10201: -- The original patch store the value in memstore so I

[jira] [Commented] (HBASE-10201) Port 'Make flush decisions per column family' to trunk

2014-10-27 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14185054#comment-14185054 ] Anoop Sam John commented on HBASE-10201: Oh I just noticed doMiniBatchMutation..

[jira] [Updated] (HBASE-10201) Port 'Make flush decisions per column family' to trunk

2014-10-27 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-10201: --- Status: Patch Available (was: Open) Port 'Make flush decisions per column family' to trunk

[jira] [Commented] (HBASE-10780) HFilePrettyPrinter#processFile should return immediately if file does not exists.

2014-10-27 Thread Ashish Singhi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14185064#comment-14185064 ] Ashish Singhi commented on HBASE-10780: --- Test failure not related to patch

[jira] [Updated] (HBASE-11639) [Visibility controller] Replicate the visibility of Cells as strings

2014-10-27 Thread ramkrishna.s.vasudevan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ramkrishna.s.vasudevan updated HBASE-11639: --- Status: Patch Available (was: Open) [Visibility controller] Replicate the

[jira] [Updated] (HBASE-11639) [Visibility controller] Replicate the visibility of Cells as strings

2014-10-27 Thread ramkrishna.s.vasudevan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ramkrishna.s.vasudevan updated HBASE-11639: --- Status: Open (was: Patch Available) [Visibility controller] Replicate the

[jira] [Updated] (HBASE-11639) [Visibility controller] Replicate the visibility of Cells as strings

2014-10-27 Thread ramkrishna.s.vasudevan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ramkrishna.s.vasudevan updated HBASE-11639: --- Attachment: HBASE-11639_v5.patch Updated patch in RB. [Visibility

[jira] [Commented] (HBASE-12313) Redo the hfile index length optimization so cell-based rather than serialized KV key

2014-10-27 Thread ramkrishna.s.vasudevan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14185095#comment-14185095 ] ramkrishna.s.vasudevan commented on HBASE-12313:

[jira] [Commented] (HBASE-10201) Port 'Make flush decisions per column family' to trunk

2014-10-27 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14185102#comment-14185102 ] Hadoop QA commented on HBASE-10201: --- {color:red}-1 overall{color}. Here are the

[jira] [Commented] (HBASE-11639) [Visibility controller] Replicate the visibility of Cells as strings

2014-10-27 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14185114#comment-14185114 ] Hadoop QA commented on HBASE-11639: --- {color:red}-1 overall{color}. Here are the

[jira] [Updated] (HBASE-10780) HFilePrettyPrinter#processFile should return immediately if file does not exists.

2014-10-27 Thread Ashish Singhi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashish Singhi updated HBASE-10780: -- Attachment: HBASE-10780-v2.patch Resubmitting the same patch. To see if test failure is really

[jira] [Updated] (HBASE-12304) CellCounter will throw AIOBE when output directory is not specified

2014-10-27 Thread Ashish Singhi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashish Singhi updated HBASE-12304: -- Attachment: HBASE-12304-v3.patch Resubmitting the same patch, as last time it was not picked

[jira] [Commented] (HBASE-10780) HFilePrettyPrinter#processFile should return immediately if file does not exists.

2014-10-27 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14185151#comment-14185151 ] Hadoop QA commented on HBASE-10780: --- {color:red}-1 overall{color}. Here are the

[jira] [Commented] (HBASE-12304) CellCounter will throw AIOBE when output directory is not specified

2014-10-27 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14185182#comment-14185182 ] Ted Yu commented on HBASE-12304: +1 if tests pass. CellCounter will throw AIOBE when

[jira] [Commented] (HBASE-12304) CellCounter will throw AIOBE when output directory is not specified

2014-10-27 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14185229#comment-14185229 ] Hadoop QA commented on HBASE-12304: --- {color:red}-1 overall{color}. Here are the

[jira] [Created] (HBASE-12348) Add family name in audit log for addColumn, deleteColumn and modifyColumn operations

2014-10-27 Thread Ashish Singhi (JIRA)
Ashish Singhi created HBASE-12348: - Summary: Add family name in audit log for addColumn, deleteColumn and modifyColumn operations Key: HBASE-12348 URL: https://issues.apache.org/jira/browse/HBASE-12348

[jira] [Updated] (HBASE-12348) Add family name in audit log for addColumn, deleteColumn and modifyColumn operations

2014-10-27 Thread Ashish Singhi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashish Singhi updated HBASE-12348: -- Attachment: HBASE-12348.patch Patch for master branch. Some one please review. Add family

[jira] [Updated] (HBASE-12348) Add family name in audit log for addColumn, deleteColumn and modifyColumn operations

2014-10-27 Thread Ashish Singhi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashish Singhi updated HBASE-12348: -- Status: Patch Available (was: Open) Tested manually. Below are the logs generated for

[jira] [Commented] (HBASE-12304) CellCounter will throw AIOBE when output directory is not specified

2014-10-27 Thread Ashish Singhi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14185243#comment-14185243 ] Ashish Singhi commented on HBASE-12304: --- Test failures are not related to patch.

[jira] [Commented] (HBASE-12310) Remove custom doclet from hbase-annotations

2014-10-27 Thread Jonathan Hsieh (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14185251#comment-14185251 ] Jonathan Hsieh commented on HBASE-12310: The published javadoc pages are where I

[jira] [Updated] (HBASE-10201) Port 'Make flush decisions per column family' to trunk

2014-10-27 Thread zhangduo (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zhangduo updated HBASE-10201: - Attachment: HBASE-10201_1.patch Modified according to [~anoop.hbase] 's suggestion. Add a

[jira] [Created] (HBASE-12349) Add Maven build support module for a custom version of error-prone

2014-10-27 Thread Andrew Purtell (JIRA)
Andrew Purtell created HBASE-12349: -- Summary: Add Maven build support module for a custom version of error-prone Key: HBASE-12349 URL: https://issues.apache.org/jira/browse/HBASE-12349 Project:

[jira] [Commented] (HBASE-11912) Catch some bad practices at compile time with error-prone

2014-10-27 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14185321#comment-14185321 ] Andrew Purtell commented on HBASE-11912: Ok, let me commit this. We can fix the

[jira] [Updated] (HBASE-12349) Add Maven build support module for a custom version of error-prone

2014-10-27 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-12349: --- Fix Version/s: 2.0.0 Add Maven build support module for a custom version of error-prone

[jira] [Commented] (HBASE-12349) Add Maven build support module for a custom version of error-prone

2014-10-27 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14185318#comment-14185318 ] Andrew Purtell commented on HBASE-12349: [~d.yuan] kindly implemented the

[jira] [Commented] (HBASE-12349) Add Maven build support module for a custom version of error-prone

2014-10-27 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14185329#comment-14185329 ] Andrew Purtell commented on HBASE-12349: Ping the RM crew: [~enis] [~lhofhansl]

[jira] [Commented] (HBASE-12349) Add Maven build support module for a custom version of error-prone

2014-10-27 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14185331#comment-14185331 ] Andrew Purtell commented on HBASE-12349: [~eclark], we talked before about

[jira] [Commented] (HBASE-12349) Add Maven build support module for a custom version of error-prone

2014-10-27 Thread Elliott Clark (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14185339#comment-14185339 ] Elliott Clark commented on HBASE-12349: --- No, in fact it's great. Sorry I didn't get

[jira] [Commented] (HBASE-12349) Add Maven build support module for a custom version of error-prone

2014-10-27 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14185351#comment-14185351 ] Andrew Purtell commented on HBASE-12349: BTW, another thing I'd like to do with a

[jira] [Commented] (HBASE-12349) Add Maven build support module for a custom version of error-prone

2014-10-27 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14185354#comment-14185354 ] Andrew Purtell commented on HBASE-12349: Actually the above might work today, let

[jira] [Commented] (HBASE-12349) Add Maven build support module for a custom version of error-prone

2014-10-27 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14185378#comment-14185378 ] Lars Hofhansl commented on HBASE-12349: --- Sounds good to me. I assume 2.0.0 only?

[jira] [Created] (HBASE-12350) Backport error-prone build support to branch-1 and 0.98

2014-10-27 Thread Andrew Purtell (JIRA)
Andrew Purtell created HBASE-12350: -- Summary: Backport error-prone build support to branch-1 and 0.98 Key: HBASE-12350 URL: https://issues.apache.org/jira/browse/HBASE-12350 Project: HBase

[jira] [Updated] (HBASE-12350) Backport error-prone build support to branch-1 and 0.98

2014-10-27 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-12350: --- Description: Let's work on error-prone stuff in master for a while, determine its positive

[jira] [Updated] (HBASE-12304) CellCounter will throw AIOBE when output directory is not specified

2014-10-27 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anoop Sam John updated HBASE-12304: --- Status: Open (was: Patch Available) CellCounter will throw AIOBE when output directory is

[jira] [Updated] (HBASE-11912) Catch some bad practices at compile time with error-prone

2014-10-27 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-11912: --- Resolution: Fixed Fix Version/s: 2.0.0 Hadoop Flags: Reviewed Status:

[jira] [Updated] (HBASE-12304) CellCounter will throw AIOBE when output directory is not specified

2014-10-27 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anoop Sam John updated HBASE-12304: --- Status: Patch Available (was: Open) +1 Wait for one more QA run CellCounter will throw

[jira] [Updated] (HBASE-12173) Backport: [PE] Allow random value size

2014-10-27 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-12173: -- Fix Version/s: (was: 0.94.25) 0.94.26 Backport: [PE] Allow random

[jira] [Updated] (HBASE-12185) Deadlock in HConnectionManager$HConnectionImplementation

2014-10-27 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-12185: -- Fix Version/s: (was: 0.94.25) 0.94.26 Deadlock in

[jira] [Updated] (HBASE-10071) Backport HBASE-6592 to 0.94 branch

2014-10-27 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-10071: -- Fix Version/s: (was: 0.94.25) 0.94.26 Backport HBASE-6592 to 0.94

[jira] [Commented] (HBASE-12223) MultiTableInputFormatBase.getSplits is too slow

2014-10-27 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14185404#comment-14185404 ] Lars Hofhansl commented on HBASE-12223: --- Where are we with this? I'd like to spin

[jira] [Commented] (HBASE-12313) Redo the hfile index length optimization so cell-based rather than serialized KV key

2014-10-27 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14185408#comment-14185408 ] stack commented on HBASE-12313: --- bq. But the test case change shows it seeks to 0th block?

[jira] [Updated] (HBASE-12313) Redo the hfile index length optimization so cell-based rather than serialized KV key

2014-10-27 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-12313: -- Attachment: 12313v6.txt Difference addresses Ram and Anoop review. Redo the hfile index length optimization

[jira] [Commented] (HBASE-12279) Generated thrift files were generated with the wrong parameters

2014-10-27 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14185412#comment-14185412 ] Lars Hofhansl commented on HBASE-12279: --- ltgm What's the best way to commit this

[jira] [Updated] (HBASE-10924) [region_mover]: Adjust region_mover script to retry unloading a server a configurable number of times in case of region splits/merges

2014-10-27 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-10924: -- Fix Version/s: (was: 0.94.25) [region_mover]: Adjust region_mover script to retry

[jira] [Commented] (HBASE-10924) [region_mover]: Adjust region_mover script to retry unloading a server a configurable number of times in case of region splits/merges

2014-10-27 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14185413#comment-14185413 ] Lars Hofhansl commented on HBASE-10924: --- Moved along for too long, seems nobody is

[jira] [Commented] (HBASE-12349) Add Maven build support module for a custom version of error-prone

2014-10-27 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14185419#comment-14185419 ] Andrew Purtell commented on HBASE-12349: It may not be necessary to fork

[jira] [Comment Edited] (HBASE-12349) Add Maven build support module for a custom version of error-prone

2014-10-27 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14185420#comment-14185420 ] Andrew Purtell edited comment on HBASE-12349 at 10/27/14 5:11 PM:

[jira] [Commented] (HBASE-12349) Add Maven build support module for a custom version of error-prone

2014-10-27 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14185420#comment-14185420 ] Andrew Purtell commented on HBASE-12349: bq. Sounds good to me. I assume 2.0.0

[jira] [Commented] (HBASE-12313) Redo the hfile index length optimization so cell-based rather than serialized KV key

2014-10-27 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14185429#comment-14185429 ] Hadoop QA commented on HBASE-12313: --- {color:red}-1 overall{color}. Here are the

[jira] [Commented] (HBASE-12348) Add family name in audit log for addColumn, deleteColumn and modifyColumn operations

2014-10-27 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14185431#comment-14185431 ] Hadoop QA commented on HBASE-12348: --- {color:red}-1 overall{color}. Here are the

[jira] [Updated] (HBASE-12272) Generate Thrift code through maven

2014-10-27 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey updated HBASE-12272: Description: The generated thrift code is currently under source control, but the instructions on

[jira] [Updated] (HBASE-12272) Generate Thrift code through maven

2014-10-27 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey updated HBASE-12272: Fix Version/s: 0.99.2 0.94.25 0.98.8 2.0.0

[jira] [Commented] (HBASE-12279) Generated thrift files were generated with the wrong parameters

2014-10-27 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14185453#comment-14185453 ] Sean Busbey commented on HBASE-12279: - +1 lgtm. [~lhofhansl] yeah, I think that

[jira] [Updated] (HBASE-12333) Add Integration Test Runner which is more friendly

2014-10-27 Thread Manukranth Kolloju (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manukranth Kolloju updated HBASE-12333: --- Status: Patch Available (was: Open) Add Integration Test Runner which is more

[jira] [Updated] (HBASE-12333) Add Integration Test Runner which is more friendly

2014-10-27 Thread Manukranth Kolloju (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manukranth Kolloju updated HBASE-12333: --- Attachment: 0001-HBASE-12333-Add-Integration-Test-Runner-which-is-mor.patch This

[jira] [Commented] (HBASE-10201) Port 'Make flush decisions per column family' to trunk

2014-10-27 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14185472#comment-14185472 ] Hadoop QA commented on HBASE-10201: --- {color:red}-1 overall{color}. Here are the

[jira] [Commented] (HBASE-11912) Catch some bad practices at compile time with error-prone

2014-10-27 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14185550#comment-14185550 ] Hudson commented on HBASE-11912: SUCCESS: Integrated in HBase-TRUNK #5706 (See

[jira] [Updated] (HBASE-12313) Redo the hfile index length optimization so cell-based rather than serialized KV key

2014-10-27 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-12313: -- Attachment: 12313v8.txt Fix deprecations. Redo the hfile index length optimization so cell-based rather than

[jira] [Commented] (HBASE-11912) Catch some bad practices at compile time with error-prone

2014-10-27 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14185624#comment-14185624 ] stack commented on HBASE-11912: --- It looks good up here Andrew after your patch went in:

[jira] [Commented] (HBASE-12333) Add Integration Test Runner which is more friendly

2014-10-27 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14185651#comment-14185651 ] Hadoop QA commented on HBASE-12333: --- {color:red}-1 overall{color}. Here are the

[jira] [Updated] (HBASE-10201) Port 'Make flush decisions per column family' to trunk

2014-10-27 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-10201: -- Priority: Critical (was: Major) Port 'Make flush decisions per column family' to trunk

[jira] [Updated] (HBASE-10201) Port 'Make flush decisions per column family' to trunk

2014-10-27 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-10201: -- Component/s: wal Port 'Make flush decisions per column family' to trunk

[jira] [Updated] (HBASE-10201) Port 'Make flush decisions per column family' to trunk

2014-10-27 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-10201: -- Fix Version/s: 0.99.2 2.0.0 Port 'Make flush decisions per column family' to trunk

[jira] [Commented] (HBASE-10201) Port 'Make flush decisions per column family' to trunk

2014-10-27 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14185675#comment-14185675 ] stack commented on HBASE-10201: --- Default is DEFAULT_MEMSTORE_COLUMNFAMILY_FLUSH_SIZE 16MB?

[jira] [Commented] (HBASE-10201) Port 'Make flush decisions per column family' to trunk

2014-10-27 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14185676#comment-14185676 ] stack commented on HBASE-10201: --- I set to 0.99.2 Would be good to get in if only as

[jira] [Updated] (HBASE-10201) Port 'Make flush decisions per column family' to trunk

2014-10-27 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-10201: -- Assignee: zhangduo Port 'Make flush decisions per column family' to trunk

[jira] [Commented] (HBASE-11912) Catch some bad practices at compile time with error-prone

2014-10-27 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14185719#comment-14185719 ] Andrew Purtell commented on HBASE-11912: Errors from error-prone will fail the

[jira] [Commented] (HBASE-12333) Add Integration Test Runner which is more friendly

2014-10-27 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14185718#comment-14185718 ] stack commented on HBASE-12333: --- Needs license at least IntegrationTestRunnerWithJSONOutput

[jira] [Updated] (HBASE-12346) Scan's default auths behavior under Visibility labels

2014-10-27 Thread Jerry He (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jerry He updated HBASE-12346: - Attachment: HBASE-12346-master-v2.patch Scan's default auths behavior under Visibility labels

[jira] [Updated] (HBASE-12346) Scan's default auths behavior under Visibility labels

2014-10-27 Thread Jerry He (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jerry He updated HBASE-12346: - Fix Version/s: 0.99.2 0.98.8 Status: Patch Available (was: Open) Scan's

[jira] [Commented] (HBASE-12346) Scan's default auths behavior under Visibility labels

2014-10-27 Thread Jerry He (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14185744#comment-14185744 ] Jerry He commented on HBASE-12346: -- Attached v2 with a new test case. Scan's default

[jira] [Commented] (HBASE-11912) Catch some bad practices at compile time with error-prone

2014-10-27 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14185747#comment-14185747 ] stack commented on HBASE-11912: --- [~apurtell] Thanks boss. Catch some bad practices at

[jira] [Updated] (HBASE-11912) Catch some bad practices at compile time with error-prone

2014-10-27 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-11912: -- Release Note: Errors from error-prone will fail the build in the compile phase. Warnings look like Javac

[jira] [Commented] (HBASE-12313) Redo the hfile index length optimization so cell-based rather than serialized KV key

2014-10-27 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14185782#comment-14185782 ] Hadoop QA commented on HBASE-12313: --- {color:red}-1 overall{color}. Here are the

[jira] [Commented] (HBASE-12326) Document scanner timeout workarounds in troubleshooting section

2014-10-27 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14185806#comment-14185806 ] stack commented on HBASE-12326: --- +1 Excellent. Document scanner timeout workarounds in

[jira] [Commented] (HBASE-12338) Client side scanning prefetching.

2014-10-27 Thread Yi Deng (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14185834#comment-14185834 ] Yi Deng commented on HBASE-12338: - [~stack] Is there a standard data for scan performanch

[jira] [Created] (HBASE-12351) Making mapred and mapreduce the same

2014-10-27 Thread stack (JIRA)
stack created HBASE-12351: - Summary: Making mapred and mapreduce the same Key: HBASE-12351 URL: https://issues.apache.org/jira/browse/HBASE-12351 Project: HBase Issue Type: Umbrella

[jira] [Updated] (HBASE-11179) API parity between mapred and mapreduce

2014-10-27 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-11179: -- Parent Issue: HBASE-12351 (was: HBASE-10856) API parity between mapred and mapreduce

[jira] [Commented] (HBASE-12333) Add Integration Test Runner which is more friendly

2014-10-27 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14185852#comment-14185852 ] stack commented on HBASE-12333: --- Looking again, should the new class be called

[jira] [Updated] (HBASE-12285) Builds are failing, possibly because of SUREFIRE-1091

2014-10-27 Thread Dima Spivak (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dima Spivak updated HBASE-12285: Attachment: HBASE-12285_branch-1_v1.patch Reduce test output by commenting out places where really

[jira] [Updated] (HBASE-12285) Builds are failing, possibly because of SUREFIRE-1091

2014-10-27 Thread Dima Spivak (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dima Spivak updated HBASE-12285: Status: Patch Available (was: In Progress) Builds are failing, possibly because of SUREFIRE-1091

[jira] [Created] (HBASE-12352) Add hbase-annotation-tests to runtime classpath so can run hbase it tests.

2014-10-27 Thread stack (JIRA)
stack created HBASE-12352: - Summary: Add hbase-annotation-tests to runtime classpath so can run hbase it tests. Key: HBASE-12352 URL: https://issues.apache.org/jira/browse/HBASE-12352 Project: HBase

[jira] [Resolved] (HBASE-12352) Add hbase-annotation-tests to runtime classpath so can run hbase it tests.

2014-10-27 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack resolved HBASE-12352. --- Resolution: Fixed Fix Version/s: 0.99.2 2.0.0 Committed to branch-1+ Add

[jira] [Created] (HBASE-12353) Turn down logging on some spewing unit tests

2014-10-27 Thread stack (JIRA)
stack created HBASE-12353: - Summary: Turn down logging on some spewing unit tests Key: HBASE-12353 URL: https://issues.apache.org/jira/browse/HBASE-12353 Project: HBase Issue Type: Sub-task

[jira] [Updated] (HBASE-12326) Document scanner timeout workarounds in troubleshooting section

2014-10-27 Thread Misty Stanley-Jones (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Misty Stanley-Jones updated HBASE-12326: Resolution: Fixed Fix Version/s: 2.0.0 Hadoop Flags: Reviewed

[jira] [Commented] (HBASE-12353) Turn down logging on some spewing unit tests

2014-10-27 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14185913#comment-14185913 ] stack commented on HBASE-12353: --- I applied this patch from parent

[jira] [Resolved] (HBASE-12353) Turn down logging on some spewing unit tests

2014-10-27 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack resolved HBASE-12353. --- Resolution: Fixed Fix Version/s: 0.99.2 2.0.0 Hadoop Flags: Reviewed

  1   2   >