[accumulo] branch 1451-external-compactions-feature updated: changes how compactors are represented in listcompactions

2021-04-30 Thread kturner
This is an automated email from the ASF dual-hosted git repository.

kturner pushed a commit to branch 1451-external-compactions-feature
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to 
refs/heads/1451-external-compactions-feature by this push:
 new 14bd334  changes how compactors are represented in listcompactions
14bd334 is described below

commit 14bd334d968c887e51c082672bf90c022809730d
Author: Keith Turner 
AuthorDate: Fri Apr 30 15:05:12 2021 -0400

changes how compactors are represented in listcompactions
---
 .../apache/accumulo/shell/commands/ActiveCompactionHelper.java | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git 
a/shell/src/main/java/org/apache/accumulo/shell/commands/ActiveCompactionHelper.java
 
b/shell/src/main/java/org/apache/accumulo/shell/commands/ActiveCompactionHelper.java
index 602afc2..1d08abf 100644
--- 
a/shell/src/main/java/org/apache/accumulo/shell/commands/ActiveCompactionHelper.java
+++ 
b/shell/src/main/java/org/apache/accumulo/shell/commands/ActiveCompactionHelper.java
@@ -71,20 +71,20 @@ class ActiveCompactionHelper {
   iterOpts.put(is.getName(), is.getOptions());
 }
 
-String hostType;
+String hostSuffix;
 switch (ac.getHost().getType()) {
   case TSERVER:
-hostType = "T";
+hostSuffix = "";
 break;
   case COMPACTOR:
-hostType = "C";
+hostSuffix = " (ext)";
 break;
   default:
-hostType = ac.getHost().getType().name();
+hostSuffix = ac.getHost().getType().name();
 break;
 }
 
