[jira] [Reopened] (HBASE-11437) Modify cell tag handling code to treat the length as unsigned

2014-07-14 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anoop Sam John reopened HBASE-11437: There is one mistake I did in VisibilityUtils.java change. Going to give addendum for that.

[jira] [Created] (HBASE-11510) Visibility serialization format tag gets duplicated in Append/Increment'ed cells

2014-07-14 Thread Anoop Sam John (JIRA)
Anoop Sam John created HBASE-11510: -- Summary: Visibility serialization format tag gets duplicated in Append/Increment'ed cells Key: HBASE-11510 URL: https://issues.apache.org/jira/browse/HBASE-11510

[jira] [Reopened] (HBASE-11497) Expose RpcScheduling implementations as LimitedPrivate interfaces

2014-07-14 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell reopened HBASE-11497: Reopening for addendum > Expose RpcScheduling implementations as LimitedPrivate interfaces >

[jira] [Resolved] (HBASE-11509) Forward port HBASE-11039 to trunk and branch-1 after HBASE-11489

2014-07-14 Thread ramkrishna.s.vasudevan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ramkrishna.s.vasudevan resolved HBASE-11509. Resolution: Fixed Committed to trunk and branch-1 as suggested in HBASE-11

Re: HBase Failover

2014-07-14 Thread Jinal Shah
Hi esteban, I don't have access to HBase master logs but I'll try to get it if I can. When the failover occurs only the hbase service goes down. We see the standby Master being active. The clients run on different nodes and have the zookeeper configured correctly. Here is the post I have on stack

Question about HFile indices

2014-07-14 Thread Varun Sharma
Hi folks, I am wondering why we have a tiered index in the HFile format. Is it because the root index must fit in memory - hence must be limited in size. Does the bound on the root index pretty much dictate the index tiers ? Thank Varun

[jira] [Created] (HBASE-11511) Write flush events to WAL

2014-07-14 Thread Enis Soztutar (JIRA)
Enis Soztutar created HBASE-11511: - Summary: Write flush events to WAL Key: HBASE-11511 URL: https://issues.apache.org/jira/browse/HBASE-11511 Project: HBase Issue Type: Sub-task

[jira] [Created] (HBASE-11512) Write region open/close events to WAL

2014-07-14 Thread Enis Soztutar (JIRA)
Enis Soztutar created HBASE-11512: - Summary: Write region open/close events to WAL Key: HBASE-11512 URL: https://issues.apache.org/jira/browse/HBASE-11512 Project: HBase Issue Type: Sub-task

[jira] [Created] (HBASE-11513) Combine SingleMultiple Queue RpcExecutor into a single class

2014-07-14 Thread Jesse Yates (JIRA)
Jesse Yates created HBASE-11513: --- Summary: Combine SingleMultiple Queue RpcExecutor into a single class Key: HBASE-11513 URL: https://issues.apache.org/jira/browse/HBASE-11513 Project: HBase I

Cutting the 0.98.4 RC 0 at the end of today PST

2014-07-14 Thread Andrew Purtell
We are overdue. All blockers have been resolved. Time to pull the trigger. Please flush any pending commits you'd like to see go in. -- Best regards, - Andy Problems worthy of attack prove their worth by hitting back. - Piet Hein (via Tom White)

Phone bridge info [Re: Meetup invitation: Consensus based replication in Hadoop]

2014-07-14 Thread Konstantin Boudnik
To enable remote people to join the conversation, we'll keep open the following GotoMeeting session. You can join either from your computer or by using dial-in number. = Please join my meeting, Jul 15, 2014 at 12:00 PM PDT. https://www4

Re: Question about HFile indices

2014-07-14 Thread Andrew Purtell
We used to hold the entire HFile index in memory, although you could trade off between the size of the index and amount of IO required to find the desired records. Facebook found the aggregate size of indexes far too large for their use case(s) so included the tiered index in the HFile V2 redesign.

Re: Question about HFile indices

2014-07-14 Thread Ted Yu
Varun: Have you read the first section of https://issues.apache.org/jira/secure/attachment/12487932/hfile_format_v2_design_draft_0.4.odt ? Please see this as well : https://issues.apache.org/jira/browse/HBASE-3857?focusedCommentId=13031489&page=com.atlassian.jira.plugin.system.issuetabpanels:comme

[jira] [Created] (HBASE-11514) Fix findbugs warnings in blockcache, remove hbase.bucketcache.percentage.in.combinedcache

2014-07-14 Thread stack (JIRA)
stack created HBASE-11514: - Summary: Fix findbugs warnings in blockcache, remove hbase.bucketcache.percentage.in.combinedcache Key: HBASE-11514 URL: https://issues.apache.org/jira/browse/HBASE-11514 Project:

