[jira] [Updated] (HBASE-7495) parallel scanner seek in StoreScanner's constructor

2013-01-23 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] liang xie updated HBASE-7495: - Attachment: HBASE-7495.txt parallel scanner seek in StoreScanner's constructor

[jira] [Updated] (HBASE-7495) parallel scanner seek in StoreScanner's constructor

2013-01-23 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] liang xie updated HBASE-7495: - Status: Patch Available (was: Open) parallel scanner seek in StoreScanner's constructor

[jira] [Updated] (HBASE-7495) parallel seek in StoreScanner

2013-01-23 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] liang xie updated HBASE-7495: - Summary: parallel seek in StoreScanner (was: parallel scanner seek in StoreScanner's constructor)

[jira] [Commented] (HBASE-7495) parallel seek in StoreScanner

2013-01-23 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13561444#comment-13561444 ] liang xie commented on HBASE-7495: -- IMHO, the order is maintained by the following:

[jira] [Commented] (HBASE-7495) parallel seek in StoreScanner

2013-01-23 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13561475#comment-13561475 ] liang xie commented on HBASE-7495: -- Really comfused to me, why does it break ACID

[jira] [Commented] (HBASE-7495) parallel scanner seek in StoreScanner's constructor

2013-01-16 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13555951#comment-13555951 ] liang xie commented on HBASE-7495: -- I just did a apple-to-apple comparison this morning,

[jira] [Updated] (HBASE-7495) parallel scanner seek in StoreScanner's constructor

2013-01-16 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] liang xie updated HBASE-7495: - Attachment: HBASE-7495.txt parallel scanner seek in StoreScanner's constructor

[jira] [Commented] (HBASE-7495) parallel scanner seek in StoreScanner's constructor

2013-01-16 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13555956#comment-13555956 ] liang xie commented on HBASE-7495: -- [~lhofhansl], for get operation, the code should go

[jira] [Commented] (HBASE-6031) RegionServer does not go down while aborting

2013-01-07 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13545720#comment-13545720 ] liang xie commented on HBASE-6031: -- we hit this issue today as well:) Attached

[jira] [Updated] (HBASE-6031) RegionServer does not go down while aborting

2013-01-07 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] liang xie updated HBASE-6031: - Attachment: rs_shutdown_hung20130107.jstack RegionServer does not go down while aborting

[jira] [Commented] (HBASE-6031) RegionServer does not go down while aborting

2013-01-07 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13545724#comment-13545724 ] liang xie commented on HBASE-6031: -- Due to qtp-* was not a daemon thread, our hbase

[jira] [Commented] (HBASE-6031) RegionServer does not go down while aborting

2013-01-07 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13546495#comment-13546495 ] liang xie commented on HBASE-6031: -- we can close this issue now, since HADOOP-9181 had

[jira] [Created] (HBASE-7495) parallel scanner seek in StoreScanner's constructor

2013-01-04 Thread liang xie (JIRA)
liang xie created HBASE-7495: Summary: parallel scanner seek in StoreScanner's constructor Key: HBASE-7495 URL: https://issues.apache.org/jira/browse/HBASE-7495 Project: HBase Issue Type: Bug

[jira] [Commented] (HBASE-7495) parallel scanner seek in StoreScanner's constructor

2013-01-04 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13544589#comment-13544589 ] liang xie commented on HBASE-7495: -- How about scanner.seek [~lhofhansl], we seek memstore

[jira] [Commented] (HBASE-7495) parallel scanner seek in StoreScanner's constructor

2013-01-04 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13544598#comment-13544598 ] liang xie commented on HBASE-7495: -- Oops, seems i have some misunderstanding on this code

[jira] [Created] (HBASE-7449) Refine UseMembar detail

2012-12-27 Thread liang xie (JIRA)
liang xie created HBASE-7449: Summary: Refine UseMembar detail Key: HBASE-7449 URL: https://issues.apache.org/jira/browse/HBASE-7449 Project: HBase Issue Type: Improvement Components:

[jira] [Updated] (HBASE-7449) Refine UseMembar detail

2012-12-27 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] liang xie updated HBASE-7449: - Attachment: HBASE-7449.txt Refine UseMembar detail --- Key:

[jira] [Commented] (HBASE-7336) HFileBlock.readAtOffset does not work well with multiple threads

