[jira] [Commented] (HBASE-5864) Error while reading from hfile in 0.94

2012-04-25 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13261831#comment-13261831 ] dhruba borthakur commented on HBASE-5864: - Thanks for finding this ramkrishna. I

[jira] [Commented] (HBASE-5864) Error while reading from hfile in 0.94

2012-04-25 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13262383#comment-13262383 ] dhruba borthakur commented on HBASE-5864: - The meat of the change is in

[jira] [Commented] (HBASE-5864) Error while reading from hfile in 0.94

2012-04-25 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13262385#comment-13262385 ] dhruba borthakur commented on HBASE-5864: - I also grepped thru the code to see if

[jira] [Commented] (HBASE-4487) The increment operation can release the rowlock before sync-ing the Hlog

2012-06-14 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13294912#comment-13294912 ] dhruba borthakur commented on HBASE-4487: - If the hlog sync failed, you can invoke

[jira] [Commented] (HBASE-3855) Performance degradation of memstore because reseek is linear

2012-07-01 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13404689#comment-13404689 ] dhruba borthakur commented on HBASE-3855: - Sorry Jonathan: I might not be working

[jira] Commented: (HBASE-3021) Timestamp mismatch between WAL and MemStore for ICVs

2011-01-10 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3021?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12979523#action_12979523 ] dhruba borthakur commented on HBASE-3021: - The reason is that in

[jira] Commented: (HBASE-3434) ability to increment a counter without reading original value from storage

2011-01-10 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12979816#action_12979816 ] dhruba borthakur commented on HBASE-3434: - hi stack, Some of these ideas are still

[jira] Commented: (HBASE-3434) ability to increment a counter without reading original value from storage

2011-01-11 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12980585#action_12980585 ] dhruba borthakur commented on HBASE-3434: - Using co-processors seems to be the

[jira] Created: (HBASE-3504) HLog performance improvement

2011-02-03 Thread dhruba borthakur (JIRA)
HLog performance improvement Key: HBASE-3504 URL: https://issues.apache.org/jira/browse/HBASE-3504 Project: HBase Issue Type: Improvement Components: regionserver Reporter: dhruba borthakur

[jira] Commented: (HBASE-3504) HLog performance improvement

2011-02-03 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12990470#comment-12990470 ] dhruba borthakur commented on HBASE-3504: - One proposal is to make it a ReadWrite

[jira] Commented: (HBASE-3504) HLog performance improvement

2011-02-03 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12990475#comment-12990475 ] dhruba borthakur commented on HBASE-3504: - The HDFS write call is already

[jira] Commented: (HBASE-3504) HLog performance improvement

2011-02-03 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12990479#comment-12990479 ] dhruba borthakur commented on HBASE-3504: - from my understanding of the code that

[jira] Created: (HBASE-3588) Proposal to optimize ReadWriteConsistencyControl

2011-03-01 Thread dhruba borthakur (JIRA)
Proposal to optimize ReadWriteConsistencyControl Key: HBASE-3588 URL: https://issues.apache.org/jira/browse/HBASE-3588 Project: HBase Issue Type: Improvement Components:

[jira] Updated: (HBASE-3588) Proposal to optimize ReadWriteConsistencyControl

2011-03-01 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dhruba borthakur updated HBASE-3588: Attachment: rwcc.trunk.1 Proposal to optimize ReadWriteConsistencyControl

[jira] Updated: (HBASE-3588) Proposal to optimize ReadWriteConsistencyControl

2011-03-01 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dhruba borthakur updated HBASE-3588: Attachment: rwcc.trunk.1 A quick hack that explains my proposal. The idea is that we

[jira] Commented: (HBASE-3588) Proposal to optimize ReadWriteConsistencyControl

2011-03-02 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13001575#comment-13001575 ] dhruba borthakur commented on HBASE-3588: - I am yet to measure (at scale) the

[jira] Assigned: (HBASE-3604) Two region servers think that they own the same region: data loss

2011-03-04 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dhruba borthakur reassigned HBASE-3604: --- Assignee: dhruba borthakur Two region servers think that they own the same region:

[jira] Resolved: (HBASE-3604) Two region servers think that they own the same region: data loss

2011-03-04 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dhruba borthakur resolved HBASE-3604. - Resolution: Duplicate duplicate of HBASE-2231 Two region servers think that they own

[jira] Commented: (HBASE-2231) Compaction events should be written to HLog

2011-03-04 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13002784#comment-13002784 ] dhruba borthakur commented on HBASE-2231: - hi folks, can we get this into some

