[jira] [Commented] (HBASE-16751) Add tuning information to HBase Book

2016-10-14 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-16751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15574592#comment-15574592
 ] 

Hudson commented on HBASE-16751:


FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #1783 (See 
[https://builds.apache.org/job/HBase-Trunk_matrix/1783/])
HBASE-16751 Add tuning information to HBase Book (apurtell: rev 
91a7bbd5818a3724fb3a9a67d516825572d3cbd4)
* (edit) src/main/asciidoc/_chapters/schema_design.adoc


> Add tuning information to HBase Book
> 
>
> Key: HBASE-16751
> URL: https://issues.apache.org/jira/browse/HBASE-16751
> Project: HBase
>  Issue Type: New Feature
>Reporter: Peter Conrad
>Assignee: Peter Conrad
>Priority: Minor
> Fix For: 2.0.0
>
> Attachments: HBASE-16751.patch, HBASE-16751.patch
>
>




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


[jira] [Commented] (HBASE-16751) Add tuning information to HBase Book

2016-10-13 Thread Peter Conrad (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-16751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15573106#comment-15573106
 ] 

Peter Conrad commented on HBASE-16751:
--

I agree with your changes. I'm fine with you fixing these at commit. Let me 
know if there's any action you need from me.

> Add tuning information to HBase Book
> 
>
> Key: HBASE-16751
> URL: https://issues.apache.org/jira/browse/HBASE-16751
> Project: HBase
>  Issue Type: New Feature
>Reporter: Peter Conrad
>Assignee: Peter Conrad
>Priority: Minor
> Attachments: HBASE-16751.patch, HBASE-16751.patch
>
>




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


[jira] [Commented] (HBASE-16751) Add tuning information to HBase Book

2016-10-13 Thread Andrew Purtell (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-16751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15572739#comment-15572739
 ] 

Andrew Purtell commented on HBASE-16751:


Another nit:
{quote}
Optimize for low collection latency rather than throughput: -XX:+UseParNewGC

Collect eden in parallel: -Xmn512m
{quote}
For these two items, we need to swap them:
{quote}
Optimize for low collection latency rather than throughput: -Xmn512m

Collect eden in parallel: -XX:+UseParNewGC
{quote}

I can also fix this at commit.


> Add tuning information to HBase Book
> 
>
> Key: HBASE-16751
> URL: https://issues.apache.org/jira/browse/HBASE-16751
> Project: HBase
>  Issue Type: New Feature
>Reporter: Peter Conrad
>Assignee: Peter Conrad
>Priority: Minor
> Attachments: HBASE-16751.patch, HBASE-16751.patch
>
>




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


[jira] [Commented] (HBASE-16751) Add tuning information to HBase Book

2016-10-13 Thread Andrew Purtell (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-16751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15572717#comment-15572717
 ] 

Andrew Purtell commented on HBASE-16751:


I did a site build of the patch and reviewed the changes. They look good, but 
while reading this part:
{quote}
Optionally, split the call queues into separate read and write queues for 
differentiated service. The parameter hbase.ipc.server.callqueue.handler.factor 
specifies the number of call queues:

0 means a single shared queue

1 means one queue for each handler.
{quote}
I think we want to make a small change here [~pconrad]. This isn't a binary 
configuration parameter. That can be confusing. We should add another bullet 
point that says: 
{quote}
A value between 0 and 1 allocates the number of queues proportionally to the 
number of handlers. For instance, a value of .5 shares one queue between each 
two handlers.
{quote}
If you agree with this change I can just go ahead and make it while committing. 


> Add tuning information to HBase Book
> 
>
> Key: HBASE-16751
> URL: https://issues.apache.org/jira/browse/HBASE-16751
> Project: HBase
>  Issue Type: New Feature
>Reporter: Peter Conrad
>Assignee: Peter Conrad
>Priority: Minor
> Attachments: HBASE-16751.patch, HBASE-16751.patch
>
>




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


[jira] [Commented] (HBASE-16751) Add tuning information to HBase Book

2016-10-11 Thread Andrew Purtell (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-16751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15565900#comment-15565900
 ] 

Andrew Purtell commented on HBASE-16751:


I think this is good to go in. The 'asflicense' test result is weird but not 
germane to this patch as it is only updating an existing file.   If there are 
no further comments I will do a local test build for sanity and then commit. 

> Add tuning information to HBase Book
> 
>
> Key: HBASE-16751
> URL: https://issues.apache.org/jira/browse/HBASE-16751
> Project: HBase
>  Issue Type: New Feature
>Reporter: Peter Conrad
>Assignee: Peter Conrad
>Priority: Minor
> Attachments: HBASE-16751.patch, HBASE-16751.patch
>
>




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


[jira] [Commented] (HBASE-16751) Add tuning information to HBase Book

2016-10-06 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-16751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15553669#comment-15553669
 ] 

