Re: Possible bookkeeping error in BaseLoadBalancer

2017-02-15 Thread Ted Yu
Looks like the current code has the assignment reverted. Can you log a JIRA ? If you can show the defect through modified unit test, that would be nice. On Wed, Feb 15, 2017 at 4:20 PM, Timothy Brown wrote: > Sorry I pasted code that I had modified. I am looking at the master branch > though.

Re: Possible bookkeeping error in BaseLoadBalancer

2017-02-15 Thread Timothy Brown
Sorry I pasted code that I had modified. I am looking at the master branch though. Why would the numRegionsPerServerPerTable[newServer][tableIndex] be set to the existing numMaxRegionsPerTable[tableIndex]? it seems like this should be switched to what I pasted. On Wed, Feb 15, 2017 at 2:58 PM, Ted

[jira] [Created] (HBASE-17653) HBASE-17624 rsgroup synchronizations will (distributed) deadlock

2017-02-15 Thread stack (JIRA)
stack created HBASE-17653: - Summary: HBASE-17624 rsgroup synchronizations will (distributed) deadlock Key: HBASE-17653 URL: https://issues.apache.org/jira/browse/HBASE-17653 Project: HBase Issue Typ

Re: Possible bookkeeping error in BaseLoadBalancer

2017-02-15 Thread Ted Yu
In master branch, I see this: if (numRegionsPerServerPerTable[newServer][tableIndex] > numMaxRegionsPerTable[tableIndex]) { numRegionsPerServerPerTable[newServer][tableIndex] = numMaxRegionsPerTable[tableIndex]; which branch are you looking at ? Thanks On Wed, Feb 15, 2017 at 2:4

Possible bookkeeping error in BaseLoadBalancer

2017-02-15 Thread Timothy Brown
Hi, I was wondering if someone could confirm or deny my suspicion that the "numMaxRegionsPerTable" is not being updated properly at line 670 of BaseLoadBalancer.java

[jira] [Created] (HBASE-17652) Use 'default' keyword in Observer interfaces to get rid of 'Base...Observer' implementations.

2017-02-15 Thread Appy (JIRA)
Appy created HBASE-17652: Summary: Use 'default' keyword in Observer interfaces to get rid of 'Base...Observer' implementations. Key: HBASE-17652 URL: https://issues.apache.org/jira/browse/HBASE-17652 Project

[jira] [Resolved] (HBASE-17493) TestAsyncTableGetMultiThreadedWithEagerCompaction intermittently fails due to NotServingRegionException

2017-02-15 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved HBASE-17493. Resolution: Cannot Reproduce > TestAsyncTableGetMultiThreadedWithEagerCompaction intermittently fails due t

Successful: HBase Generate Website

2017-02-15 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 yo

[jira] [Resolved] (HBASE-14044) #keyvalue / #keyvalue.example anchor(s) in Reference Guide

2017-02-15 Thread Joe McCarthy (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-14044?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe McCarthy resolved HBASE-14044. -- Resolution: Fixed > #keyvalue / #keyvalue.example anchor(s) in Reference Guide > --

[jira] [Created] (HBASE-17651) Implement grant2 ruby shell command.

2017-02-15 Thread huzheng (JIRA)
huzheng created HBASE-17651: --- Summary: Implement grant2 ruby shell command. Key: HBASE-17651 URL: https://issues.apache.org/jira/browse/HBASE-17651 Project: HBase Issue Type: Sub-task Com

Re: Seems our HBASE-1.4 build keeps failing on H13

2017-02-15 Thread Duo Zhang
https://issues.apache.org/jira/browse/INFRA-13519 2017-02-15 20:01 GMT+08:00 Ted Yu : > Please file an INFRA issue. > > > On Feb 15, 2017, at 12:33 AM, 张铎(Duo Zhang) > wrote: > > > > https://builds.apache.org/job/HBase-1.4/629/jdk=JDK_1_8, > label=Hadoop/console > > > > + echo 'Listing of other

Re: Seems our HBASE-1.4 build keeps failing on H13

2017-02-15 Thread Ted Yu
Please file an INFRA issue. > On Feb 15, 2017, at 12:33 AM, 张铎(Duo Zhang) wrote: > > https://builds.apache.org/job/HBase-1.4/629/jdk=JDK_1_8,label=Hadoop/console > > + echo 'Listing of other java processes on this box' > Listing of other java processes on this box > + jps -v > /tmp/hudson75759

Seems our HBASE-1.4 build keeps failing on H13

2017-02-15 Thread Duo Zhang
https://builds.apache.org/job/HBase-1.4/629/jdk=JDK_1_8,label=Hadoop/console + echo 'Listing of other java processes on this box' Listing of other java processes on this box + jps -v /tmp/hudson7575907442735780961.sh: line 4: jps: command not found Build step 'Execute shell' marked build as failur