2012-12-12 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13530612#comment-13530612 ] liang xie commented on HBASE-7336: -- +1, LGTM,a nice test case, Lars

[jira] [Commented] (HBASE-1648) heap usage and limit reporting doesn't work as expected when using G1 GC

2012-12-03 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-1648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13508579#comment-13508579 ] liang xie commented on HBASE-1648: -- [~saint@gmail.com] yes, it should be safe. we

[jira] [Commented] (HBASE-2039) G1 GC issues

2012-11-29 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13506374#comment-13506374 ] liang xie commented on HBASE-2039: -- en, it's not recommented to enable G1 before jdk7u4

[jira] [Commented] (HBASE-1648) heap usage and limit reporting doesn't work as expected when using G1 GC

2012-11-29 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-1648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13506375#comment-13506375 ] liang xie commented on HBASE-1648: -- emmm, it's not a hbase related bug, some jdk tools

[jira] [Commented] (HBASE-5954) Allow proper fsync support for HBase

2012-11-23 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13503326#comment-13503326 ] liang xie commented on HBASE-5954: -- sound good for me. hope more guys have an eye on it

[jira] [Updated] (HBASE-7184) pre-check table name in table.jsp

2012-11-19 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] liang xie updated HBASE-7184: - Status: Patch Available (was: Open) pre-check table name in table.jsp

[jira] [Updated] (HBASE-7184) pre-check table name in table.jsp

2012-11-19 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] liang xie updated HBASE-7184: - Attachment: HBASE-7184.txt pre-check table name in table.jsp -

[jira] [Created] (HBASE-7184) pre-check table name in table.jsp

2012-11-19 Thread liang xie (JIRA)
liang xie created HBASE-7184: Summary: pre-check table name in table.jsp Key: HBASE-7184 URL: https://issues.apache.org/jira/browse/HBASE-7184 Project: HBase Issue Type: Improvement

[jira] [Commented] (HBASE-7184) pre-check table name in table.jsp

2012-11-19 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13500081#comment-13500081 ] liang xie commented on HBASE-7184: -- Before applied the attached patch, if i access

[jira] [Commented] (HBASE-7184) pre-check table name in table.jsp

2012-11-19 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13500112#comment-13500112 ] liang xie commented on HBASE-7184: -- emmm. seems the failure test case is unrelated with

[jira] [Commented] (HBASE-5954) Allow proper fsync support for HBase

2012-11-08 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493707#comment-13493707 ] liang xie commented on HBASE-5954: -- Hi [~lhofhansl],the HDFS-3979 has been committed, so

[jira] [Commented] (HBASE-3925) Make Shell's -d and debug cmd behave the same

2012-10-27 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13485374#comment-13485374 ] liang xie commented on HBASE-3925: -- [~saint@gmail.com] Before i applied the patch, we

[jira] [Commented] (HBASE-3925) Make Shell's -d and debug cmd behave the same

2012-10-27 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13485375#comment-13485375 ] liang xie commented on HBASE-3925: -- [root@ha1 bin]# ./hbase shell -d Setting DEBUG log

[jira] [Commented] (HBASE-7008) Set scanner caching to a better default

2012-10-26 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7008?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13484773#comment-13484773 ] liang xie commented on HBASE-7008: -- +1 for #1, the default setting should be

[jira] [Commented] (HBASE-6968) Several HBase write perf improvement

2012-10-23 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13482173#comment-13482173 ] liang xie commented on HBASE-6968: -- I look through trunk code, there's no change needed,

[jira] [Updated] (HBASE-3925) Make Shell's -d and debug cmd behave the same

2012-10-23 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] liang xie updated HBASE-3925: - Attachment: HBASE-3925-v2.txt Attached patch addressed Ted's comment Make Shell's -d

[jira] [Updated] (HBASE-7037) ReplicationPeer logs at WARN level aborting server instead of at FATAL

2012-10-23 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7037?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] liang xie updated HBASE-7037: - Attachment: HBASE-7037.txt just one line change:) ReplicationPeer logs at WARN level

[jira] [Updated] (HBASE-7037) ReplicationPeer logs at WARN level aborting server instead of at FATAL

2012-10-23 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7037?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] liang xie updated HBASE-7037: - Status: Patch Available (was: Open) ReplicationPeer logs at WARN level aborting server instead of