Hadoop QA commented on HBASE-16751:
---

| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | {color:blue} reexec {color} | {color:blue} 0m 16s 
{color} | {color:blue} Docker mode activated. {color} |
| {color:green}+1{color} | {color:green} hbaseanti {color} | {color:green} 0m 
0s {color} | {color:green} Patch does not have any anti-patterns. {color} |
| {color:green}+1{color} | {color:green} @author {color} | {color:green} 0m 0s 
{color} | {color:green} The patch does not contain any @author tags. {color} |
| {color:red}-1{color} | {color:red} test4tests {color} | {color:red} 0m 0s 
{color} | {color:red} The patch doesn't appear to include any new or modified 
tests. Please justify why no new tests are needed for this patch. Also please 
list what manual steps were performed to verify this patch. {color} |
| {color:green}+1{color} | {color:green} mvninstall {color} | {color:green} 3m 
28s {color} | {color:green} master passed {color} |
| {color:green}+1{color} | {color:green} mvneclipse {color} | {color:green} 1m 
22s {color} | {color:green} master passed {color} |
| {color:green}+1{color} | {color:green} javadoc {color} | {color:green} 2m 12s 
{color} | {color:green} master passed {color} |
| {color:green}+1{color} | {color:green} mvninstall {color} | {color:green} 3m 
35s {color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} mvneclipse {color} | {color:green} 1m 
17s {color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} whitespace {color} | {color:green} 0m 
0s {color} | {color:green} The patch has no whitespace issues. {color} |
| {color:green}+1{color} | {color:green} hadoopcheck {color} | {color:green} 
30m 38s {color} | {color:green} Patch does not cause any errors with Hadoop 
2.4.0 2.4.1 2.5.0 2.5.1 2.5.2 2.6.1 2.6.2 2.6.3 2.7.1. {color} |
| {color:green}+1{color} | {color:green} hbaseprotoc {color} | {color:green} 1m 
47s {color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} javadoc {color} | {color:green} 2m 0s 
{color} | {color:green} the patch passed {color} |
| {color:red}-1{color} | {color:red} unit {color} | {color:red} 88m 43s {color} 
| {color:red} root in the patch failed. {color} |
| {color:red}-1{color} | {color:red} asflicense {color} | {color:red} 0m 23s 
{color} | {color:red} The patch generated 140 ASF License warnings. {color} |
| {color:black}{color} | {color:black} {color} | {color:black} 135m 52s {color} 
| {color:black} {color} |
\\
\\
|| Reason || Tests ||
| Failed junit tests | hadoop.hbase.regionserver.TestHRegionWithInMemoryFlush |
| Timed out junit tests | 
org.apache.hadoop.hbase.client.TestSnapshotCloneIndependence |
|   | org.apache.hadoop.hbase.client.TestClientOperationInterrupt |
|   | org.apache.hadoop.hbase.client.TestHCM |
|   | 
org.apache.hadoop.hbase.client.TestCloneSnapshotFromClientWithRegionReplicas |
\\
\\
|| Subsystem || Report/Notes ||
| Docker | Client=1.11.2 Server=1.11.2 Image:yetus/hbase:7bda515 |
| JIRA Patch URL | 
https://issues.apache.org/jira/secure/attachment/12832049/HBASE-16751.patch |
| JIRA Issue | HBASE-16751 |
| Optional Tests |  asflicense  javac  javadoc  unit  |
| uname | Linux b3d98c89918f 3.13.0-92-generic #139-Ubuntu SMP Tue Jun 28 
20:42:26 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux |
| Build tool | maven |
| Personality | 
/home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/component/dev-support/hbase-personality.sh
 |
| git revision | master / 97c1333 |
| Default Java | 1.8.0_101 |
| unit | 
https://builds.apache.org/job/PreCommit-HBASE-Build/3867/artifact/patchprocess/patch-unit-root.txt
 |
| unit test logs |  
https://builds.apache.org/job/PreCommit-HBASE-Build/3867/artifact/patchprocess/patch-unit-root.txt
 |
