Re: [VOTE] Second release candidate for HBase 1.2.1 (RC1) is available

2016-04-04 Thread Andrew Purtell
Argh, sorry Sean. Let me look tomorrow.

On Mon, Apr 4, 2016 at 10:38 AM, Sean Busbey  wrote:

> friendly reminder that this VOTE closes in a little under 48 hours.
>
> On Wed, Mar 30, 2016 at 2:06 PM, Sean Busbey  wrote:
> > Hi folks!
> >
> > I'm happy to announce that the next release candidate of HBase 1.2.1 is
> > available for download at:
> >
> > https://dist.apache.org/repos/dist/dev/hbase/hbase-1.2.1RC1/
> >
> > As of this vote, the relevant md5 hashes are:
> >
> > e8291abd097d8eafcd52f9e2f8749c49  hbase-1.2.1-bin.tar.gz
> > 3d66c0dd4f38fa881046fe64dd680a7a  hbase-1.2.1-src.tar.gz
> >
> > Maven artifacts are also available in the staging repository
> >
> > https://repository.apache.org/content/repositories/orgapachehbase-1134/
> >
> > All artifacts are signed with my code signing key 0D80DB7C, available in
> > the project KEYS file:
> >
> > http://www.apache.org/dist/hbase/KEYS
> >
> > These artifacts correspond to commit hash
> >
> > 8d8a7107dc4ccbf36a92f64675dc60392f85c015
> >
> > which signed tag 1.2.1RC1 currently points to:
> >
> > https://s.apache.org/hbase-1.2.1RC1-tag
> >
> > HBase 1.2.1 is the first maintenance release in the HBase 1.2.z line,
> > continuing on the theme of bringing a stable, reliable database to the
> > Hadoop and NoSQL communities. This release includes 27 resolved issues
> > since the 1.2.0 release.
> >
> > Notable fixes include:
> >
> > * [HBASE-15441] - Fix WAL splitting when region has moved multiple times
> > * [HBASE-15219] - Canary tool does not return non-zero exit code when
> >   one of regions is in stuck state
> > * [HBASE-15325] - ResultScanner allowing partial result will miss the
> >   rest of the row if the region is moved between two
> >   rpc requests
> > * [HBASE-15378] - Scanner cannot handle heartbeat message with no
> >   results
> >
> >
> > The full list of issues can be found in the CHANGES.txt file included in
> > the release and online at:
> >
> > https://s.apache.org/hbase-1.2.1-jira-releasenotes
> >
> > To see the changes since the prior release candidate, you can use the
> > following git command on
> > a up-to-date checkout of the hbase repository:
> >
> > git log 1.2.1RC0..1.2.1RC1
> >
> > Please take some time to verify the release[1], try out the release
> > candidate, and vote on releasing it:
> >
> > [ ] +1 Release this package as HBase 1.2.1
> > [ ] +0 no opinion
> > [ ] -1 Do not release this package because...
> >
> > Vote will be subject to Majority Approval[2] and will close at
> > 5:00PM UTC on Wednesday, April 6th, 2016[3].
> >
> > [1]: http://www.apache.org/info/verification.html
> > [2]: https://www.apache.org/foundation/glossary.html#MajorityApproval
> > [3]: to find this in your local timezone see:
> >
> > https://s.apache.org/hbase-1.2.1RC1-vote-close
>
>
>
> --
> busbey
>



-- 
Best regards,

   - Andy

Problems worthy of attack prove their worth by hitting back. - Piet Hein
(via Tom White)


[jira] [Created] (HBASE-15592) Print Procedure WAL content

2016-04-04 Thread Jerry He (JIRA)
Jerry He created HBASE-15592:


 Summary: Print Procedure WAL content
 Key: HBASE-15592
 URL: https://issues.apache.org/jira/browse/HBASE-15592
 Project: HBase
  Issue Type: New Feature
Reporter: Jerry He