[jira] Commented: (HBASE-2231) Compaction events should be written to HLog

2011-03-04 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13002801#comment-13002801 ] dhruba borthakur commented on HBASE-2231: - yet another approach would be the

[jira] Created: (HBASE-3632) ability to record the block cache hit ratio for the last few minutes

2011-03-14 Thread dhruba borthakur (JIRA)
ability to record the block cache hit ratio for the last few minutes Key: HBASE-3632 URL: https://issues.apache.org/jira/browse/HBASE-3632 Project: HBase Issue Type:

[jira] Commented: (HBASE-2170) hbase lightweight client library as a distribution

2011-03-19 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13008739#comment-13008739 ] dhruba borthakur commented on HBASE-2170: - I can push up to 200k KeyValue per

[jira] [Commented] (HBASE-3679) Provide cost information associated with moving region(s)

2011-03-21 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13009495#comment-13009495 ] dhruba borthakur commented on HBASE-3679: - What would we do in the following case:

[jira] [Created] (HBASE-3718) Improve 'get' performance when row resides in memstore

2011-03-30 Thread dhruba borthakur (JIRA)
Improve 'get' performance when row resides in memstore -- Key: HBASE-3718 URL: https://issues.apache.org/jira/browse/HBASE-3718 Project: HBase Issue Type: Improvement Components:

[jira] [Created] (HBASE-3719) Workload has to drain before hlog can be rolled

2011-03-30 Thread dhruba borthakur (JIRA)
Workload has to drain before hlog can be rolled --- Key: HBASE-3719 URL: https://issues.apache.org/jira/browse/HBASE-3719 Project: HBase Issue Type: Improvement Components: regionserver

[jira] [Commented] (HBASE-3719) Workload has to drain before hlog can be rolled

2011-04-01 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13014945#comment-13014945 ] dhruba borthakur commented on HBASE-3719: - Of course, clients requests will not

[jira] [Commented] (HBASE-1364) [performance] Distributed splitting of regionserver commit logs

2011-04-08 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-1364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13017557#comment-13017557 ] dhruba borthakur commented on HBASE-1364: - -- Connect to me at

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

2011-04-15 Thread dhruba borthakur (JIRA)
Increment is non-idempotent but client retries RPC -- Key: HBASE-3787 URL: https://issues.apache.org/jira/browse/HBASE-3787 Project: HBase Issue Type: Bug Components: client

[jira] [Created] (HBASE-3833) ability to support includes/excludes list in Hbase

2011-04-29 Thread dhruba borthakur (JIRA)
ability to support includes/excludes list in Hbase -- Key: HBASE-3833 URL: https://issues.apache.org/jira/browse/HBASE-3833 Project: HBase Issue Type: Improvement Components: client,

[jira] [Commented] (HBASE-3833) ability to support includes/excludes list in Hbase

2011-05-02 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13027563#comment-13027563 ] dhruba borthakur commented on HBASE-3833: - another option would be to maintain the

[jira] [Commented] (HBASE-3845) data loss because lastSeqWritten can miss memstore edits

2011-05-02 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13027823#comment-13027823 ] dhruba borthakur commented on HBASE-3845: - Good finding Prakash! data loss

[jira] [Commented] (HBASE-3833) ability to support includes/excludes list in Hbase

2011-05-02 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13027828#comment-13027828 ] dhruba borthakur commented on HBASE-3833: - +1 to Todd's idea of similarity with

[jira] [Commented] (HBASE-3833) ability to support includes/excludes list in Hbase

2011-05-04 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13028643#comment-13028643 ] dhruba borthakur commented on HBASE-3833: - Patch looks good at first sight. I

[jira] [Commented] (HBASE-3833) ability to support includes/excludes list in Hbase

2011-05-04 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13028984#comment-13028984 ] dhruba borthakur commented on HBASE-3833: - agree with stack. let's nove any of

[jira] [Created] (HBASE-3855) Performance degradation of memstore because reseek is linear

2011-05-05 Thread dhruba borthakur (JIRA)
Performance degradation of memstore because reseek is linear Key: HBASE-3855 URL: https://issues.apache.org/jira/browse/HBASE-3855 Project: HBase Issue Type: Improvement

[jira] [Commented] (HBASE-3815) load balancer should ignore bad region servers

2011-05-05 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3815?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13029207#comment-13029207 ] dhruba borthakur commented on HBASE-3815: - This issue is mostly that bad

[jira] [Commented] (HBASE-3855) Performance degradation of memstore because reseek is linear

2011-05-05 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13029451#comment-13029451 ] dhruba borthakur commented on HBASE-3855: - Thanks Mikhail for your comments.