|  Test Results | 
https://builds.apache.org/job/PreCommit-HBASE-Build/3867/testReport/ |
| asflicense | 
https://builds.apache.org/job/PreCommit-HBASE-Build/3867/artifact/patchprocess/patch-asflicense-problems.txt
 |
| modules | C: . U: . |
| Console output | 
https://builds.apache.org/job/PreCommit-HBASE-Build/3867/console |
| Powered by | Apache Yetus 0.3.0   http://yetus.apache.org |


This message was automatically generated.



> Add tuning information to HBase Book
> 
>
> Key: HBASE-16751
> URL: https://issues.apache.org/jira/browse/HBASE-16751
> Project: HBase
>  Issue Type: New Feature
>Reporter: Peter Conrad
>Assignee: Peter Conrad
>Priority: Minor
> Attachments: HBASE-16751.patch, HBASE-16751.patch
>
>




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


[jira] [Commented] (HBASE-16751) Add tuning information to HBase Book

2016-10-06 Thread Jean-Marc Spaggiari (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-16751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15552691#comment-15552691
 ] 

Jean-Marc Spaggiari commented on HBASE-16751:
-

hi Peter,

I think only the whitespace line is related to your patch. Can you address it?

> Add tuning information to HBase Book
> 
>
> Key: HBASE-16751
> URL: https://issues.apache.org/jira/browse/HBASE-16751
> Project: HBase
>  Issue Type: New Feature
>Reporter: Peter Conrad
>Assignee: Peter Conrad
>Priority: Minor
> Attachments: HBASE-16751.patch
>
>




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


[jira] [Commented] (HBASE-16751) Add tuning information to HBase Book

2016-10-06 Thread Peter Conrad (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-16751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15552662#comment-15552662
 ] 

Peter Conrad commented on HBASE-16751:
--

I'm new at contributing doc to HBase and don't know how to address those test 
failures. Can anyone help?

> Add tuning information to HBase Book
> 
>
> Key: HBASE-16751
> URL: https://issues.apache.org/jira/browse/HBASE-16751
> Project: HBase
>  Issue Type: New Feature
>Reporter: Peter Conrad
>Assignee: Peter Conrad
>Priority: Minor
> Attachments: HBASE-16751.patch
>
>




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


[jira] [Commented] (HBASE-16751) Add tuning information to HBase Book

2016-10-03 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-16751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15543551#comment-15543551
 ] 

Hadoop QA commented on HBASE-16751:
---

| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | {color:blue} reexec {color} | {color:blue} 0m 12s 
{color} | {color:blue} Docker mode activated. {color} |
| {color:green}+1{color} | {color:green} hbaseanti {color} | {color:green} 0m 
0s {color} | {color:green} Patch does not have any anti-patterns. {color} |
| {color:green}+1{color} | {color:green} @author {color} | {color:green} 0m 0s 
{color} | {color:green} The patch does not contain any @author tags. {color} |
| {color:red}-1{color} | {color:red} test4tests {color} | {color:red} 0m 0s 
{color} | {color:red} The patch doesn't appear to include any new or modified 
tests. Please justify why no new tests are needed for this patch. Also please 
list what manual steps were performed to verify this patch. {color} |
| {color:green}+1{color} | {color:green} mvninstall {color} | {color:green} 3m 
33s {color} | {color:green} master passed {color} |
| {color:green}+1{color} | {color:green} mvneclipse {color} | {color:green} 1m 
17s {color} | {color:green} master passed {color} |
| {color:green}+1{color} | {color:green} javadoc {color} | {color:green} 2m 8s 
{color} | {color:green} master passed {color} |
| {color:green}+1{color} | {color:green} mvninstall {color} | {color:green} 3m 
11s {color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} mvneclipse {color} | {color:green} 1m 
10s {color} | {color:green} the patch passed {color} |
| {color:red}-1{color} | {color:red} whitespace {color} | {color:red} 0m 0s 
{color} | {color:red} The patch has 34 line(s) that end in whitespace. Use git 
apply --whitespace=fix. {color} |
| {color:green}+1{color} | {color:green} hadoopcheck {color} | {color:green} 
29m 22s {color} | {color:green} Patch does not cause any errors with Hadoop 
2.4.0 2.4.1 2.5.0 2.5.1 2.5.2 2.6.1 2.6.2 2.6.3 2.7.1. {color} |
| {color:green}+1{color} | {color:green} hbaseprotoc {color} | {color:green} 1m 
26s {color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} javadoc {color} | {color:green} 1m 51s 
{color} | {color:green} the patch passed {color} |
| {color:red}-1{color} | {color:red} unit {color} | {color:red} 88m 25s {color} 
| {color:red} root in the patch failed. {color} |
| {color:green}+1{color} | {color:green} asflicense {color} | {color:green} 0m 
22s {color} | {color:green} The patch does not generate ASF License warnings. 
{color} |
| {color:black}{color} | {color:black} {color} | {color:black} 133m 11s {color} 
| {color:black} {color} |
\\
\\
|| Reason || Tests ||
| Timed out junit tests | org.apache.hadoop.hbase.client.TestSplitOrMergeStatus 
|
|   | org.apache.hadoop.hbase.client.TestMobSnapshotFromClient |
|   | org.apache.hadoop.hbase.client.TestIncrementsFromClientSide |
|   | org.apache.hadoop.hbase.client.TestSnapshotFromClientWithRegionReplicas |
\\
\\
|| Subsystem || Report/Notes ||
| Docker | Client=1.11.2 Server=1.11.2 Image:yetus/hbase:7bda515 |
| JIRA Patch URL | 
https://issues.apache.org/jira/secure/attachment/12831379/HBASE-16751.patch |
| JIRA Issue | HBASE-16751 |
| Optional Tests |  asflicense  javac  javadoc  unit  |
| uname | Linux fd5617daa831 3.13.0-36-lowlatency #63-Ubuntu SMP PREEMPT Wed 
Sep 3 21:56:12 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux |
| Build tool | maven |
| Personality | 
/home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/component/dev-support/hbase-personality.sh
 |
