[jira] [Commented] (HBASE-7728) deadlock occurs between hlog roller and hlog syncer

2013-01-31 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13567519#comment-13567519 ] Anoop Sam John commented on HBASE-7728: --- With out assuming the log roll in catch

[jira] [Commented] (HBASE-7728) deadlock occurs between hlog roller and hlog syncer

2013-01-31 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13567550#comment-13567550 ] Anoop Sam John commented on HBASE-7728: --- Yes Ram the locks are correctly used AFA I

[jira] [Commented] (HBASE-7728) deadlock occurs between hlog roller and hlog syncer

2013-01-31 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13567553#comment-13567553 ] Anoop Sam John commented on HBASE-7728: --- [~aaronwq] Any chance for logs?

[jira] [Commented] (HBASE-7728) deadlock occurs between hlog roller and hlog syncer

2013-01-31 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13567551#comment-13567551 ] Anoop Sam John commented on HBASE-7728: --- Sorry.. thread dump ;)

[jira] [Commented] (HBASE-5664) CP hooks in Scan flow for fast forward when filter filters out a row

2013-01-31 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13567557#comment-13567557 ] Anoop Sam John commented on HBASE-5664: --- Thanks Lars. Yes the performance degrade in

[jira] [Updated] (HBASE-7728) deadlock occurs between hlog roller and hlog syncer

2013-01-31 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anoop Sam John updated HBASE-7728: -- Fix Version/s: 0.94.5 0.96.0 deadlock occurs between hlog roller and

[jira] [Commented] (HBASE-7728) deadlock occurs between hlog roller and hlog syncer

2013-01-31 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13567570#comment-13567570 ] Anoop Sam John commented on HBASE-7728: --- I can see getting an IOE wrapping a NPE

[jira] [Commented] (HBASE-7728) deadlock occurs between hlog roller and hlog syncer

2013-01-31 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13568429#comment-13568429 ] Anoop Sam John commented on HBASE-7728: --- Ted synchronized (this.updateLock) {

[jira] [Commented] (HBASE-7732) Make HFileWriter use the bytesPerChecksum obtained from config

2013-01-31 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13568432#comment-13568432 ] Anoop Sam John commented on HBASE-7732: --- [~yuzhih...@gmail.com] You are correct.

[jira] [Commented] (HBASE-7734) Fix TestFromClientSide#testFilterAcrossMultipleRegions

2013-01-31 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13568446#comment-13568446 ] Anoop Sam John commented on HBASE-7734: --- bq.This check was removed when

[jira] [Commented] (HBASE-7728) deadlock occurs between hlog roller and hlog syncer

2013-01-31 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13568453#comment-13568453 ] Anoop Sam John commented on HBASE-7728: --- bq.Does it need the part where it sets the

[jira] [Commented] (HBASE-7728) deadlock occurs between hlog roller and hlog syncer

2013-01-31 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13568467#comment-13568467 ] Anoop Sam John commented on HBASE-7728: --- bq.Do not we not have to check for

[jira] [Commented] (HBASE-7728) deadlock occurs between hlog roller and hlog syncer

2013-01-31 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13568490#comment-13568490 ] Anoop Sam John commented on HBASE-7728: --- [~yuzhih...@gmail.com] You mean this?

[jira] [Commented] (HBASE-7728) deadlock occurs between hlog roller and hlog syncer

2013-01-31 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13568504#comment-13568504 ] Anoop Sam John commented on HBASE-7728: --- Ted In the last patch you removed the null

[jira] [Commented] (HBASE-7734) Fix TestFromClientSide#testFilterAcrossMultipleRegions

2013-02-01 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13568576#comment-13568576 ] Anoop Sam John commented on HBASE-7734: --- [~manukranthk] - HBASE-6874 is still an

[jira] [Commented] (HBASE-7728) deadlock occurs between hlog roller and hlog syncer

2013-02-01 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13568580#comment-13568580 ] Anoop Sam John commented on HBASE-7728: --- [~yuzhih...@gmail.com] +this.writer

[jira] [Commented] (HBASE-7728) deadlock occurs between hlog roller and hlog syncer

2013-02-01 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13568694#comment-13568694 ] Anoop Sam John commented on HBASE-7728: --- [~stack] Checked with 2 threads and giving