Let's have a printer to print the content of Procedure WAL.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (HBASE-15591) ServerCrashProcedure not yielding

2016-04-04 Thread Jerry He (JIRA)
Jerry He created HBASE-15591:


 Summary: ServerCrashProcedure not yielding
 Key: HBASE-15591
 URL: https://issues.apache.org/jira/browse/HBASE-15591
 Project: HBase
  Issue Type: Bug
Affects Versions: 1.2.0, 2.0.0
Reporter: Jerry He


ServerCrashProcedure is not propagating ProcedureYieldException to the 
ProcedureExecutor 

One symptom is that while ServerCrashProcedure is waiting for meta to be up the 
Procedure WALs get filled up rapidly with all the executions.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Re: [VOTE] Second release candidate for HBase 1.2.1 (RC1) is available

2016-04-04 Thread Sean Busbey
friendly reminder that this VOTE closes in a little under 48 hours.

On Wed, Mar 30, 2016 at 2:06 PM, Sean Busbey  wrote:
> Hi folks!
>
> I'm happy to announce that the next release candidate of HBase 1.2.1 is
> available for download at:
>
> https://dist.apache.org/repos/dist/dev/hbase/hbase-1.2.1RC1/
>
> As of this vote, the relevant md5 hashes are:
>
> e8291abd097d8eafcd52f9e2f8749c49  hbase-1.2.1-bin.tar.gz
> 3d66c0dd4f38fa881046fe64dd680a7a  hbase-1.2.1-src.tar.gz
>
> Maven artifacts are also available in the staging repository
>
> https://repository.apache.org/content/repositories/orgapachehbase-1134/
>
> All artifacts are signed with my code signing key 0D80DB7C, available in
> the project KEYS file:
>
> http://www.apache.org/dist/hbase/KEYS
>
> These artifacts correspond to commit hash
>
> 8d8a7107dc4ccbf36a92f64675dc60392f85c015
>
> which signed tag 1.2.1RC1 currently points to:
>
> https://s.apache.org/hbase-1.2.1RC1-tag
>
> HBase 1.2.1 is the first maintenance release in the HBase 1.2.z line,
> continuing on the theme of bringing a stable, reliable database to the
> Hadoop and NoSQL communities. This release includes 27 resolved issues
> since the 1.2.0 release.
>
> Notable fixes include:
>
> * [HBASE-15441] - Fix WAL splitting when region has moved multiple times
> * [HBASE-15219] - Canary tool does not return non-zero exit code when
>   one of regions is in stuck state
> * [HBASE-15325] - ResultScanner allowing partial result will miss the
>   rest of the row if the region is moved between two
>   rpc requests
> * [HBASE-15378] - Scanner cannot handle heartbeat message with no
>   results
>
>
> The full list of issues can be found in the CHANGES.txt file included in
> the release and online at:
>
> https://s.apache.org/hbase-1.2.1-jira-releasenotes
>
> To see the changes since the prior release candidate, you can use the
> following git command on
> a up-to-date checkout of the hbase repository:
>
> git log 1.2.1RC0..1.2.1RC1
>
> Please take some time to verify the release[1], try out the release
> candidate, and vote on releasing it:
>
> [ ] +1 Release this package as HBase 1.2.1
> [ ] +0 no opinion
> [ ] -1 Do not release this package because...
>
> Vote will be subject to Majority Approval[2] and will close at
> 5:00PM UTC on Wednesday, April 6th, 2016[3].
>
> [1]: http://www.apache.org/info/verification.html
> [2]: https://www.apache.org/foundation/glossary.html#MajorityApproval
> [3]: to find this in your local timezone see:
>
> https://s.apache.org/hbase-1.2.1RC1-vote-close



-- 
busbey


[jira] [Created] (HBASE-15590) Add ACL for requesting table backup