[jira] [Updated] (HBASE-3855) Performance degradation of memstore because reseek is linear

2011-05-05 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dhruba borthakur updated HBASE-3855: Status: Patch Available (was: Open) Performance degradation of memstore because reseek

[jira] [Updated] (HBASE-3855) Performance degradation of memstore because reseek is linear

2011-05-05 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dhruba borthakur updated HBASE-3855: Attachment: memstoreReseek.txt This patch changes a reseek to a seek if the number of kvs

[jira] [Commented] (HBASE-3855) Performance degradation of memstore because reseek is linear

2011-05-06 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13029787#comment-13029787 ] dhruba borthakur commented on HBASE-3855: - I have a cf with three columns. I

[jira] [Updated] (HBASE-3855) Performance degradation of memstore because reseek is linear

2011-05-06 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dhruba borthakur updated HBASE-3855: Attachment: memstoreReseek2.txt A minor improvement from the previous patch 1. invoke

[jira] [Updated] (HBASE-3899) enhance HBase RPC to support free-ing up server handler threads even if response is not ready

2011-05-19 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3899?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dhruba borthakur updated HBASE-3899: Attachment: asyncRpc.txt enhance HBase RPC to support free-ing up server handler threads

[jira] [Commented] (HBASE-3833) ability to support includes/excludes list in Hbase

2011-05-23 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13037791#comment-13037791 ] dhruba borthakur commented on HBASE-3833: - There are actually two use-cases that

[jira] [Commented] (HBASE-3899) enhance HBase RPC to support free-ing up server handler threads even if response is not ready

2011-05-23 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038340#comment-13038340 ] dhruba borthakur commented on HBASE-3899: - Thanks for the comments stack. The

[jira] [Commented] (HBASE-3833) ability to support includes/excludes list in Hbase

2011-05-23 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038342#comment-13038342 ] dhruba borthakur commented on HBASE-3833: - It will be nice to get both forced and

[jira] [Created] (HBASE-3921) Allow adding arbitrary blobs to Put

2011-05-25 Thread dhruba borthakur (JIRA)
Allow adding arbitrary blobs to Put --- Key: HBASE-3921 URL: https://issues.apache.org/jira/browse/HBASE-3921 Project: HBase Issue Type: Improvement Components: client Reporter: dhruba

[jira] [Updated] (HBASE-3921) Allow adding arbitrary blobs to Put

2011-05-25 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dhruba borthakur updated HBASE-3921: Attachment: putAttributes.txt Allow adding arbitrary blobs to Put

[jira] [Updated] (HBASE-3921) Allow adding arbitrary blobs to Put

2011-05-25 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dhruba borthakur updated HBASE-3921: Status: Patch Available (was: Open) Adds a arbitrary key-bytearray map to Put and Delete

[jira] [Commented] (HBASE-3899) enhance HBase RPC to support free-ing up server handler threads even if response is not ready

2011-05-27 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13040359#comment-13040359 ] dhruba borthakur commented on HBASE-3899: - I agree that these calls should

[jira] [Created] (HBASE-3938) enhance HBase client to issue async RPC

2011-05-31 Thread dhruba borthakur (JIRA)
enhance HBase client to issue async RPC --- Key: HBASE-3938 URL: https://issues.apache.org/jira/browse/HBASE-3938 Project: HBase Issue Type: Improvement Components: ipc Reporter:

[jira] [Commented] (HBASE-3950) IndexOutOfBoundsException reading results

2011-06-03 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13043225#comment-13043225 ] dhruba borthakur commented on HBASE-3950: - I am taking a look at this one.

[jira] [Commented] (HBASE-3950) IndexOutOfBoundsException reading results

2011-06-03 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13043234#comment-13043234 ] dhruba borthakur commented on HBASE-3950: - I cannot reproduce this bug on my test

[jira] [Created] (HBASE-4119) Ability to add column families without disabling the table

2011-07-20 Thread dhruba borthakur (JIRA)
Ability to add column families without disabling the table -- Key: HBASE-4119 URL: https://issues.apache.org/jira/browse/HBASE-4119 Project: HBase Issue Type: Improvement

[jira] [Commented] (HBASE-4119) Ability to add column families without disabling the table

2011-07-20 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13068708#comment-13068708 ] dhruba borthakur commented on HBASE-4119: - Yes, this looks like a subset of

[jira] [Resolved] (HBASE-4119) Ability to add column families without disabling the table

2011-07-20 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dhruba borthakur resolved HBASE-4119. - Resolution: Duplicate duplicate of HBASE-1730. Ability to add column families without