[jira] [Commented] (HBASE-5664) CP hooks in Scan flow for fast forward when filter filters out a row

2013-02-01 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13569437#comment-13569437 ] Anoop Sam John commented on HBASE-5664: --- Thanks [~yuzhih...@gmail.com],

[jira] [Commented] (HBASE-3787) Increment is non-idempotent but client retries RPC

2013-02-01 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13569441#comment-13569441 ] Anoop Sam John commented on HBASE-3787: --- [~apurtell] I will try with this on

[jira] [Commented] (HBASE-3787) Increment is non-idempotent but client retries RPC

2013-02-02 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13569584#comment-13569584 ] Anoop Sam John commented on HBASE-3787: --- +1 on above suggestion.

[jira] [Commented] (HBASE-7728) deadlock occurs between hlog roller and hlog syncer

2013-02-03 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13569989#comment-13569989 ] Anoop Sam John commented on HBASE-7728: --- So in such a case we need to distinguish

[jira] [Commented] (HBASE-3787) Increment is non-idempotent but client retries RPC

2013-02-04 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13570083#comment-13570083 ] Anoop Sam John commented on HBASE-3787: --- Some questions on how it will behave 1.

[jira] [Commented] (HBASE-6132) ColumnCountGetFilter PageFilter not working with FilterList

2013-02-04 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13570394#comment-13570394 ] Anoop Sam John commented on HBASE-6132: --- [~yuzhih...@gmail.com] I will upload a

[jira] [Commented] (HBASE-7762) HBase version mismatch between package-info and hbase-defaults.xml

2013-02-04 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13570931#comment-13570931 ] Anoop Sam John commented on HBASE-7762: --- What is the actual version HBase you are

[jira] [Commented] (HBASE-3787) Increment is non-idempotent but client retries RPC

2013-02-04 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13571023#comment-13571023 ] Anoop Sam John commented on HBASE-3787: --- bq.Can you explain why you feel client does

[jira] [Commented] (HBASE-3787) Increment is non-idempotent but client retries RPC

2013-02-04 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13571069#comment-13571069 ] Anoop Sam John commented on HBASE-3787: --- Another option would be to make the 2nd

[jira] [Updated] (HBASE-7761) MemStore.USEMSLAB_DEFAULT is false, hbase-default.xml says it's true

2013-02-05 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anoop Sam John updated HBASE-7761: -- Attachment: HBASE-7761_Trunk.patch HBASE-7761_94.patch Simple patches

[jira] [Updated] (HBASE-7761) MemStore.USEMSLAB_DEFAULT is false, hbase-default.xml says it's true

2013-02-05 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anoop Sam John updated HBASE-7761: -- Attachment: (was: HBASE-7761_94.patch) MemStore.USEMSLAB_DEFAULT is false,

[jira] [Updated] (HBASE-7761) MemStore.USEMSLAB_DEFAULT is false, hbase-default.xml says it's true

2013-02-05 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anoop Sam John updated HBASE-7761: -- Attachment: (was: HBASE-7761_Trunk.patch) MemStore.USEMSLAB_DEFAULT is false,

[jira] [Updated] (HBASE-7761) MemStore.USEMSLAB_DEFAULT is false, hbase-default.xml says it's true

2013-02-05 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anoop Sam John updated HBASE-7761: -- Attachment: HBASE-7761_94.patch MemStore.USEMSLAB_DEFAULT is false, hbase-default.xml

[jira] [Updated] (HBASE-7761) MemStore.USEMSLAB_DEFAULT is false, hbase-default.xml says it's true

2013-02-05 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anoop Sam John updated HBASE-7761: -- Attachment: HBASE-7761_Trunk.patch MemStore.USEMSLAB_DEFAULT is false, hbase-default.xml

[jira] [Commented] (HBASE-7761) MemStore.USEMSLAB_DEFAULT is false, hbase-default.xml says it's true

2013-02-05 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13571421#comment-13571421 ] Anoop Sam John commented on HBASE-7761: --- Though I have one doubt. By default we want

[jira] [Commented] (HBASE-6132) ColumnCountGetFilter PageFilter not working with FilterList

