[jira] [Commented] (HBASE-6468) RowCounter may return incorrect result if column name is specified in command line

2012-07-31 Thread Shrijeet Paliwal (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13425548#comment-13425548 ] Shrijeet Paliwal commented on HBASE-6468: - {quote}

[jira] [Created] (HBASE-6479) HFileReaderV1 caching the same parent META block could cause server abot when splitting

2012-07-31 Thread chunhui shen (JIRA)
chunhui shen created HBASE-6479: --- Summary: HFileReaderV1 caching the same parent META block could cause server abot when splitting Key: HBASE-6479 URL: https://issues.apache.org/jira/browse/HBASE-6479

[jira] [Updated] (HBASE-6479) HFileReaderV1 caching the same parent META block could cause server abot when splitting

2012-07-31 Thread chunhui shen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chunhui shen updated HBASE-6479: Attachment: test.patch HFileReaderV1 caching the same parent META block could cause server

[jira] [Updated] (HBASE-6479) HFileReaderV1 caching the same parent META block could cause server abot when splitting

2012-07-31 Thread chunhui shen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chunhui shen updated HBASE-6479: Description: If the hfile's version is 1 now, when splitting, two daughters would loadBloomfilter

[jira] [Commented] (HBASE-6479) HFileReaderV1 caching the same parent META block could cause server abot when splitting

2012-07-31 Thread chunhui shen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13425560#comment-13425560 ] chunhui shen commented on HBASE-6479: - An easy way to fix this case is disable cache

[jira] [Updated] (HBASE-6479) HFileReaderV1 caching the same parent META block could cause server abot when splitting

2012-07-31 Thread chunhui shen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chunhui shen updated HBASE-6479: Attachment: HBASE-6479.patch HFileReaderV1 caching the same parent META block could cause

[jira] [Commented] (HBASE-6476) Replace all occurrances of System.currentTimeMillis() with EnvironmentEdge equivalent

2012-07-31 Thread nkeywal (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13425592#comment-13425592 ] nkeywal commented on HBASE-6476: bq. How hard would it be to add a maven task that checks

[jira] [Commented] (HBASE-6468) RowCounter may return incorrect result if column name is specified in command line

2012-07-31 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13425604#comment-13425604 ] Anoop Sam John commented on HBASE-6468: --- So when a row r1 contains KVs with

[jira] [Created] (HBASE-6480) If callQueueSize exceed maxQueueSize, all call will be rejected, do not reject priorityCall

2012-07-31 Thread binlijin (JIRA)
binlijin created HBASE-6480: --- Summary: If callQueueSize exceed maxQueueSize, all call will be rejected, do not reject priorityCall Key: HBASE-6480 URL: https://issues.apache.org/jira/browse/HBASE-6480

[jira] [Updated] (HBASE-6480) If callQueueSize exceed maxQueueSize, all call will be rejected, do not reject priorityCall

2012-07-31 Thread binlijin (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] binlijin updated HBASE-6480: Attachment: HBASE-6480-94.patch If callQueueSize exceed maxQueueSize, all call will be rejected, do

[jira] [Updated] (HBASE-6480) If callQueueSize exceed maxQueueSize, all call will be rejected, do not reject priorityCall

2012-07-31 Thread binlijin (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] binlijin updated HBASE-6480: Attachment: HBASE-6480-trunk.patch If callQueueSize exceed maxQueueSize, all call will be rejected,

[jira] [Updated] (HBASE-6372) Add scanner batching to Export job

2012-07-31 Thread Shengsheng Huang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shengsheng Huang updated HBASE-6372: Attachment: HBASE-6372.2.patch Modified patch according to @Jonathan's suggestion. Also

[jira] [Commented] (HBASE-6372) Add scanner batching to Export job

2012-07-31 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13425643#comment-13425643 ] Hadoop QA commented on HBASE-6372: -- -1 overall. Here are the results of testing the

[jira] [Commented] (HBASE-6460) hbck -repairHoles shortcut doesn't enable -fixHdfsOrphans

2012-07-31 Thread Jie Huang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13425746#comment-13425746 ] Jie Huang commented on HBASE-6460: -- OK. I see your point. We can fix this issue to make

[jira] [Commented] (HBASE-6468) RowCounter may return incorrect result if column name is specified in command line

2012-07-31 Thread Zhihong Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13425780#comment-13425780 ] Zhihong Ted Yu commented on HBASE-6468: --- @Anoop: The behavior you described is

[jira] [Updated] (HBASE-6411) Move Master Metrics to metrics 2

2012-07-31 Thread Alex Baranau (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Baranau updated HBASE-6411: Attachment: HBASE-6411-4.patch Uploaded newer diff on review board. Fixed nits. Note: after trunk

[jira] [Commented] (HBASE-6476) Replace all occurrances of System.currentTimeMillis() with EnvironmentEdge equivalent

2012-07-31 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13425867#comment-13425867 ] Lars Hofhansl commented on HBASE-6476: -- bq. There are some tests that play with the

[jira] [Commented] (HBASE-6476) Replace all occurrances of System.currentTimeMillis() with EnvironmentEdge equivalent

2012-07-31 Thread nkeywal (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13425877#comment-13425877 ] nkeywal commented on HBASE-6476: I think it should be ok! And it will be cleaner as well.

[jira] [Commented] (HBASE-6435) Reading WAL files after a recovery leads to time lost in HDFS timeouts when using dead datanodes

2012-07-31 Thread nkeywal (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13425878#comment-13425878 ] nkeywal commented on HBASE-6435: Tested on a real cluster by adding validation code on a

[jira] [Commented] (HBASE-6460) hbck -repairHoles shortcut doesn't enable -fixHdfsOrphans

2012-07-31 Thread Jonathan Hsieh (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13425915#comment-13425915 ] Jonathan Hsieh commented on HBASE-6460: --- Jie, if the -fixHdfsOrphans option is not

[jira] [Updated] (HBASE-5987) HFileBlockIndex improvement

2012-07-31 Thread Zhihong Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhihong Ted Yu updated HBASE-5987: -- Fix Version/s: 0.96.0 HFileBlockIndex improvement ---

[jira] [Commented] (HBASE-6454) Write PB definitions for filters

2012-07-31 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13425938#comment-13425938 ] Gregory Chanan commented on HBASE-6454: --- It was originally nested in Condition in

[jira] [Commented] (HBASE-6411) Move Master Metrics to metrics 2

2012-07-31 Thread Elliott Clark (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13425943#comment-13425943 ] Elliott Clark commented on HBASE-6411: -- {quote} Hm, I guess we now have two pairs of

[jira] [Commented] (HBASE-6476) Replace all occurrances of System.currentTimeMillis() with EnvironmentEdge equivalent

2012-07-31 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13425949#comment-13425949 ] Lars Hofhansl commented on HBASE-6476: -- What could happen, though, is that a test

[jira] [Commented] (HBASE-6476) Replace all occurrances of System.currentTimeMillis() with EnvironmentEdge equivalent

2012-07-31 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13425953#comment-13425953 ] Andrew Purtell commented on HBASE-6476: --- +1 We've been replacing as needed but why

[jira] [Commented] (HBASE-6411) Move Master Metrics to metrics 2

2012-07-31 Thread Zhihong Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13425954#comment-13425954 ] Zhihong Ted Yu commented on HBASE-6411: --- Since MXBean.java is in master.metrics,

[jira] [Commented] (HBASE-6454) Write PB definitions for filters

2012-07-31 Thread Zhihong Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13425955#comment-13425955 ] Zhihong Ted Yu commented on HBASE-6454: --- That's fine Gregory. Looking forward to

[jira] [Commented] (HBASE-6478) TestClassLoading.testClassLoadingFromLibDirInJar in coprocessor may appear fail due to waitTableAvailable

2012-07-31 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13425956#comment-13425956 ] Andrew Purtell commented on HBASE-6478: --- Or does the contract implied by

[jira] [Updated] (HBASE-6435) Reading WAL files after a recovery leads to time lost in HDFS timeouts when using dead datanodes

2012-07-31 Thread nkeywal (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] nkeywal updated HBASE-6435: --- Attachment: 6435.v7.patch Reading WAL files after a recovery leads to time lost in HDFS timeouts when

[jira] [Updated] (HBASE-6435) Reading WAL files after a recovery leads to time lost in HDFS timeouts when using dead datanodes

2012-07-31 Thread nkeywal (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] nkeywal updated HBASE-6435: --- Status: Patch Available (was: Open) Reading WAL files after a recovery leads to time lost in HDFS

[jira] [Commented] (HBASE-6435) Reading WAL files after a recovery leads to time lost in HDFS timeouts when using dead datanodes

2012-07-31 Thread nkeywal (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13425959#comment-13425959 ] nkeywal commented on HBASE-6435: Ok for review... Reading WAL files

[jira] [Commented] (HBASE-6435) Reading WAL files after a recovery leads to time lost in HDFS timeouts when using dead datanodes

2012-07-31 Thread Zhihong Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13425980#comment-13425980 ] Zhihong Ted Yu commented on HBASE-6435: --- Just started to look at the patch. It

[jira] [Commented] (HBASE-6435) Reading WAL files after a recovery leads to time lost in HDFS timeouts when using dead datanodes

2012-07-31 Thread nkeywal (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13425988#comment-13425988 ] nkeywal commented on HBASE-6435: I will have a look at the hadoop2 stuff. for bq. Can we

[jira] [Updated] (HBASE-6476) Replace all occurrances of System.currentTimeMillis() with EnvironmentEdge equivalent

2012-07-31 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-6476: - Attachment: 6476.txt Here's a gigantic patch for trunk. I manually had to fix the imports in

[jira] [Updated] (HBASE-6476) Replace all occurrances of System.currentTimeMillis() with EnvironmentEdge equivalent

2012-07-31 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-6476: - Status: Patch Available (was: Open) Replace all occurrances of System.currentTimeMillis()

[jira] [Updated] (HBASE-6476) Replace all occurrances of System.currentTimeMillis() with EnvironmentEdge equivalent

2012-07-31 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-6476: - Fix Version/s: (was: 0.94.2) 0.96.0 Replace all occurrances of

[jira] [Commented] (HBASE-6435) Reading WAL files after a recovery leads to time lost in HDFS timeouts when using dead datanodes

2012-07-31 Thread Zhihong Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13425995#comment-13425995 ] Zhihong Ted Yu commented on HBASE-6435: --- How about 'hbase.filesystem.reorder.blocks'

[jira] [Updated] (HBASE-6411) Move Master Metrics to metrics 2

2012-07-31 Thread Alex Baranau (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Baranau updated HBASE-6411: Attachment: HBASE-6411-4_2.patch Cleaned up redundant MXBean and MXBeanImpl. Looks like all

[jira] [Commented] (HBASE-6411) Move Master Metrics to metrics 2

2012-07-31 Thread Alex Baranau (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13426005#comment-13426005 ] Alex Baranau commented on HBASE-6411: - bq. Since MXBean.java is in master.metrics,

[jira] [Commented] (HBASE-6476) Replace all occurrances of System.currentTimeMillis() with EnvironmentEdge equivalent

2012-07-31 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13426014#comment-13426014 ] Hadoop QA commented on HBASE-6476: -- -1 overall. Here are the results of testing the

[jira] [Commented] (HBASE-6435) Reading WAL files after a recovery leads to time lost in HDFS timeouts when using dead datanodes

2012-07-31 Thread nkeywal (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13426015#comment-13426015 ] nkeywal commented on HBASE-6435: Ok. I wanted to make clear it was a temporary workaround.

[jira] [Commented] (HBASE-6471) Performance regression caused by HBASE-4054

2012-07-31 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13426017#comment-13426017 ] Lars Hofhansl commented on HBASE-6471: -- The way we have HTablePool.PooledHTable

[jira] [Updated] (HBASE-6468) RowCounter may return incorrect result if column name is specified in command line

2012-07-31 Thread Shrijeet Paliwal (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shrijeet Paliwal updated HBASE-6468: Attachment: 0004-HBASE-6468-RowCounter-may-return-incorrect-result.patch Patch off trunk.

[jira] [Commented] (HBASE-5728) Methods Missing in HTableInterface

2012-07-31 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13426024#comment-13426024 ] Lars Hofhansl commented on HBASE-5728: -- These: {code} public MapHRegionInfo,

[jira] [Commented] (HBASE-6411) Move Master Metrics to metrics 2

2012-07-31 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13426066#comment-13426066 ] Hadoop QA commented on HBASE-6411: -- -1 overall. Here are the results of testing the

[jira] [Assigned] (HBASE-6411) Move Master Metrics to metrics 2

2012-07-31 Thread Alex Baranau (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Baranau reassigned HBASE-6411: --- Assignee: Alex Baranau (was: Elliott Clark) Move Master Metrics to metrics 2

[jira] [Commented] (HBASE-6411) Move Master Metrics to metrics 2

2012-07-31 Thread Alex Baranau (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13426070#comment-13426070 ] Alex Baranau commented on HBASE-6411: - Not sure if I should do smth about these: bq.

[jira] [Created] (HBASE-6481) SkipFilter javadoc is incorrect

2012-07-31 Thread Shrijeet Paliwal (JIRA)
Shrijeet Paliwal created HBASE-6481: --- Summary: SkipFilter javadoc is incorrect Key: HBASE-6481 URL: https://issues.apache.org/jira/browse/HBASE-6481 Project: HBase Issue Type: Bug

[jira] [Commented] (HBASE-6427) Pluggable compaction and scan policies via coprocessors

2012-07-31 Thread Elliott Clark (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13426090#comment-13426090 ] Elliott Clark commented on HBASE-6427: -- An InterfaceAudience annotation slipped in

[jira] [Commented] (HBASE-6476) Replace all occurrances of System.currentTimeMillis() with EnvironmentEdge equivalent

2012-07-31 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13426093#comment-13426093 ] Lars Hofhansl commented on HBASE-6476: -- That doesn't look too good.

[jira] [Commented] (HBASE-6476) Replace all occurrances of System.currentTimeMillis() with EnvironmentEdge equivalent

2012-07-31 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13426096#comment-13426096 ] Lars Hofhansl commented on HBASE-6476: -- Argghh... I am an idiot. My script replaced

[jira] [Updated] (HBASE-6435) Reading WAL files after a recovery leads to time lost in HDFS timeouts when using dead datanodes

2012-07-31 Thread nkeywal (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] nkeywal updated HBASE-6435: --- Status: Open (was: Patch Available) Reading WAL files after a recovery leads to time lost in HDFS

[jira] [Updated] (HBASE-6435) Reading WAL files after a recovery leads to time lost in HDFS timeouts when using dead datanodes

2012-07-31 Thread nkeywal (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] nkeywal updated HBASE-6435: --- Attachment: 6435.v8.patch Reading WAL files after a recovery leads to time lost in HDFS timeouts when

[jira] [Updated] (HBASE-6476) Replace all occurrances of System.currentTimeMillis() with EnvironmentEdge equivalent

2012-07-31 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-6476: - Attachment: 6476-v2.txt Let's try again. Replace all occurrances of

[jira] [Updated] (HBASE-6435) Reading WAL files after a recovery leads to time lost in HDFS timeouts when using dead datanodes

2012-07-31 Thread nkeywal (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] nkeywal updated HBASE-6435: --- Status: Patch Available (was: Open) Reading WAL files after a recovery leads to time lost in HDFS

[jira] [Commented] (HBASE-6435) Reading WAL files after a recovery leads to time lost in HDFS timeouts when using dead datanodes

2012-07-31 Thread nkeywal (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13426102#comment-13426102 ] nkeywal commented on HBASE-6435: v8 works ok with hadoop 1 hadoop 2 and other Ted's

[jira] [Updated] (HBASE-6427) Pluggable compaction and scan policies via coprocessors

2012-07-31 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-6427: - Attachment: 6427-0.94-addendum.txt Oops... Yes. Here's an addendum. Pluggable

[jira] [Commented] (HBASE-6427) Pluggable compaction and scan policies via coprocessors

2012-07-31 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13426107#comment-13426107 ] Lars Hofhansl commented on HBASE-6427: -- Committed addendum, thanks for watching

[jira] [Commented] (HBASE-6468) RowCounter may return incorrect result if column name is specified in command line

2012-07-31 Thread Zhihong Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13426113#comment-13426113 ] Zhihong Ted Yu commented on HBASE-6468: --- {code} + * Constructor which takes a list

[jira] [Commented] (HBASE-6427) Pluggable compaction and scan policies via coprocessors

2012-07-31 Thread Elliott Clark (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13426114#comment-13426114 ] Elliott Clark commented on HBASE-6427: -- Thanks so much. Pluggable

[jira] [Updated] (HBASE-6467) ROOT stuck in assigning forever

2012-07-31 Thread Jimmy Xiang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jimmy Xiang updated HBASE-6467: --- Priority: Minor (was: Major) ROOT stuck in assigning forever ---

[jira] [Resolved] (HBASE-6467) ROOT stuck in assigning forever

2012-07-31 Thread Jimmy Xiang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jimmy Xiang resolved HBASE-6467. Resolution: Won't Fix This issue should have been fixed in 0.94 and trunk. Not plan to fix it in

[jira] [Commented] (HBASE-6471) Performance regression caused by HBASE-4054

2012-07-31 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13426144#comment-13426144 ] Lars Hofhansl commented on HBASE-6471: -- Please see my comment on HBASE-5728. I am not

[jira] [Commented] (HBASE-6468) RowCounter may return incorrect result if column name is specified in command line

2012-07-31 Thread Shrijeet Paliwal (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13426146#comment-13426146 ] Shrijeet Paliwal commented on HBASE-6468: - Will wait for Filter.proto to get

[jira] [Commented] (HBASE-6468) RowCounter may return incorrect result if column name is specified in command line

2012-07-31 Thread Zhihong Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13426147#comment-13426147 ] Zhihong Ted Yu commented on HBASE-6468: --- Git format is fine, acceptable by Hadoop

[jira] [Commented] (HBASE-6435) Reading WAL files after a recovery leads to time lost in HDFS timeouts when using dead datanodes

2012-07-31 Thread Zhihong Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13426151#comment-13426151 ] Zhihong Ted Yu commented on HBASE-6435: --- {code} + private static ClientProtocol

[jira] [Commented] (HBASE-6435) Reading WAL files after a recovery leads to time lost in HDFS timeouts when using dead datanodes

2012-07-31 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13426158#comment-13426158 ] Hadoop QA commented on HBASE-6435: -- -1 overall. Here are the results of testing the

[jira] [Commented] (HBASE-6427) Pluggable compaction and scan policies via coprocessors

2012-07-31 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13426167#comment-13426167 ] Hudson commented on HBASE-6427: --- Integrated in HBase-0.94 #379 (See

[jira] [Created] (HBASE-6482) In AssignmentManager failover mode, use ServerShutdownHandler to handle dead regions

2012-07-31 Thread Jimmy Xiang (JIRA)
Jimmy Xiang created HBASE-6482: -- Summary: In AssignmentManager failover mode, use ServerShutdownHandler to handle dead regions Key: HBASE-6482 URL: https://issues.apache.org/jira/browse/HBASE-6482

[jira] [Created] (HBASE-6483) Fully enable ServerShutdownHandler after master joins the cluster

2012-07-31 Thread Jimmy Xiang (JIRA)
Jimmy Xiang created HBASE-6483: -- Summary: Fully enable ServerShutdownHandler after master joins the cluster Key: HBASE-6483 URL: https://issues.apache.org/jira/browse/HBASE-6483 Project: HBase

[jira] [Created] (HBASE-6484) Make AssignmentManger#enablingTables and disablintTables local variables

2012-07-31 Thread Jimmy Xiang (JIRA)
Jimmy Xiang created HBASE-6484: -- Summary: Make AssignmentManger#enablingTables and disablintTables local variables Key: HBASE-6484 URL: https://issues.apache.org/jira/browse/HBASE-6484 Project: HBase

[jira] [Created] (HBASE-6485) Share bulk assign code in AssignmentManager

2012-07-31 Thread Jimmy Xiang (JIRA)
Jimmy Xiang created HBASE-6485: -- Summary: Share bulk assign code in AssignmentManager Key: HBASE-6485 URL: https://issues.apache.org/jira/browse/HBASE-6485 Project: HBase Issue Type: Sub-task

[jira] [Updated] (HBASE-6476) Replace all occurrances of System.currentTimeMillis() with EnvironmentEdge equivalent

2012-07-31 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-6476: - Status: Open (was: Patch Available) Replace all occurrances of System.currentTimeMillis()

[jira] [Updated] (HBASE-6476) Replace all occurrances of System.currentTimeMillis() with EnvironmentEdge equivalent

2012-07-31 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-6476: - Status: Patch Available (was: Open) Replace all occurrances of System.currentTimeMillis()

[jira] [Created] (HBASE-6486) Enhance load test to print throughput measurements

2012-07-31 Thread Karthik Ranganathan (JIRA)
Karthik Ranganathan created HBASE-6486: -- Summary: Enhance load test to print throughput measurements Key: HBASE-6486 URL: https://issues.apache.org/jira/browse/HBASE-6486 Project: HBase

[jira] [Commented] (HBASE-6435) Reading WAL files after a recovery leads to time lost in HDFS timeouts when using dead datanodes

2012-07-31 Thread Zhihong Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13426225#comment-13426225 ] Zhihong Ted Yu commented on HBASE-6435: --- For the test failure: {code}

[jira] [Created] (HBASE-6487) assign region doesn't check if the region is already assigned

2012-07-31 Thread Jimmy Xiang (JIRA)
Jimmy Xiang created HBASE-6487: -- Summary: assign region doesn't check if the region is already assigned Key: HBASE-6487 URL: https://issues.apache.org/jira/browse/HBASE-6487 Project: HBase

[jira] [Commented] (HBASE-6052) Convert .META. and -ROOT- content to pb

2012-07-31 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13426264#comment-13426264 ] Enis Soztutar commented on HBASE-6052: -- Stack, mind if I attack this?

[jira] [Created] (HBASE-6488) HBase wont run on IPv6 on OSes that use zone-indexes

2012-07-31 Thread ryan rawson (JIRA)
ryan rawson created HBASE-6488: -- Summary: HBase wont run on IPv6 on OSes that use zone-indexes Key: HBASE-6488 URL: https://issues.apache.org/jira/browse/HBASE-6488 Project: HBase Issue Type:

[jira] [Updated] (HBASE-6488) HBase wont run on IPv6 on OSes that use zone-indexes

2012-07-31 Thread ryan rawson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ryan rawson updated HBASE-6488: --- Status: Patch Available (was: Open) HBase wont run on IPv6 on OSes that use zone-indexes

[jira] [Updated] (HBASE-6488) HBase wont run on IPv6 on OSes that use zone-indexes

2012-07-31 Thread ryan rawson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ryan rawson updated HBASE-6488: --- Attachment: HBASE-6488.txt HBase wont run on IPv6 on OSes that use zone-indexes

[jira] [Commented] (HBASE-6488) HBase wont run on IPv6 on OSes that use zone-indexes

2012-07-31 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13426270#comment-13426270 ] Hadoop QA commented on HBASE-6488: -- -1 overall. Here are the results of testing the

[jira] [Commented] (HBASE-6488) HBase wont run on IPv6 on OSes that use zone-indexes

2012-07-31 Thread Zhihong Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13426280#comment-13426280 ] Zhihong Ted Yu commented on HBASE-6488: --- The path to ExecutorService.java should be

[jira] [Updated] (HBASE-6476) Replace all occurrances of System.currentTimeMillis() with EnvironmentEdge equivalent

2012-07-31 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-6476: - Attachment: 6476-v2.txt Not sure why hadoop QA wouldn't run. Trying again.

[jira] [Updated] (HBASE-6480) If callQueueSize exceed maxQueueSize, all call will be rejected, do not reject priorityCall

2012-07-31 Thread binlijin (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] binlijin updated HBASE-6480: Fix Version/s: 0.94.2 0.96.0 If callQueueSize exceed maxQueueSize, all call will

[jira] [Updated] (HBASE-6478) TestClassLoading.testClassLoadingFromLibDirInJar in coprocessor may appear fail due to waitTableAvailable

2012-07-31 Thread zhou wenjian (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zhou wenjian updated HBASE-6478: Fix Version/s: 0.94.2 TestClassLoading.testClassLoadingFromLibDirInJar in coprocessor may

[jira] [Commented] (HBASE-6485) Share bulk assign code in AssignmentManager

2012-07-31 Thread Jimmy Xiang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13426304#comment-13426304 ] Jimmy Xiang commented on HBASE-6485: First patch was posted on RB:

[jira] [Updated] (HBASE-6478) TestClassLoading.testClassLoadingFromLibDirInJar in coprocessor may appear fail due to waitTableAvailable

2012-07-31 Thread zhou wenjian (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zhou wenjian updated HBASE-6478: Status: Patch Available (was: Open) TestClassLoading.testClassLoadingFromLibDirInJar in

[jira] [Updated] (HBASE-6473) deletedtable is not deleted completely, some region may be still online

2012-07-31 Thread zhou wenjian (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zhou wenjian updated HBASE-6473: Status: Patch Available (was: Open) deletedtable is not deleted completely, some region may

[jira] [Updated] (HBASE-6459) improve speed of create table

2012-07-31 Thread zhou wenjian (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zhou wenjian updated HBASE-6459: Status: Patch Available (was: Open) improve speed of create table

[jira] [Updated] (HBASE-6459) improve speed of create table

2012-07-31 Thread zhou wenjian (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zhou wenjian updated HBASE-6459: Status: Open (was: Patch Available) improve speed of create table

[jira] [Commented] (HBASE-6459) improve speed of create table

2012-07-31 Thread zhou wenjian (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13426307#comment-13426307 ] zhou wenjian commented on HBASE-6459: - I think failed testcase is invovled with

[jira] [Commented] (HBASE-6052) Convert .META. and -ROOT- content to pb

2012-07-31 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13426306#comment-13426306 ] Lars Hofhansl commented on HBASE-6052: -- Shouldn't we just get rid of ROOT?

[jira] [Commented] (HBASE-6459) improve speed of create table

2012-07-31 Thread zhou wenjian (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13426308#comment-13426308 ] zhou wenjian commented on HBASE-6459: - I think failed testcase is invovled with

[jira] [Updated] (HBASE-6480) If callQueueSize exceed maxQueueSize, all call will be rejected, do not reject priorityCall

2012-07-31 Thread Zhihong Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhihong Ted Yu updated HBASE-6480: -- Description: Current if the callQueueSize exceed maxQueueSize, all call will be rejected,

[jira] [Commented] (HBASE-6480) If callQueueSize exceed maxQueueSize, all call will be rejected, do not reject priorityCall

2012-07-31 Thread Zhihong Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13426317#comment-13426317 ] Zhihong Ted Yu commented on HBASE-6480: --- Did you encounter this scenario on a

[jira] [Commented] (HBASE-6476) Replace all occurrances of System.currentTimeMillis() with EnvironmentEdge equivalent

2012-07-31 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13426319#comment-13426319 ] Hadoop QA commented on HBASE-6476: -- -1 overall. Here are the results of testing the

[jira] [Commented] (HBASE-6473) deletedtable is not deleted completely, some region may be still online

2012-07-31 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13426325#comment-13426325 ] Hadoop QA commented on HBASE-6473: -- -1 overall. Here are the results of testing the

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

2012-07-31 Thread Zhihong Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13426327#comment-13426327 ] Zhihong Ted Yu commented on HBASE-6466: --- @Ram, @J-D: Please share your comments.

[jira] [Commented] (HBASE-6478) TestClassLoading.testClassLoadingFromLibDirInJar in coprocessor may appear fail due to waitTableAvailable

2012-07-31 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13426331#comment-13426331 ] Hadoop QA commented on HBASE-6478: -- -1 overall. Here are the results of testing the

  1   2   >