[jira] [Work started] (HBASE-4119) Ability to add column families without disabling the table

2011-07-20 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HBASE-4119 started by dhruba borthakur. Ability to add column families without disabling the table --

[jira] [Commented] (HBASE-4119) Ability to add column families without disabling the table

2011-07-20 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13068730#comment-13068730 ] dhruba borthakur commented on HBASE-4119: - Hi Todd, can you pl explain would it

[jira] [Commented] (HBASE-1730) Near-instantaneous online schema and table state updates

2011-07-20 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-1730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13068733#comment-13068733 ] dhruba borthakur commented on HBASE-1730: - Can somebody pl explain the current

[jira] [Commented] (HBASE-3845) data loss because lastSeqWritten can miss memstore edits

2011-07-21 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13069385#comment-13069385 ] dhruba borthakur commented on HBASE-3845: - Hi Prakash, would you like to review

[jira] [Commented] (HBASE-1730) Near-instantaneous online schema and table state updates

2011-07-22 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-1730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13069417#comment-13069417 ] dhruba borthakur commented on HBASE-1730: - I like Ryans' dictum that we store

[jira] [Created] (HBASE-4131) Make the Replication Service pluggable via a standard interface definition

2011-07-23 Thread dhruba borthakur (JIRA)
Make the Replication Service pluggable via a standard interface definition -- Key: HBASE-4131 URL: https://issues.apache.org/jira/browse/HBASE-4131 Project: HBase Issue

[jira] [Commented] (HBASE-4131) Make the Replication Service pluggable via a standard interface definition

2011-07-23 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13070083#comment-13070083 ] dhruba borthakur commented on HBASE-4131: - To keep compatibility with the

[jira] [Updated] (HBASE-4132) Extend the WALObserver API to accomodate log archival

2011-07-23 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dhruba borthakur updated HBASE-4132: Attachment: walArchive.txt Added two new methods to the WALObserver interface: {code}

[jira] [Commented] (HBASE-4132) Extend the WALObserver API to accomodate log archival

2011-07-23 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13070107#comment-13070107 ] dhruba borthakur commented on HBASE-4132: - stack: I did not even know the

[jira] [Commented] (HBASE-4132) Extend the WALObserver API to accomodate log archival

2011-07-25 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13070349#comment-13070349 ] dhruba borthakur commented on HBASE-4132: - stack: the LogCleaner api allows

[jira] Commented: (HBASE-7) [hbase] Provide a HBase checker and repair tool similar to fsck

2010-05-26 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12871849#action_12871849 ] dhruba borthakur commented on HBASE-7: -- I am in the process of writing a java utility

[jira] Commented: (HBASE-2957) Release row lock when waiting for wal-sync

2010-09-04 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12906312#action_12906312 ] dhruba borthakur commented on HBASE-2957: - I am seeing a typical use case of hbase

[jira] Commented: (HBASE-2957) Release row lock when waiting for wal-sync

2010-09-06 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12906627#action_12906627 ] dhruba borthakur commented on HBASE-2957: - @Todd: in your proposal you unlock the

[jira] Created: (HBASE-3030) The return code of many filesystem operations are not checked

2010-09-22 Thread dhruba borthakur (JIRA)
The return code of many filesystem operations are not checked - Key: HBASE-3030 URL: https://issues.apache.org/jira/browse/HBASE-3030 Project: HBase Issue Type: Bug

[jira] Commented: (HBASE-3030) The return code of many filesystem operations are not checked

2010-09-22 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12913692#action_12913692 ] dhruba borthakur commented on HBASE-3030: - The handling of these errors become all

[jira] [Created] (HBASE-4401) Record log region splits and region moves in the HLog

2011-09-13 Thread dhruba borthakur (JIRA)
Record log region splits and region moves in the HLog - Key: HBASE-4401 URL: https://issues.apache.org/jira/browse/HBASE-4401 Project: HBase Issue Type: Improvement Components:

[jira] [Commented] (HBASE-4401) Record log region splits and region moves in the HLog

2011-09-13 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13104276#comment-13104276 ] dhruba borthakur commented on HBASE-4401: - As it stands today, the hlog has only

[jira] [Updated] (HBASE-4401) Record log region splits and region moves in the HLog

2011-09-14 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dhruba borthakur updated HBASE-4401: Issue Type: Sub-task (was: Improvement) Parent: HBASE-1295 Record log region

[jira] [Commented] (HBASE-4132) Extend the WALActionsListener API to accomodate log archival

