Successful: HBase Generate Website

2017-03-21 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. To update the live 
site, follow the instructions below. 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/534/artifact/website.patch.zip
 | funzip > 941070939f4bf65536ee74b9f62d3b5114da826b.patch
  git fetch
  git checkout -b asf-site-941070939f4bf65536ee74b9f62d3b5114da826b 
origin/asf-site
  git am --whitespace=fix 941070939f4bf65536ee74b9f62d3b5114da826b.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-941070939f4bf65536ee74b9f62d3b5114da826b branch.

There are lots of spurious changes, such as timestamps and CSS styles in 
tables, so a generic git diff is not very useful. 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 these 
commands:

  git commit --allow-empty -m "Empty commit" # to work around a current ASF 
INFRA bug
  git push origin asf-site-941070939f4bf65536ee74b9f62d3b5114da826b:asf-site
  git checkout asf-site
  git branch -D asf-site-941070939f4bf65536ee74b9f62d3b5114da826b

Changes take a couple of minutes to be propagated. You can verify whether they 
have been propagated by looking at the Last Published date at the bottom of 
http://hbase.apache.org/. It should match the date in the index.html on the 
asf-site branch in Git.

As a courtesy- reply-all to this email to let other committers know you pushed 
the site.



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

[jira] [Created] (HBASE-17817) Make Regionservers log which tables it removed coprocessors from when aborting

2017-03-21 Thread Steen Manniche (JIRA)
Steen Manniche created HBASE-17817:
--

 Summary: Make Regionservers log which tables it removed 
coprocessors from when aborting
 Key: HBASE-17817
 URL: https://issues.apache.org/jira/browse/HBASE-17817
 Project: HBase
  Issue Type: Improvement
  Components: Coprocessors, regionserver
Affects Versions: 1.1.2
Reporter: Steen Manniche


When a coprocessor throws a runtime exception (e.g. NPE), the regionserver 
handles this according to {{hbase.coprocessor.abortonerror}}.

The output in the logs give no indication as to which table the coprocessor was 
removed from (or which version, or jarfile is the culprit). This causes longer 
debugging and recovery times.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (HBASE-17816) HRegion#mutateRowWithLocks should update writeRequestCount metric

2017-03-21 Thread Ashu Pachauri (JIRA)
Ashu Pachauri created HBASE-17816:
-

 Summary: HRegion#mutateRowWithLocks should update 
writeRequestCount metric
 Key: HBASE-17816
 URL: https://issues.apache.org/jira/browse/HBASE-17816
 Project: HBase
  Issue Type: Bug
Reporter: Ashu Pachauri


Currently, all the calls that use HRegion#mutateRowWithLocks miss 
writeRequestCount metric. The mutateRowWithLocks base method should update the 
metric.

Examples are checkAndMutate calls through RSRpcServices#multi, Region#mutateRow 
api , MultiRowMutationProcessor coprocessor endpoint.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


Successful: HBase Generate Website

2017-03-21 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. To update the live 
site, follow the instructions below. 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/533/artifact/website.patch.zip
 | funzip > 11dc5bf6715a1cd8fe191cfcb299688af24865f8.patch
  git fetch
  git checkout -b asf-site-11dc5bf6715a1cd8fe191cfcb299688af24865f8 
origin/asf-site
  git am --whitespace=fix 11dc5bf6715a1cd8fe191cfcb299688af24865f8.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-11dc5bf6715a1cd8fe191cfcb299688af24865f8 branch.

There are lots of spurious changes, such as timestamps and CSS styles in 
tables, so a generic git diff is not very useful. 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 these 
commands:

  git commit --allow-empty -m "Empty commit" # to work around a current ASF 
INFRA bug
  git push origin asf-site-11dc5bf6715a1cd8fe191cfcb299688af24865f8:asf-site
  git checkout asf-site
  git branch -D asf-site-11dc5bf6715a1cd8fe191cfcb299688af24865f8

Changes take a couple of minutes to be propagated. You can verify whether they 
have been propagated by looking at the Last Published date at the bottom of 
http://hbase.apache.org/. It should match the date in the index.html on the 
asf-site branch in Git.

As a courtesy- reply-all to this email to let other committers know you pushed 
the site.



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

Successful: HBase Generate Website

2017-03-21 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. To update the live 
site, follow the instructions below. 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/532/artifact/website.patch.zip
 | funzip > 1cfd22bf43c9b64afae35d9bf16f764d0da80cab.patch
  git fetch
  git checkout -b asf-site-1cfd22bf43c9b64afae35d9bf16f764d0da80cab 
origin/asf-site
  git am --whitespace=fix 1cfd22bf43c9b64afae35d9bf16f764d0da80cab.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-1cfd22bf43c9b64afae35d9bf16f764d0da80cab branch.

There are lots of spurious changes, such as timestamps and CSS styles in 
tables, so a generic git diff is not very useful. 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 these 
commands:

  git commit --allow-empty -m "Empty commit" # to work around a current ASF 
INFRA bug
  git push origin asf-site-1cfd22bf43c9b64afae35d9bf16f764d0da80cab:asf-site
  git checkout asf-site
  git branch -D asf-site-1cfd22bf43c9b64afae35d9bf16f764d0da80cab