[jira] [Commented] (HBASE-3925) Make Shell's -d and debug cmd behave the same

2012-10-22 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13482014#comment-13482014 ] liang xie commented on HBASE-3925: -- Could anyone help to review it? thanks in advance

[jira] [Commented] (HBASE-6994) minor doc update about DEFAULT_ACCEPTABLE_FACTOR

2012-10-22 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13482016#comment-13482016 ] liang xie commented on HBASE-6994: -- Could anyone help to review it? thanks in advance

[jira] [Commented] (HBASE-6955) Block read time should be in ms, not in ns

2012-10-22 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13482083#comment-13482083 ] liang xie commented on HBASE-6955: -- do we need to port this to trunk as well ? Revision:

[jira] [Commented] (HBASE-7001) Fix the RCN Correctness Warning in MemStoreFlusher class

2012-10-21 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13481122#comment-13481122 ] liang xie commented on HBASE-7001: -- Could any other experts have a review on this trivial

[jira] [Commented] (HBASE-2689) Implement common gateway service daemon for Avro and Thrift servers

2012-10-21 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13481127#comment-13481127 ] liang xie commented on HBASE-2689: -- [~saint@gmail.com], could we close this stale

[jira] [Commented] (HBASE-7014) cleanup 4 minor findbug warings

2012-10-21 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13481150#comment-13481150 ] liang xie commented on HBASE-7014: -- [~saint@gmail.com], sorry for late response:0 1)

[jira] [Commented] (HBASE-7014) cleanup 4 minor findbug warings

2012-10-21 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13481151#comment-13481151 ] liang xie commented on HBASE-7014: -- the serverConnections definition : {quote} private

[jira] [Commented] (HBASE-7014) cleanup 4 minor findbug warings

2012-10-21 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13481154#comment-13481154 ] liang xie commented on HBASE-7014: -- bq. Do you have to update the test-patch.properties

[jira] [Commented] (HBASE-6967) Introduce a hook in StoreScanner to allow aggregation of KeyValues in a single row.

2012-10-21 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13481164#comment-13481164 ] liang xie commented on HBASE-6967: -- Do we need to port it to trunk ? i see Revision:

[jira] [Commented] (HBASE-6930) [89-fb] Avoid acquiring the same row lock repeatedly

2012-10-21 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13481168#comment-13481168 ] liang xie commented on HBASE-6930: -- [~liyin], seems we need to open an issue for trunk as

[jira] [Updated] (HBASE-7008) Set scanner caching to a better default

2012-10-19 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7008?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] liang xie updated HBASE-7008: - Attachment: HBASE-7008-v2.patch Addressed Lars Michael's comments, thanks for having a nice review:)

[jira] [Updated] (HBASE-6925) Change socket write size from 8K to 64K for HBaseServer

2012-10-19 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] liang xie updated HBASE-6925: - Attachment: HBASE-6925.patch Revision1393467 shows the change has committed into 0.89-fb branch already

[jira] [Commented] (HBASE-6727) [89-fb] allow HBaseServers's callqueue to be better configurable to avoid OOMs

2012-10-19 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13479785#comment-13479785 ] liang xie commented on HBASE-6727: -- Hi Kannan, can we close it now, since i saw Revision:

[jira] [Commented] (HBASE-6923) Create scanner benchmark

2012-10-19 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13479789#comment-13479789 ] liang xie commented on HBASE-6923: -- Hi Karthik, do you have a plan to port your Revision:

[jira] [Created] (HBASE-7014) cleanup 4 minor findbug warings

2012-10-19 Thread liang xie (JIRA)
liang xie created HBASE-7014: Summary: cleanup 4 minor findbug warings Key: HBASE-7014 URL: https://issues.apache.org/jira/browse/HBASE-7014 Project: HBase Issue Type: Bug Reporter:

[jira] [Updated] (HBASE-7014) cleanup 4 minor findbug warings

2012-10-19 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] liang xie updated HBASE-7014: - Affects Version/s: 0.96.0 Status: Patch Available (was: Open) cleanup 4 minor

[jira] [Updated] (HBASE-7014) cleanup 4 minor findbug warings

2012-10-19 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] liang xie updated HBASE-7014: - Attachment: HBASE-7014.patch cleanup 4 minor findbug warings ---