2011-09-21 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13109793#comment-13109793 ] dhruba borthakur commented on HBASE-4132: - I am getting back to this one. Here is

[jira] [Updated] (HBASE-4132) Extend the WALActionsListener API to accomodate log archival

2011-09-21 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dhruba borthakur updated HBASE-4132: Assignee: dhruba borthakur Extend the WALActionsListener API to accomodate log archival

[jira] [Updated] (HBASE-4132) Extend the WALActionsListener API to accomodate log archival

2011-09-21 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dhruba borthakur updated HBASE-4132: Attachment: walArchive2.txt New patch that introduces pre/post methods in

[jira] [Updated] (HBASE-4132) Extend the WALActionsListener API to accomodate log archival

2011-09-21 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dhruba borthakur updated HBASE-4132: Attachment: walArchive3.txt Addressed Jgrays' review comments. The API documents that

[jira] [Updated] (HBASE-4132) Extend the WALActionsListener API to accomodate log archival

2011-09-21 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dhruba borthakur updated HBASE-4132: Status: Patch Available (was: Open) Extend the WALActionsListener API to accomodate log

[jira] [Updated] (HBASE-4131) Make the Replication Service pluggable via a standard interface definition

2011-09-22 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dhruba borthakur updated HBASE-4131: Attachment: replicationInterface1.txt This patch creates an interface called

[jira] [Updated] (HBASE-4131) Make the Replication Service pluggable via a standard interface definition

2011-09-22 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dhruba borthakur updated HBASE-4131: Attachment: replicationInterface2.txt Addressed Stacks' comments. Split up the Replication

[jira] [Updated] (HBASE-4131) Make the Replication Service pluggable via a standard interface definition

2011-09-22 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dhruba borthakur updated HBASE-4131: Attachment: replicationInterface3.txt I removed redundant imports, rearranged the order of

[jira] [Updated] (HBASE-3833) ability to support includes/excludes list in Hbase

2011-09-22 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dhruba borthakur updated HBASE-3833: Status: Open (was: Patch Available) Not ready yet. ability to support includes/excludes

[jira] [Created] (HBASE-4477) Ability for an application to store metadata into the transaction log

2011-09-23 Thread dhruba borthakur (JIRA)
Ability for an application to store metadata into the transaction log - Key: HBASE-4477 URL: https://issues.apache.org/jira/browse/HBASE-4477 Project: HBase Issue Type:

[jira] [Commented] (HBASE-4131) Make the Replication Service pluggable via a standard interface definition

2011-09-23 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13113850#comment-13113850 ] dhruba borthakur commented on HBASE-4131: - Stack: thanks for taking the time to

[jira] [Updated] (HBASE-4477) Ability for an application to store metadata into the transaction log

2011-09-23 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dhruba borthakur updated HBASE-4477: Attachment: hlogMetadata1.txt The initial design I am considering here: 1. The Put call

[jira] [Updated] (HBASE-4132) Extend the WALActionsListener API to accomodate log archival

2011-09-24 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dhruba borthakur updated HBASE-4132: Attachment: walArchive4.addendum.txt This was an assert that my earlier patch added to the

[jira] [Commented] (HBASE-4477) Ability for an application to store metadata into the transaction log

2011-09-24 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13114104#comment-13114104 ] dhruba borthakur commented on HBASE-4477: - This can be implemented by WALObserver

[jira] [Updated] (HBASE-4131) Make the Replication Service pluggable via a standard interface definition

2011-09-26 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dhruba borthakur updated HBASE-4131: Attachment: replicationInterface4.txt The ReplicationTests were failing because line 3121

[jira] [Commented] (HBASE-4131) Make the Replication Service pluggable via a standard interface definition

2011-09-26 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13114697#comment-13114697 ] dhruba borthakur commented on HBASE-4131: - Two unit tests failed (all other

[jira] [Commented] (HBASE-4131) Make the Replication Service pluggable via a standard interface definition

2011-09-26 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13114791#comment-13114791 ] dhruba borthakur commented on HBASE-4131: - I checked out a fresh workspace from

[jira] [Commented] (HBASE-4192) Optimize HLog for Throughput Using Delayed RPCs

2011-09-26 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13114823#comment-13114823 ] dhruba borthakur commented on HBASE-4192: - I am proposing that we break up the

[jira] [Created] (HBASE-4487) The increment operation can release the rowlock before sync-ing the Hlog

2011-09-26 Thread dhruba borthakur (JIRA)
The increment operation can release the rowlock before sync-ing the Hlog Key: HBASE-4487 URL: https://issues.apache.org/jira/browse/HBASE-4487 Project: HBase Issue