[jira] [Resolved] (HBASE-11497) Expose RpcScheduling implementations as LimitedPrivate interfaces

2014-07-14 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell resolved HBASE-11497. Resolution: Fixed Committed addendum to 0.98+ > Expose RpcScheduling implementations as L

[jira] [Reopened] (HBASE-11492) Hadoop configuration overrides some ipc parameters including tcpNoDelay

2014-07-14 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell reopened HBASE-11492: Reopening. Seems this was committed on master and branch-1, see the integration messages on t

[jira] [Resolved] (HBASE-11513) Combine SingleMultiple Queue RpcExecutor into a single class

2014-07-14 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell resolved HBASE-11513. Resolution: Fixed Fix Version/s: 2.0.0 0.98.4

[jira] [Resolved] (HBASE-11256) [Visibility Controller] Enhance IntegrationTestWithCellVisibilityLoadAndVerify to verify delete behaviour

2014-07-14 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell resolved HBASE-11256. Resolution: Not a Problem Fix Version/s: (was: 0.98.4) (w

[jira] [Resolved] (HBASE-11101) Documentation review

2014-07-14 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack resolved HBASE-11101. --- Resolution: Fixed Resovling. Agree this too nebulous an issue. Will file explicit issues for 1.0. > Docu

Re: Cutting the 0.98.4 RC 0 at the end of today PST

2014-07-14 Thread Enis Söztutar
Committing https://issues.apache.org/jira/browse/HBASE-11442 now. On Mon, Jul 14, 2014 at 12:14 PM, Andrew Purtell wrote: > We are overdue. All blockers have been resolved. Time to pull the trigger. > Please flush any pending commits you'd like to see go in. > > > -- > Best regards, > >- A

Re: Cutting the 0.98.4 RC 0 at the end of today PST

2014-07-14 Thread Andrew Purtell
Thanks Enis On Mon, Jul 14, 2014 at 4:45 PM, Enis Söztutar wrote: > Committing https://issues.apache.org/jira/browse/HBASE-11442 now. > > > On Mon, Jul 14, 2014 at 12:14 PM, Andrew Purtell > wrote: > > > We are overdue. All blockers have been resolved. Time to pull the > trigger. > > Please f

Re: Cutting the 0.98.4 RC 0 at the end of today PST

2014-07-14 Thread Enis Söztutar
All done. Had to cp https://issues.apache.org/jira/browse/HBASE-11302 as well. Seemed important. Enis On Mon, Jul 14, 2014 at 4:51 PM, Andrew Purtell wrote: > Thanks Enis > > > On Mon, Jul 14, 2014 at 4:45 PM, Enis Söztutar wrote: > > > Committing https://issues.apache.org/jira/browse/HBASE-1

[jira] [Created] (HBASE-11515) Rewrite HBase Ref Guide for HBase 2.0

2014-07-14 Thread Misty Stanley-Jones (JIRA)
Misty Stanley-Jones created HBASE-11515: --- Summary: Rewrite HBase Ref Guide for HBase 2.0 Key: HBASE-11515 URL: https://issues.apache.org/jira/browse/HBASE-11515 Project: HBase Issue Typ

[jira] [Resolved] (HBASE-11321) Restructure Ref Guide

2014-07-14 Thread Misty Stanley-Jones (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Misty Stanley-Jones resolved HBASE-11321. - Resolution: Fixed This will be the rough structure of the new guide for 2.0. If

[VOTE] The 1st HBase 0.98.4 release candidate (RC0) is available, vote closing 7/21/2014

2014-07-14 Thread Andrew Purtell
The 1st HBase 0.98.4 release candidate (RC0) is available for download at http://people.apache.org/~apurtell/0.98.4RC0/ and Maven artifacts are also available in the temporary repository https://repository.apache.org/content/repositories/orgapachehbase-1026/ Signed with my code signing key D5365CC

[jira] [Created] (HBASE-11516) Track time spent in executing coprocessors in each region.

2014-07-14 Thread Srikanth Srungarapu (JIRA)
Srikanth Srungarapu created HBASE-11516: --- Summary: Track time spent in executing coprocessors in each region. Key: HBASE-11516 URL: https://issues.apache.org/jira/browse/HBASE-11516 Project: HBas

[jira] [Created] (HBASE-11517) TestReplicaWithCluster turns zombie

2014-07-14 Thread stack (JIRA)
stack created HBASE-11517: - Summary: TestReplicaWithCluster turns zombie Key: HBASE-11517 URL: https://issues.apache.org/jira/browse/HBASE-11517 Project: HBase Issue Type: Bug Reporter: s