[jira] [Created] (HBASE-7008) Set scanner caching to a better default

2012-10-18 Thread liang xie (JIRA)
liang xie created HBASE-7008: Summary: Set scanner caching to a better default Key: HBASE-7008 URL: https://issues.apache.org/jira/browse/HBASE-7008 Project: HBase Issue Type: Bug

[jira] [Updated] (HBASE-7008) Set scanner caching to a better default

2012-10-18 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7008?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] liang xie updated HBASE-7008: - Attachment: HBASE-7008.patch Set scanner caching to a better default

[jira] [Updated] (HBASE-7008) Set scanner caching to a better default

2012-10-18 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7008?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] liang xie updated HBASE-7008: - Description: per

[jira] [Updated] (HBASE-7008) Set scanner caching to a better default

2012-10-18 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7008?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] liang xie updated HBASE-7008: - Assignee: liang xie Status: Patch Available (was: Open) Set scanner caching to a better

[jira] [Commented] (HBASE-7008) Set scanner caching to a better default

2012-10-18 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7008?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13479594#comment-13479594 ] liang xie commented on HBASE-7008: -- emm, IMHO, it's not very necessary:)

[jira] [Created] (HBASE-7000) Fix the INT_VACUOUS_COMPARISON WARNING in KeyValue class

2012-10-17 Thread liang xie (JIRA)
liang xie created HBASE-7000: Summary: Fix the INT_VACUOUS_COMPARISON WARNING in KeyValue class Key: HBASE-7000 URL: https://issues.apache.org/jira/browse/HBASE-7000 Project: HBase Issue Type:

[jira] [Updated] (HBASE-7000) Fix the INT_VACUOUS_COMPARISON WARNING in KeyValue class

2012-10-17 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] liang xie updated HBASE-7000: - Attachment: HBASE-7000.patch there're two choices here. 1 attached file shows change to some value not

[jira] [Commented] (HBASE-7000) Fix the INT_VACUOUS_COMPARISON WARNING in KeyValue class

2012-10-17 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13477794#comment-13477794 ] liang xie commented on HBASE-7000: -- IMHO, the HConstants.MAXIMUM_VALUE_LENGTH maybe

[jira] [Commented] (HBASE-7000) Fix the INT_VACUOUS_COMPARISON WARNING in KeyValue class

2012-10-17 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13477795#comment-13477795 ] liang xie commented on HBASE-7000: -- BTW, the WARING was caused by : an integer

[jira] [Updated] (HBASE-7000) Fix the INT_VACUOUS_COMPARISON WARNING in KeyValue class

2012-10-17 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] liang xie updated HBASE-7000: - Status: Patch Available (was: Open) Fix the INT_VACUOUS_COMPARISON WARNING in KeyValue class

[jira] [Created] (HBASE-7001) Fix the RCN Correctness Warning in MemStoreFlusher class

2012-10-17 Thread liang xie (JIRA)
liang xie created HBASE-7001: Summary: Fix the RCN Correctness Warning in MemStoreFlusher class Key: HBASE-7001 URL: https://issues.apache.org/jira/browse/HBASE-7001 Project: HBase Issue Type:

[jira] [Updated] (HBASE-7001) Fix the RCN Correctness Warning in MemStoreFlusher class

2012-10-17 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] liang xie updated HBASE-7001: - Description:

[jira] [Updated] (HBASE-7001) Fix the RCN Correctness Warning in MemStoreFlusher class

2012-10-17 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] liang xie updated HBASE-7001: - Assignee: liang xie Status: Patch Available (was: Open) Fix the RCN Correctness Warning in

[jira] [Updated] (HBASE-7001) Fix the RCN Correctness Warning in MemStoreFlusher class

2012-10-17 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] liang xie updated HBASE-7001: - Attachment: HBASE-7001.patch Fix the RCN Correctness Warning in MemStoreFlusher class

[jira] [Created] (HBASE-7002) Fix all 4 findbug performance warnings

2012-10-17 Thread liang xie (JIRA)
liang xie created HBASE-7002: Summary: Fix all 4 findbug performance warnings Key: HBASE-7002 URL: https://issues.apache.org/jira/browse/HBASE-7002 Project: HBase Issue Type: Bug Affects

[jira] [Updated] (HBASE-7002) Fix all 4 findbug performance warnings