2013-02-05 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13571499#comment-13571499 ] Anoop Sam John commented on HBASE-6132: --- In Trunk, now this test case passes. This

[jira] [Commented] (HBASE-7761) MemStore.USEMSLAB_DEFAULT is false, hbase-default.xml says it's true

2013-02-05 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13572028#comment-13572028 ] Anoop Sam John commented on HBASE-7761: --- bq.The default is ON. Then no issues JD.

[jira] [Commented] (HBASE-7774) RegionObserver.prePut() cannot rely on the Put's timestamps, can even cause data loss

2013-02-05 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13572046#comment-13572046 ] Anoop Sam John commented on HBASE-7774: --- bq.so calling kv.getTimestamp() during the

[jira] [Commented] (HBASE-4210) Allow coprocessor to interact with batches per region sent from a client(?)

2013-02-05 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13572052#comment-13572052 ] Anoop Sam John commented on HBASE-4210: --- Got busy with some other works. Will come

[jira] [Commented] (HBASE-7774) RegionObserver.prePut() cannot rely on the Put's timestamps, can even cause data loss

2013-02-05 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13572166#comment-13572166 ] Anoop Sam John commented on HBASE-7774: --- That was fixed as part of HBASE-6265. Later

[jira] [Commented] (HBASE-7774) RegionObserver.prePut() cannot rely on the Put's timestamps, can even cause data loss

2013-02-05 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13572178#comment-13572178 ] Anoop Sam John commented on HBASE-7774: --- bq.Now, I think this has bigger

[jira] [Commented] (HBASE-6942) Endpoint implementation for bulk delete rows

2012-10-19 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13480610#comment-13480610 ] Anoop Sam John commented on HBASE-6942: --- @Lars Your comments on V6 Also

[jira] [Commented] (HBASE-6942) Endpoint implementation for bulk delete rows

2012-10-20 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13480756#comment-13480756 ] Anoop Sam John commented on HBASE-6942: --- bq.For passing the delete type bytes. What

[jira] [Updated] (HBASE-6942) Endpoint implementation for bulk delete rows

2012-10-21 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anoop Sam John updated HBASE-6942: -- Attachment: HBASE-6942_V7.patch Patch addressing comments Ted I will submit patch for trunk

[jira] [Updated] (HBASE-6942) Endpoint implementation for bulk delete rows

2012-10-22 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anoop Sam John updated HBASE-6942: -- Attachment: HBASE-6942_Trunk.patch Patch for trunk Endpoint implementation

[jira] [Updated] (HBASE-6942) Endpoint implementation for bulk delete rows

2012-10-22 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anoop Sam John updated HBASE-6942: -- Status: Patch Available (was: Open) Endpoint implementation for bulk delete rows

[jira] [Commented] (HBASE-6942) Endpoint implementation for bulk delete rows

2012-10-22 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13482104#comment-13482104 ] Anoop Sam John commented on HBASE-6942: --- bq.Would mulplication by 13 result in

[jira] [Commented] (HBASE-6942) Endpoint implementation for bulk delete rows

2012-10-22 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13482106#comment-13482106 ] Anoop Sam John commented on HBASE-6942: --- bq.Should the above be enclosed in if

[jira] [Commented] (HBASE-6942) Endpoint implementation for bulk delete rows

2012-10-23 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13482228#comment-13482228 ] Anoop Sam John commented on HBASE-6942: --- Will address this Findbugs warning also in

[jira] [Updated] (HBASE-6942) Endpoint implementation for bulk delete rows

2012-10-23 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anoop Sam John updated HBASE-6942: -- Status: Open (was: Patch Available) Endpoint implementation for bulk delete rows

[jira] [Updated] (HBASE-6942) Endpoint implementation for bulk delete rows

2012-10-23 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anoop Sam John updated HBASE-6942: -- Attachment: HBASE-6942_94-V8.patch Endpoint implementation for bulk delete rows

[jira] [Updated] (HBASE-6942) Endpoint implementation for bulk delete rows

2012-10-23 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anoop Sam John updated HBASE-6942: -- Attachment: HBASE-6942_Trunk-V2.patch Endpoint implementation for bulk delete rows

[jira] [Updated] (HBASE-6942) Endpoint implementation for bulk delete rows