2016-04-04 Thread Ted Yu (JIRA)
Ted Yu created HBASE-15590:
--

 Summary: Add ACL for requesting table backup
 Key: HBASE-15590
 URL: https://issues.apache.org/jira/browse/HBASE-15590
 Project: HBase
  Issue Type: Bug
Reporter: Ted Yu
Assignee: Ted Yu


This issue adds necessary coprocessor hooks for table backup request along with 
enforcing permission check in AccessController through the new hooks.

To perform backup, admin privilege is required in secure deployment. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Successful: HBase Generate Website

2016-04-04 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git

  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/188/artifact/website.patch.zip
 | funzip > 33396c3629a83f2379a69f3a3b493ae8e6ee0a13.patch
  git fetch
  git checkout -b asf-site-33396c3629a83f2379a69f3a3b493ae8e6ee0a13 
origin/asf-site
  git am 33396c3629a83f2379a69f3a3b493ae8e6ee0a13.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-33396c3629a83f2379a69f3a3b493ae8e6ee0a13 branch, and you can review 
the differences by running:

  git diff origin/asf-site

There are lots of spurious changes, such as timestamps and CSS styles in 
tables. To see a list of files that have been added, deleted, renamed, changed 
type, or are otherwise interesting, use the following command:

  git diff --name-status --diff-filter=ADCRTXUB origin/asf-site

To see only files that had 100 or more lines changed:

  git diff --stat origin/asf-site | grep -E '[1-9][0-9]{2,}'

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-33396c3629a83f2379a69f3a3b493ae8e6ee0a13:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-33396c3629a83f2379a69f3a3b493ae8e6ee0a13 branch:

  git checkout asf-site && git branch -d 
asf-site-33396c3629a83f2379a69f3a3b493ae8e6ee0a13



If failed, see https://builds.apache.org/job/hbase_generate_website/188/console

[jira] [Resolved] (HBASE-15589) build fails

2016-04-04 Thread Sean Busbey (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-15589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sean Busbey resolved HBASE-15589.
-
Resolution: Information Provided

Please seek troubleshooting help on either the [user mailing 
list|http://mail-archives.apache.org/mod_mbox/hbase-user/] or the [dev mailing 
list|http://mail-archives.apache.org/mod_mbox/hbase-dev/].

> build fails
> ---
>
> Key: HBASE-15589
> URL: https://issues.apache.org/jira/browse/HBASE-15589
> Project: HBase
>  Issue Type: Bug
>Affects Versions: 2.0.0
>Reporter: Venkatesh Ramasamy
>Priority: Minor
>
> Build fails with the below reason
> [ERROR] around Ant part ... name="jspcompiler" classpathref="maven.compile.classpath"/>... @ 15:106 in 
> /Users/vramasamy/hadoop-projects/hbase/hbase-server/target/antrun/build-main.xml:
>  org.apache.jasper.JasperException



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (HBASE-15589) build fails

2016-04-04 Thread Venkatesh Ramasamy (JIRA)
Venkatesh Ramasamy created HBASE-15589:
--

 Summary: build fails
 Key: HBASE-15589
 URL: https://issues.apache.org/jira/browse/HBASE-15589
 Project: HBase
  Issue Type: Bug
Affects Versions: 2.0.0
Reporter: Venkatesh Ramasamy
Priority: Minor


Build fails with the below reason

[ERROR] around Ant part .. @ 15:106 in 
/Users/vramasamy/hadoop-projects/hbase/hbase-server/target/antrun/build-main.xml:
 org.apache.jasper.JasperException



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Successful: hbase.apache.org HTML Checker

2016-04-04 Thread Apache Jenkins Server
Successful

If successful, the HTML and link-checking report for http://hbase.apache.org is 
available at 
https://builds.apache.org/job/HBase%20Website%20Link%20Ckecker/33/artifact/link_report/index.html.

If failed, see 
https://builds.apache.org/job/HBase%20Website%20Link%20Ckecker/33/console.