[jira] [Commented] (HBASE-11737) Document callQueue improvements from HBASE-11355 and HBASE-11724

2014-08-20 Thread Hudson (JIRA)

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

Hudson commented on HBASE-11737:


FAILURE: Integrated in HBase-1.0 #115 (See 
[https://builds.apache.org/job/HBase-1.0/115/])
HBASE-11737 Document callQueue improvements from HBASE-11355 and HBASE-11724 
(Misty Stanley-Jones) (matteo.bertozzi: rev 
5c1ae840f21f7a3857543e408ef20a63be2b0751)
* src/main/docbkx/performance.xml


> Document callQueue improvements from HBASE-11355 and HBASE-11724
> 
>
> Key: HBASE-11737
> URL: https://issues.apache.org/jira/browse/HBASE-11737
> Project: HBase
>  Issue Type: Sub-task
>  Components: documentation
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
> Fix For: 0.99.0, 2.0.0
>
> Attachments: HBASE-11737.patch, HBASE-11737.patch, HBASE_11737.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-11737) Document callQueue improvements from HBASE-11355 and HBASE-11724

2014-08-20 Thread Hudson (JIRA)

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

Hudson commented on HBASE-11737:


FAILURE: Integrated in HBase-TRUNK #5414 (See 
[https://builds.apache.org/job/HBase-TRUNK/5414/])
HBASE-11737 Document callQueue improvements from HBASE-11355 and HBASE-11724 
(Misty Stanley-Jones) (matteo.bertozzi: rev 
a55a65017cc182e3efd4639e3959af09f178d7d1)
* src/main/docbkx/performance.xml


> Document callQueue improvements from HBASE-11355 and HBASE-11724
> 
>
> Key: HBASE-11737
> URL: https://issues.apache.org/jira/browse/HBASE-11737
> Project: HBase
>  Issue Type: Sub-task
>  Components: documentation
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
> Fix For: 0.99.0, 2.0.0
>
> Attachments: HBASE-11737.patch, HBASE-11737.patch, HBASE_11737.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-11737) Document callQueue improvements from HBASE-11355 and HBASE-11724

2014-08-19 Thread Matteo Bertozzi (JIRA)

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

Matteo Bertozzi commented on HBASE-11737:
-

{quote}
hbase.ipc.server.callqueue.read.ratio
This factor weights the queues toward reads (if below .5) or writes (if above 
.5).
{quote}
Other way around, the examples are ok except one.

{quote}
A value of .6 uses 75% of the queues for writing and 25% for reading. Given a 
value of 10 for
hbase.ipc.server.num.callqueue, 7 queues would be used for reads and 3 for 
writes.
{quote}
some weird math in here. 0.6 should give you 60% and not 75% it is basically 
the reverse of the 0.3 example above which is good. and it is also 60% of 
reading (only the first part is wrong)

{quote}
You can also split the read queues so that separate queues are used for short 
reads
(from Get operations) and short reads (from Scan operations)
{quote}
short read (get) and long reads (scan) you have two "short" in there.


> Document callQueue improvements from HBASE-11355 and HBASE-11724
> 
>
> Key: HBASE-11737
> URL: https://issues.apache.org/jira/browse/HBASE-11737
> Project: HBase
>  Issue Type: Sub-task
>  Components: documentation
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
> Fix For: 0.99.0, 0.98.4
>
> Attachments: HBASE-11737.patch, HBASE-11737.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-11737) Document callQueue improvements from HBASE-11355 and HBASE-11724

2014-08-19 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones commented on HBASE-11737:
-

What do you think, [~mbertozzi]?

> Document callQueue improvements from HBASE-11355 and HBASE-11724
> 
>
> Key: HBASE-11737
> URL: https://issues.apache.org/jira/browse/HBASE-11737
> Project: HBase
>  Issue Type: Sub-task
>  Components: documentation
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
> Fix For: 0.99.0, 0.98.4
>
> Attachments: HBASE-11737.patch, HBASE-11737.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-11737) Document callQueue improvements from HBASE-11355 and HBASE-11724

2014-08-15 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on HBASE-11737:
---

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12661971/HBASE-11737.patch
  against trunk revision .
  ATTACHMENT ID: 12661971

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:green}+0 tests included{color}.  The patch appears to be a 
documentation patch that doesn't require tests.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:green}+1 javadoc{color}.  The javadoc tool did not generate any 
warning messages.

{color:green}+1 findbugs{color}.  The patch does not introduce any new 
Findbugs (version 2.0.3) warnings.

{color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

{color:green}+1 lineLengths{color}.  The patch does not introduce lines 
longer than 100

  {color:green}+1 site{color}.  The mvn site goal succeeds with this patch.

 {color:red}-1 core tests{color}.  The patch failed these unit tests:
   org.apache.hadoop.hbase.TestRegionRebalancing
  org.apache.hadoop.hbase.replication.TestPerTableCFReplication

Test results: 
https://builds.apache.org/job/PreCommit-HBASE-Build/10450//testReport/
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/10450//artifact/patchprocess/newPatchFindbugsWarningshbase-examples.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/10450//artifact/patchprocess/newPatchFindbugsWarningshbase-prefix-tree.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/10450//artifact/patchprocess/newPatchFindbugsWarningshbase-server.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/10450//artifact/patchprocess/newPatchFindbugsWarningshbase-hadoop-compat.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/10450//artifact/patchprocess/newPatchFindbugsWarningshbase-client.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/10450//artifact/patchprocess/newPatchFindbugsWarningshbase-protocol.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/10450//artifact/patchprocess/newPatchFindbugsWarningshbase-hadoop2-compat.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/10450//artifact/patchprocess/newPatchFindbugsWarningshbase-thrift.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/10450//artifact/patchprocess/newPatchFindbugsWarningshbase-common.html
Console output: 
https://builds.apache.org/job/PreCommit-HBASE-Build/10450//console

This message is automatically generated.

> Document callQueue improvements from HBASE-11355 and HBASE-11724
> 
>
> Key: HBASE-11737
> URL: https://issues.apache.org/jira/browse/HBASE-11737
> Project: HBase
>  Issue Type: Sub-task
>  Components: documentation
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
> Fix For: 0.99.0, 0.98.4
>
> Attachments: HBASE-11737.patch, HBASE-11737.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.2#6252)