2012-10-23 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anoop Sam John updated HBASE-6942: -- Status: Patch Available (was: Open) Endpoint implementation for bulk delete rows

[jira] [Created] (HBASE-7036) Exclude org.apache.hadoop.hbase.coprocessor.example.generated package from findbugs check

2012-10-23 Thread Anoop Sam John (JIRA)
Anoop Sam John created HBASE-7036: - Summary: Exclude org.apache.hadoop.hbase.coprocessor.example.generated package from findbugs check Key: HBASE-7036 URL: https://issues.apache.org/jira/browse/HBASE-7036

[jira] [Commented] (HBASE-7036) Exclude org.apache.hadoop.hbase.coprocessor.example.generated package from findbugs check

2012-10-23 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13482387#comment-13482387 ] Anoop Sam John commented on HBASE-7036: --- See

[jira] [Updated] (HBASE-7036) Exclude org.apache.hadoop.hbase.coprocessor.example.generated package from findbugs check

2012-10-23 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anoop Sam John updated HBASE-7036: -- Attachment: HBASE-7036.patch Simple patch Exclude

[jira] [Updated] (HBASE-6942) Endpoint implementation for bulk deletion of data

2012-10-23 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anoop Sam John updated HBASE-6942: -- Description: We can provide an end point implementation for doing a bulk deletion of

[jira] [Commented] (HBASE-6942) Endpoint implementation for bulk deletion of data

2012-10-23 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13482941#comment-13482941 ] Anoop Sam John commented on HBASE-6942: --- Thanks Ted, Lars, Andrew and Ram for the

[jira] [Commented] (HBASE-6942) Endpoint implementation for bulk deletion of data

2012-10-23 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13482942#comment-13482942 ] Anoop Sam John commented on HBASE-6942: --- Thanks to Jerry and Jean for their inputs

[jira] [Commented] (HBASE-5974) Scanner retry behavior with RPC timeout on next() seems incorrect

2012-10-24 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13483900#comment-13483900 ] Anoop Sam John commented on HBASE-5974: --- bq.This test, TestClientScannerRPCTimeout,

[jira] [Commented] (HBASE-5974) Scanner retry behavior with RPC timeout on next() seems incorrect

2012-10-25 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13483927#comment-13483927 ] Anoop Sam John commented on HBASE-5974: --- Yes Stack... I am working on this now..

[jira] [Updated] (HBASE-5974) Scanner retry behavior with RPC timeout on next() seems incorrect

2012-10-25 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anoop Sam John updated HBASE-5974: -- Attachment: 5974_trunk-V3.patch Scanner retry behavior with RPC timeout on next() seems

[jira] [Updated] (HBASE-5974) Scanner retry behavior with RPC timeout on next() seems incorrect

2012-10-25 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anoop Sam John updated HBASE-5974: -- Status: Open (was: Patch Available) Scanner retry behavior with RPC timeout on next()

[jira] [Updated] (HBASE-5974) Scanner retry behavior with RPC timeout on next() seems incorrect

2012-10-25 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anoop Sam John updated HBASE-5974: -- Status: Patch Available (was: Open) Scanner retry behavior with RPC timeout on next()

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

2012-10-26 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13484783#comment-13484783 ] Anoop Sam John commented on HBASE-5416: --- I got a chance to go throw this and the

[jira] [Commented] (HBASE-6499) StoreScanner's QueryMatcher not reset on store update

2012-10-26 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13484829#comment-13484829 ] Anoop Sam John commented on HBASE-6499: --- @Max Is this issue same as HBASE-6900

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

2012-10-29 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13486649#comment-13486649 ] Anoop Sam John commented on HBASE-5416: --- Sergey and Ted I do agree 100% that it is a

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

2012-10-29 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13486651#comment-13486651 ] Anoop Sam John commented on HBASE-5416: --- My only point was that it is possible using

[jira] [Commented] (HBASE-5974) Scanner retry behavior with RPC timeout on next() seems incorrect

2012-10-29 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=1348#comment-1348 ] Anoop Sam John commented on HBASE-5974: --- Chunhui Not really.. I tested once more

[jira] [Commented] (HBASE-5974) Scanner retry behavior with RPC timeout on next() seems incorrect