-String host = hostType + " " + ac.getHost().getAddress() + ":" + 
ac.getHost().getPort();
+String host = ac.getHost().getAddress() + ":" + ac.getHost().getPort() + 
hostSuffix;
 
 try {
   return String.format(


[accumulo] branch main updated (323bbea -> c180b34)

2021-04-30 Thread edcoleman
This is an automated email from the ASF dual-hosted git repository.

edcoleman pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo.git.


from 323bbea  #2049 Renamed method in SingletonManager (#2061)
 add c180b34  Fix #2062 - Fix typo in VolumeImpl.java exception message.

No new revisions were added by this update.

Summary of changes:
 core/src/main/java/org/apache/accumulo/core/volume/VolumeImpl.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[accumulo-website] branch main updated: Added Ali Mustafa as a contributor in people.md (#277)

2021-04-30 Thread ctubbsii
This is an automated email from the ASF dual-hosted git repository.

ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git


The following commit(s) were added to refs/heads/main by this push:
 new ce52f6c  Added Ali Mustafa as a contributor in people.md (#277)
ce52f6c is described below

commit ce52f6cd4a8c4395906a395aad883b0cc51d79e5
Author: alimustafashah 
AuthorDate: Fri Apr 30 21:12:49 2021 +0500

Added Ali Mustafa as a contributor in people.md (#277)
---
 pages/people.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pages/people.md b/pages/people.md
index 56d60c8..84e2fc3 100644
--- a/pages/people.md
+++ b/pages/people.md
@@ -72,6 +72,7 @@ GitHub also has a [contributor list][github-contributors] 
based on commits.
 | Aishwarya Thangappa | [Microsoft][MICROSOFT] 
   | [PT][PT]  |
 | Al Krinker  |
   | [ET][ET]  |
 | Alex Moundalexis| [Cloudera][CLOUDERA]   
   | [ET][ET]  |
+| Ali Mustafa | [FAST-NU][FAST-NU] 
   | [PKT][PKT]|
 | Andrew George Wells | [ClearEdgeIT][CLEAREDGE]   
   | [ET][ET]  |
 | Arshak Navruzyan| [Argyle Data][ARGYLE]  
   |   |
 | Ben Kelly   | [Microsoft][MICROSOFT] 
   | [GMT][GMT]/[IST][IST] |
@@ -195,6 +196,7 @@ GitHub also has a [contributor list][github-contributors] 
based on commits.
 [DATACATESS]: https://datacatessen.com
 [ELYPIA]: https://elypia.org
 [ENDGAME]: https://www.endgame.com
+[FAST-NU]: https://nu.edu.pk/
 [FLYWHEEL]: https://flywheeldata.com
 [HORTONWORKS]: https://hortonworks.com
 [IBM]: https://www.ibm.com
@@ -231,4 +233,5 @@ GitHub also has a [contributor list][github-contributors] 
based on commits.
 [JST]: https://www.timeanddate.com/time/zones/jst
 [MT]: https://www.timeanddate.com/time/zones/mt
 [PT]: https://www.timeanddate.com/time/zones/pt
+[PKT]: https://www.timeanddate.com/time/zones/pkt
 [CEST]: https://www.timeanddate.com/time/zones/cest


[accumulo-website] branch asf-staging updated: Automatic Site Publish by Buildbot

2021-04-30 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git


The following commit(s) were added to refs/heads/asf-staging by this push:
 new fb936b1  Automatic Site Publish by Buildbot
fb936b1 is described below

commit fb936b17f7ba8daa9dd6c40eafe8515eba5fe6a8
Author: buildbot 
AuthorDate: Fri Apr 30 16:13:19 2021 +

Automatic Site Publish by Buildbot
---
 output/feed.xml  | 4 ++--
 output/people/index.html | 5 +
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/output/feed.xml b/output/feed.xml
index 6776e64..0bb16a8 100644
--- a/output/feed.xml
+++ b/output/feed.xml
@@ -6,8 +6,8 @@
 
 https://accumulo.apache.org/
 https://accumulo.apache.org/feed.xml"; rel="self" 
type="application/rss+xml"/>
-Thu, 29 Apr 2021 13:13:54 +
-Thu, 29 Apr 2021 13:13:54 +
+Fri, 30 Apr 2021 16:13:13 +
+Fri, 30 Apr 2021 16:13:13 +
 Jekyll v4.2.0
 
 
diff --git a/output/people/index.html b/output/people/index.html
index 0e09583..5a6ee44 100644
--- a/output/people/index.html
+++ b/output/people/index.html
@@ -435,6 +435,11 @@ $(function() {
   https://www.timeanddate.com/time/zones/et";>ET
 
 
+  Ali Mustafa
+  https://nu.edu.pk/";>FAST-NU
+  https://www.timeanddate.com/time/zones/pkt";>PKT
+
+
   Andrew George Wells
   http://clearedgeit.com";>ClearEdgeIT
   https://www.timeanddate.com/time/zones/et";>ET


Buildbot success in on jekyll_websites

2021-04-30 Thread buildbot
The Buildbot has detected a passing build on builder jekyll_websites while 
building accumulo.
Full details are available at:
https://ci2.apache.org/#builders/7/builds/469

Buildbot URL: https://ci2.apache.org/

Worker for this Build: bb_slave10_ubuntu

Build Reason: Triggered jekyll auto-build via .asf.yaml by ctubbsii
Blamelist: asfinfra, commits@accumulo.apache.org

Build succeeded!

Sincerely,
 -The Buildbot



[accumulo] branch main updated: #2049 Renamed method in SingletonManager (#2061)

2021-04-30 Thread edcoleman
This is an automated email from the ASF dual-hosted git repository.

edcoleman pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/main by this push:
 new 323bbea  #2049 Renamed method in SingletonManager (#2061)
323bbea is described below

commit 323bbea9a48930a6aa39546dc7f15943a1574e60
Author: alimustafashah 
AuthorDate: Fri Apr 30 19:02:49 2021 +0500

#2049 Renamed method in SingletonManager (#2061)

* Fixed #2049 - Renamed method in SingletonManager
---
 .../main/java/org/apache/accumulo/core/singletons/SingletonManager.java | 2 +-
 .../java/org/apache/accumulo/core/singletons/SingletonReservation.java  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/core/src/main/java/org/apache/accumulo/core/singletons/SingletonManager.java 
b/core/src/main/java/org/apache/accumulo/core/singletons/SingletonManager.java
index 336a5f0..bb32253 100644
--- 
a/core/src/main/java/org/apache/accumulo/core/singletons/SingletonManager.java
+++ 
b/core/src/main/java/org/apache/accumulo/core/singletons/SingletonManager.java
@@ -139,7 +139,7 @@ public class SingletonManager {
 return new SingletonReservation();
   }
 
-  static synchronized void releaseRerservation() {
+  static synchronized void releaseReservation() {
 Preconditions.checkState(reservations > 0);
 reservations--;
 transition();
diff --git 
a/core/src/main/java/org/apache/accumulo/core/singletons/SingletonReservation.java
 
b/core/src/main/java/org/apache/accumulo/core/singletons/SingletonReservation.java
index 03a91e0..fdf1614 100644
--- 
a/core/src/main/java/org/apache/accumulo/core/singletons/SingletonReservation.java
+++ 
b/core/src/main/java/org/apache/accumulo/core/singletons/SingletonReservation.java
@@ -47,7 +47,7 @@ public class SingletonReservation implements AutoCloseable {
   // deregister cleanable, but it won't run because it checks
   // the value of closed first, which is now true
   cleanable.clean();
-  SingletonManager.releaseRerservation();
+  SingletonManager.releaseReservation();
 }
   }
 


[accumulo] branch main updated: Fix redundant TableId creation in TableLoadBalancer (#2060)

2021-04-30 Thread mmiller
This is an automated email from the ASF dual-hosted git repository.

mmiller pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/main by this push:
 new 4213d76  Fix redundant TableId creation in TableLoadBalancer (#2060)
4213d76 is described below

commit 4213d76c2b5fcbeeb4163db04c1fb8b7226cfe22
Author: Mike Miller 
AuthorDate: Fri Apr 30 09:34:51 2021 -0400

Fix redundant TableId creation in TableLoadBalancer (#2060)
---
 .../org/apache/accumulo/core/spi/balancer/TableLoadBalancer.java| 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git 
a/core/src/main/java/org/apache/accumulo/core/spi/balancer/TableLoadBalancer.java
 
b/core/src/main/java/org/apache/accumulo/core/spi/balancer/TableLoadBalancer.java
index f046984..02aef99 100644
--- 
a/core/src/main/java/org/apache/accumulo/core/spi/balancer/TableLoadBalancer.java
+++ 
b/core/src/main/java/org/apache/accumulo/core/spi/balancer/TableLoadBalancer.java
@@ -108,10 +108,8 @@ public class TableLoadBalancer implements TabletBalancer {
   public void getAssignments(AssignmentParameters params) {
 // separate the unassigned into tables
 Map> groupedUnassigned = new 
HashMap<>();
-params.unassignedTablets()
-.forEach((tid, lastTserver) -> groupedUnassigned
-.computeIfAbsent(TableId.of(tid.getTable().canonical()), k -> new 
HashMap<>())
-.put(tid, lastTserver));
+params.unassignedTablets().forEach((tid, lastTserver) -> groupedUnassigned
+.computeIfAbsent(tid.getTable(), k -> new HashMap<>()).put(tid, 
lastTserver));
 for (Entry> e : 
groupedUnassigned.entrySet()) {
   Map newAssignments = new HashMap<>();
   getBalancerForTable(e.getKey()).getAssignments(