2012-10-17 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] liang xie updated HBASE-7002: - Description: Fix the perf warning from this report :

[jira] [Updated] (HBASE-7002) Fix all 4 findbug performance warnings

2012-10-17 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] liang xie updated HBASE-7002: - Attachment: HBASE-7002.patch Fix all 4 findbug performance warnings

[jira] [Updated] (HBASE-7002) Fix all 4 findbug performance warnings

2012-10-17 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] liang xie updated HBASE-7002: - Assignee: liang xie Status: Patch Available (was: Open) Fix all 4 findbug performance

[jira] [Updated] (HBASE-7000) Fix the INT_VACUOUS_COMPARISON WARNING in KeyValue class

2012-10-17 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] liang xie updated HBASE-7000: - Attachment: HBASE-7000-v2.patch Attached v2 patch addressed Ted's comments Fix the

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

2012-10-17 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] liang xie updated HBASE-6411: - Fix Version/s: 0.96.0 Move Master Metrics to metrics 2

[jira] [Commented] (HBASE-7005) Upgrade Thrift lib to 0.9.0

2012-10-17 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13478618#comment-13478618 ] liang xie commented on HBASE-7005: -- +1 Upgrade Thrift lib to 0.9.0

[jira] [Created] (HBASE-6998) Uncatched exception in main() makes the HMaster/HRegionServer process suspend

2012-10-16 Thread liang xie (JIRA)
liang xie created HBASE-6998: Summary: Uncatched exception in main() makes the HMaster/HRegionServer process suspend Key: HBASE-6998 URL: https://issues.apache.org/jira/browse/HBASE-6998 Project: HBase

[jira] [Updated] (HBASE-6998) Uncatched exception in main() makes the HMaster/HRegionServer process suspend

2012-10-16 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] liang xie updated HBASE-6998: - Attachment: HBASE-6998.patch Uncatched exception in main() makes the HMaster/HRegionServer process

[jira] [Updated] (HBASE-6998) Uncatched exception in main() makes the HMaster/HRegionServer process suspend

2012-10-16 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] liang xie updated HBASE-6998: - Description: I am trying HDFS QJM feature in our test env. after a misconfig, i found the

[jira] [Updated] (HBASE-6998) Uncatched exception in main() makes the HMaster/HRegionServer process suspend

2012-10-16 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] liang xie updated HBASE-6998: - Attachment: (was: HBASE-6998.patch) Uncatched exception in main() makes the

[jira] [Updated] (HBASE-6998) Uncatched exception in main() makes the HMaster/HRegionServer process suspend

2012-10-16 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] liang xie updated HBASE-6998: - Attachment: HBASE-6998.patch Uncatched exception in main() makes the HMaster/HRegionServer process

[jira] [Updated] (HBASE-6998) Uncatched exception in main() makes the HMaster/HRegionServer process suspend

2012-10-16 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] liang xie updated HBASE-6998: - Status: Patch Available (was: Open) Uncatched exception in main() makes the HMaster/HRegionServer

[jira] [Updated] (HBASE-6994) minor doc update about DEFAULT_ACCEPTABLE_FACTOR

2012-10-14 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] liang xie updated HBASE-6994: - Description: Per ttk code, in LruBlockCache.java: static final float DEFAULT_ACCEPTABLE_FACTOR = 0.99f;

[jira] [Created] (HBASE-6994) minor doc update about DEFAULT_ACCEPTABLE_FACTOR

2012-10-14 Thread liang xie (JIRA)
liang xie created HBASE-6994: Summary: minor doc update about DEFAULT_ACCEPTABLE_FACTOR Key: HBASE-6994 URL: https://issues.apache.org/jira/browse/HBASE-6994 Project: HBase Issue Type: Bug

[jira] [Updated] (HBASE-6994) minor doc update about DEFAULT_ACCEPTABLE_FACTOR

2012-10-14 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] liang xie updated HBASE-6994: - Attachment: HBASE-6994.patch minor doc update about DEFAULT_ACCEPTABLE_FACTOR

[jira] [Updated] (HBASE-6994) minor doc update about DEFAULT_ACCEPTABLE_FACTOR

2012-10-14 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] liang xie updated HBASE-6994: - Description: Per trunk code, in LruBlockCache.java: static final float DEFAULT_ACCEPTABLE_FACTOR =