2012-10-30 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13486684#comment-13486684 ] Anoop Sam John commented on HBASE-5974: --- Chunhui Your above mentioned steps for that

[jira] [Commented] (HBASE-5974) Scanner retry behavior with RPC timeout on next() seems incorrect

2012-10-30 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13486685#comment-13486685 ] Anoop Sam John commented on HBASE-5974: --- Your change was always throwing

[jira] [Commented] (HBASE-5974) Scanner retry behavior with RPC timeout on next() seems incorrect

2012-10-30 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13486696#comment-13486696 ] Anoop Sam John commented on HBASE-5974: --- I think I have done wrong in the test code

[jira] [Commented] (HBASE-7070) Scanner may retry forever after HBASE-5974

2012-10-30 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13486746#comment-13486746 ] Anoop Sam John commented on HBASE-7070: --- This will limit the number of retries in

[jira] [Updated] (HBASE-7070) Scanner may retry forever after HBASE-5974

2012-10-30 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anoop Sam John updated HBASE-7070: -- Affects Version/s: (was: 0.94.2) 0.96.0 Scanner may retry

[jira] [Commented] (HBASE-7070) Scanner may retry forever after HBASE-5974

2012-10-30 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13486808#comment-13486808 ] Anoop Sam John commented on HBASE-7070: --- You checked with the test case throwing

[jira] [Commented] (HBASE-7070) Scanner may retry forever after HBASE-5974

2012-10-30 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13487563#comment-13487563 ] Anoop Sam John commented on HBASE-7070: --- tries++; We can move inside instanceof

[jira] [Commented] (HBASE-7070) Scanner may retry forever after HBASE-5974

2012-10-31 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13487578#comment-13487578 ] Anoop Sam John commented on HBASE-7070: --- +1 for flag. Looks easy to understand then

[jira] [Commented] (HBASE-5500) [Coprocessors] Add hooks for bulk loading actions

2012-10-31 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13487587#comment-13487587 ] Anoop Sam John commented on HBASE-5500: --- This is already done as part of HBASE-6224

[jira] [Commented] (HBASE-7157) Report Metrics into an HBase table

2012-11-14 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13497038#comment-13497038 ] Anoop Sam John commented on HBASE-7157: --- Is the meaning that we need to allow

[jira] [Commented] (HBASE-7157) Report Metrics into an HBase table

2012-11-15 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13498581#comment-13498581 ] Anoop Sam John commented on HBASE-7157: --- Any chance some one finding out that Jira

[jira] [Commented] (HBASE-3776) Add Bloom Filter Support to HFileOutputFormat

2012-11-21 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13502583#comment-13502583 ] Anoop Sam John commented on HBASE-3776: --- Here the issue was handling of the blooms

[jira] [Commented] (HBASE-3776) Add Bloom Filter Support to HFileOutputFormat

2012-11-21 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13502584#comment-13502584 ] Anoop Sam John commented on HBASE-3776: --- @Jerry if you are not working on this , I

[jira] [Commented] (HBASE-7189) Adjacent column with timestamp=0 marked for deletion inadvertently

2012-11-21 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13502586#comment-13502586 ] Anoop Sam John commented on HBASE-7189: --- I tested the same scenario with 0.94

[jira] [Commented] (HBASE-3776) Add Bloom Filter Support to HFileOutputFormat

2012-11-23 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13503337#comment-13503337 ] Anoop Sam John commented on HBASE-3776: --- Started working with this. Will give patch

[jira] [Updated] (HBASE-6118) Add a testcase for HBASE-6065

2012-12-05 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anoop Sam John updated HBASE-6118: -- Fix Version/s: 0.94.1 0.96.0 Add a testcase for HBASE-6065

[jira] [Commented] (HBASE-7337) SingleColumnValueFilter seems to get unavailble data

2012-12-13 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13532042#comment-13532042 ] Anoop Sam John commented on HBASE-7337: --- bq. then i set latestVersionOnly to false,

[jira] [Commented] (HBASE-7337) SingleColumnValueFilter seems to get unavailble data

2012-12-13 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13532082#comment-13532082 ] Anoop Sam John commented on HBASE-7337: --- In Scan you can set how many version you