Changes take a couple of minutes to be propagated. You can verify whether they 
have been propagated by looking at the Last Published date at the bottom of 
http://hbase.apache.org/. It should match the date in the index.html on the 
asf-site branch in Git.

As a courtesy- reply-all to this email to let other committers know you pushed 
the site.



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

[jira] [Created] (HBASE-17815) Remove the unused field in PrefixTreeSeeker

2017-03-21 Thread Chia-Ping Tsai (JIRA)
Chia-Ping Tsai created HBASE-17815:
--

 Summary: Remove the unused field in PrefixTreeSeeker
 Key: HBASE-17815
 URL: https://issues.apache.org/jira/browse/HBASE-17815
 Project: HBase
  Issue Type: Improvement
Reporter: Chia-Ping Tsai
Assignee: Chia-Ping Tsai
Priority: Trivial


The "block" is never used due to HBASE-12298. We should remove it to stop the 
noise from FindBugs. (see HBASE-17664 and HBASE-17809)



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


Successful: HBase Generate Website

2017-03-21 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. To update the live 
site, follow the instructions below. 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/531/artifact/website.patch.zip
 | funzip > 1cfd22bf43c9b64afae35d9bf16f764d0da80cab.patch
  git fetch
  git checkout -b asf-site-1cfd22bf43c9b64afae35d9bf16f764d0da80cab 
origin/asf-site
  git am --whitespace=fix 1cfd22bf43c9b64afae35d9bf16f764d0da80cab.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-1cfd22bf43c9b64afae35d9bf16f764d0da80cab branch.

There are lots of spurious changes, such as timestamps and CSS styles in 
tables, so a generic git diff is not very useful. 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 these 
commands:

  git commit --allow-empty -m "Empty commit" # to work around a current ASF 
INFRA bug
  git push origin asf-site-1cfd22bf43c9b64afae35d9bf16f764d0da80cab:asf-site
  git checkout asf-site
  git branch -D asf-site-1cfd22bf43c9b64afae35d9bf16f764d0da80cab

Changes take a couple of minutes to be propagated. You can verify whether they 
have been propagated by looking at the Last Published date at the bottom of 
http://hbase.apache.org/. It should match the date in the index.html on the 
asf-site branch in Git.

As a courtesy- reply-all to this email to let other committers know you pushed 
the site.



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

Successful: HBase Generate Website

2017-03-21 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. To update the live 
site, follow the instructions below. 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/530/artifact/website.patch.zip
 | funzip > 1cfd22bf43c9b64afae35d9bf16f764d0da80cab.patch
  git fetch
  git checkout -b asf-site-1cfd22bf43c9b64afae35d9bf16f764d0da80cab 
origin/asf-site
  git am --whitespace=fix 1cfd22bf43c9b64afae35d9bf16f764d0da80cab.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-1cfd22bf43c9b64afae35d9bf16f764d0da80cab branch.

There are lots of spurious changes, such as timestamps and CSS styles in 
tables, so a generic git diff is not very useful. 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 these 
commands:

  git commit --allow-empty -m "Empty commit" # to work around a current ASF 
INFRA bug
  git push origin asf-site-1cfd22bf43c9b64afae35d9bf16f764d0da80cab:asf-site
  git checkout asf-site
  git branch -D asf-site-1cfd22bf43c9b64afae35d9bf16f764d0da80cab

Changes take a couple of minutes to be propagated. You can verify whether they 
have been propagated by looking at the Last Published date at the bottom of 
http://hbase.apache.org/. It should match the date in the index.html on the 
asf-site branch in Git.

As a courtesy- reply-all to this email to let other committers know you pushed 
the site.



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

Successful: HBase Generate Website

2017-03-21 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. To update the live 
site, follow the instructions below. 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/529/artifact/website.patch.zip
 | funzip > 8f4ae0a0dcb658c4fe669bc4cdc68ad8e6219daf.patch
  git fetch
  git checkout -b asf-site-8f4ae0a0dcb658c4fe669bc4cdc68ad8e6219daf 
origin/asf-site
  git am --whitespace=fix 8f4ae0a0dcb658c4fe669bc4cdc68ad8e6219daf.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-8f4ae0a0dcb658c4fe669bc4cdc68ad8e6219daf branch.

There are lots of spurious changes, such as timestamps and CSS styles in 
tables, so a generic git diff is not very useful. 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 these 
commands:

  git commit --allow-empty -m "Empty commit" # to work around a current ASF 
INFRA bug
  git push origin asf-site-8f4ae0a0dcb658c4fe669bc4cdc68ad8e6219daf:asf-site
  git checkout asf-site
  git branch -D asf-site-8f4ae0a0dcb658c4fe669bc4cdc68ad8e6219daf

Changes take a couple of minutes to be propagated. You can verify whether they 
have been propagated by looking at the Last Published date at the bottom of 
http://hbase.apache.org/. It should match the date in the index.html on the 
asf-site branch in Git.

As a courtesy- reply-all to this email to let other committers know you pushed 
the site.



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