[jira] [Updated] (HBASE-6994) minor doc update about DEFAULT_ACCEPTABLE_FACTOR

2012-10-14 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] liang xie updated HBASE-6994: - Status: Patch Available (was: Open) minor doc update about DEFAULT_ACCEPTABLE_FACTOR

[jira] [Commented] (HBASE-6994) minor doc update about DEFAULT_ACCEPTABLE_FACTOR

2012-10-14 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13475949#comment-13475949 ] liang xie commented on HBASE-6994: -- thanks my colleague honghua for observing doc

[jira] [Commented] (HBASE-3577) enables Thrift client to get the Region location

2012-09-26 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13463683#comment-13463683 ] liang xie commented on HBASE-3577: -- getRegionInfo function can be found on 0.940.96

[jira] [Commented] (HBASE-2689) Implement common gateway service daemon for Avro and Thrift servers

2012-09-26 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13463691#comment-13463691 ] liang xie commented on HBASE-2689: -- Seems it can be closed ...

[jira] [Updated] (HBASE-5835) [hbck] Catch and handle NotServingRegionException when close region attempt fails

2012-09-25 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] liang xie updated HBASE-5835: - Status: Patch Available (was: Open) seems i forgot to click submit patch... [hbck]

[jira] [Commented] (HBASE-6882) Thrift IOError should include exception class

2012-09-25 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13463503#comment-13463503 ] liang xie commented on HBASE-6882: -- Hi Mikhail, seems attached file is not for current

[jira] [Commented] (HBASE-6882) Thrift IOError should include exception class

2012-09-25 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13463504#comment-13463504 ] liang xie commented on HBASE-6882: -- Hi Mikhail, seems attached file is not for current

[jira] [Commented] (HBASE-6882) Thrift IOError should include exception class

2012-09-25 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13463511#comment-13463511 ] liang xie commented on HBASE-6882: -- Got it, [~saint@gmail.com] I'd like to have a

[jira] [Commented] (HBASE-6882) Thrift IOError should include exception class

2012-09-25 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13463532#comment-13463532 ] liang xie commented on HBASE-6882: -- Thanks [~saint@gmail.com] for nice guiding ! My

[jira] [Commented] (HBASE-6871) HFileBlockIndex Write Error BlockIndex in HFile V2

2012-09-24 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13461710#comment-13461710 ] liang xie commented on HBASE-6871: -- Hi Feng, attached patch is not well-formed, please

[jira] [Assigned] (HBASE-3137) Optimize CAS operations in ZKAssign by being optimistic rather than always doing a sync()

2012-09-22 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] liang xie reassigned HBASE-3137: Assignee: liang xie Optimize CAS operations in ZKAssign by being optimistic rather than

[jira] [Commented] (HBASE-3137) Optimize CAS operations in ZKAssign by being optimistic rather than always doing a sync()

2012-09-22 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13461082#comment-13461082 ] liang xie commented on HBASE-3137: -- let me pick it up [~Jonathan Gray] Please feel free

[jira] [Commented] (HBASE-6852) SchemaMetrics.updateOnCacheHit costs too much while full scanning a table with all of its fields

2012-09-21 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13460275#comment-13460275 ] liang xie commented on HBASE-6852: -- Hi Cheng, for running time, could you exclude the

[jira] [Updated] (HBASE-6677) Random ZooKeeper port in test can overrun max port

2012-09-20 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] liang xie updated HBASE-6677: - Attachment: HBASE-6677.patch one line change, it should be safe, i didn't run any test case...

[jira] [Updated] (HBASE-6677) Random ZooKeeper port in test can overrun max port

2012-09-20 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] liang xie updated HBASE-6677: - Status: Patch Available (was: Open) Random ZooKeeper port in test can overrun max port

[jira] [Commented] (HBASE-3546) XSS in the WebUI

2012-09-20 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13459586#comment-13459586 ] liang xie commented on HBASE-3546: -- I tried to repro on 0.94 but failed, seems

[jira] [Updated] (HBASE-3834) Store ignores checksum errors when opening files

2012-09-18 Thread liang xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] liang xie updated HBASE-3834: - Attachment: HBASE-3834.patch Hi ToddStack, actually, this issue was caused by the CATCH statement in

<    2   3   4   5   6   7   8   >