[jira] [Updated] (HBASE-7337) SingleColumnValueFilter seems to get unavailble data

2012-12-13 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anoop Sam John updated HBASE-7337: -- Description: put multi versions of a row. r1 cf:q version:1 value:1 r1 cf:q version:2

[jira] [Updated] (HBASE-3776) Add Bloom Filter Support to HFileOutputFormat

2012-12-14 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anoop Sam John updated HBASE-3776: -- Attachment: HBASE-3776.patch Add Bloom Filter Support to HFileOutputFormat

[jira] [Commented] (HBASE-3776) Add Bloom Filter Support to HFileOutputFormat

2012-12-14 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13532508#comment-13532508 ] Anoop Sam John commented on HBASE-3776: --- HFileOutputFormat creates StoreFile writer

[jira] [Commented] (HBASE-3776) Add Bloom Filter Support to HFileOutputFormat

2012-12-14 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13532964#comment-13532964 ] Anoop Sam John commented on HBASE-3776: --- I will give updated patch today addressing

[jira] [Updated] (HBASE-3776) Add Bloom Filter Support to HFileOutputFormat

2012-12-14 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anoop Sam John updated HBASE-3776: -- Status: Patch Available (was: In Progress) Add Bloom Filter Support to HFileOutputFormat

[jira] [Commented] (HBASE-3776) Add Bloom Filter Support to HFileOutputFormat

2012-12-14 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13532965#comment-13532965 ] Anoop Sam John commented on HBASE-3776: --- Submit patch. Let QA run the tests

[jira] [Updated] (HBASE-3776) Add Bloom Filter Support to HFileOutputFormat

2012-12-15 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anoop Sam John updated HBASE-3776: -- Attachment: HBASE-3776_v2.patch Addressing Ted's comments Add Bloom Filter

[jira] [Updated] (HBASE-3776) Add Bloom Filter Support to HFileOutputFormat

2012-12-15 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anoop Sam John updated HBASE-3776: -- Status: Open (was: Patch Available) Add Bloom Filter Support to HFileOutputFormat

[jira] [Updated] (HBASE-3776) Add Bloom Filter Support to HFileOutputFormat

2012-12-15 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anoop Sam John updated HBASE-3776: -- Status: Patch Available (was: Open) Add Bloom Filter Support to HFileOutputFormat

[jira] [Updated] (HBASE-3776) Add Bloom Filter Support to HFileOutputFormat

2012-12-15 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anoop Sam John updated HBASE-3776: -- Component/s: mapreduce Add Bloom Filter Support to HFileOutputFormat

[jira] [Commented] (HBASE-7272) HFileOutputFormat.configureIncrementalLoad should honor table Max File Size and Columns BlockSize

2012-12-15 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13533023#comment-13533023 ] Anoop Sam John commented on HBASE-7272: --- Checked the 92 code base. final long

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

2012-12-19 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13536758#comment-13536758 ] Anoop Sam John commented on HBASE-5416: --- [~sershe] The issue which coming while

[jira] [Commented] (HBASE-7362) Scan.setRaw(true) ignores Scan.setTimeRange(minTimestamp,maxTimestamp)

2012-12-19 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13536822#comment-13536822 ] Anoop Sam John commented on HBASE-7362: --- James Not able to reproduce this

[jira] [Commented] (HBASE-7392) Disable failing example unit tests TestZooKeeperScanPolicyObserver and TestBulkDeleteProtocol

2012-12-20 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13536996#comment-13536996 ] Anoop Sam John commented on HBASE-7392: --- Andrew.. No I am using the same old

[jira] [Commented] (HBASE-7392) Disable failing example unit tests TestZooKeeperScanPolicyObserver and TestBulkDeleteProtocol

2012-12-20 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13537021#comment-13537021 ] Anoop Sam John commented on HBASE-7392: --- TestBulkDeleteProtocol and

[jira] [Updated] (HBASE-7761) MemStore.USEMSLAB_DEFAULT is false, hbase-default.xml says it's true

2013-02-10 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anoop Sam John updated HBASE-7761: -- Fix Version/s: 0.94.6 0.96.0 MemStore.USEMSLAB_DEFAULT is false,

<    1   2   3   4   5   6   7   8   9   10   >