| git revision | master / b43d1ec |
| Default Java | 1.8.0_101 |
| whitespace | 
https://builds.apache.org/job/PreCommit-HBASE-Build/3800/artifact/patchprocess/whitespace-eol.txt
 |
| unit | 
https://builds.apache.org/job/PreCommit-HBASE-Build/3800/artifact/patchprocess/patch-unit-root.txt
 |
| unit test logs |  
https://builds.apache.org/job/PreCommit-HBASE-Build/3800/artifact/patchprocess/patch-unit-root.txt
 |
|  Test Results | 
https://builds.apache.org/job/PreCommit-HBASE-Build/3800/testReport/ |
| modules | C: . U: . |
| Console output | 
https://builds.apache.org/job/PreCommit-HBASE-Build/3800/console |
| Powered by | Apache Yetus 0.3.0   http://yetus.apache.org |


This message was automatically generated.



> Add tuning information to HBase Book
> 
>
> Key: HBASE-16751
> URL: https://issues.apache.org/jira/browse/HBASE-16751
> Project: HBase
>  Issue Type: New Feature
>Reporter: Peter Conrad
>Assignee: Peter Conrad
>Priority: Minor
> Attachments: HBASE-16751.patch
>
>




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


[jira] [Commented] (HBASE-16751) Add tuning information to HBase Book

2016-10-03 Thread Peter Conrad (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-16751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15543171#comment-15543171
 ] 

Peter Conrad commented on HBASE-16751:
--

Ah, that is a good point.

Peter


Peter Conrad

Staff Technical Writer: Infrastructure | salesforce.com

Office: (415) 471-5265


[image: http://www.salesforce.com/signature]


--


On Mon, Oct 3, 2016 at 12:13 PM, Jean-Marc Spaggiari (JIRA)  Add tuning information to HBase Book
> 
>
> Key: HBASE-16751
> URL: https://issues.apache.org/jira/browse/HBASE-16751
> Project: HBase
>  Issue Type: New Feature
>Reporter: Peter Conrad
>Assignee: Peter Conrad
>Priority: Minor
> Attachments: HBASE-16751-patch
>
>




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


[jira] [Commented] (HBASE-16751) Add tuning information to HBase Book

2016-10-03 Thread Jean-Marc Spaggiari (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-16751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15543157#comment-15543157
 ] 

Jean-Marc Spaggiari commented on HBASE-16751:
-

phoenix.query.timeoutMs is phoenix specific, right? Not should it should be 
part of this one.

> Add tuning information to HBase Book
> 
>
> Key: HBASE-16751
> URL: https://issues.apache.org/jira/browse/HBASE-16751
> Project: HBase
>  Issue Type: New Feature
>Reporter: Peter Conrad
>Assignee: Peter Conrad
>Priority: Minor
> Attachments: HBASE-16751-patch
>
>




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