You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by mw...@apache.org on 2018/05/25 21:07:56 UTC

[accumulo] branch master updated (f8a6cb6 -> 5e7ea78)

This is an automated email from the ASF dual-hosted git repository.

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


    from f8a6cb6   #408 - Removed ClientConfiguration (#500)
     add 8bd4dec   #434 - Replace ClientExec anonymous types with lambdas
     add d6044e5  #434 - Replace PrivilegedActionException with lambda
     new 5e7ea78  Merge pull request #502 from mikewalch/434-exec

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../core/client/impl/InstanceOperationsImpl.java   |  53 +--
 .../core/client/impl/NamespaceOperationsImpl.java  |  39 +-
 .../client/impl/ReplicationOperationsImpl.java     |   9 +-
 .../core/client/impl/SecurityOperationsImpl.java   | 157 ++------
 .../core/client/impl/TableOperationsImpl.java      |  38 +-
 .../accumulo/core/rpc/UGIAssumingTransport.java    |  15 +-
 .../org/apache/accumulo/server/util/Admin.java     |  18 +-
 .../monitor/rest/trace/TracesResource.java         |  17 +-
 .../org/apache/accumulo/tserver/TabletServer.java  |   9 +-
 .../tserver/replication/AccumuloReplicaSystem.java |  10 +-
 .../accumulo/test/functional/KerberosIT.java       | 443 +++++++++------------
 .../accumulo/test/functional/KerberosProxyIT.java  | 115 +++---
 .../accumulo/test/master/SuspendedTabletsIT.java   |  11 +-
 ...GarbageCollectorCommunicatesWithTServersIT.java |   9 +-
 .../test/replication/KerberosReplicationIT.java    | 160 ++++----
 15 files changed, 412 insertions(+), 691 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
mwalch@apache.org.

[accumulo] 01/01: Merge pull request #502 from mikewalch/434-exec

Posted by mw...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 5e7ea7853f6a1597e38d87c3ef272e1e9a695114
Merge: f8a6cb6 d6044e5
Author: Mike Walch <mw...@apache.org>
AuthorDate: Fri May 25 17:07:53 2018 -0400

    Merge pull request #502 from mikewalch/434-exec
    
    Replace Anonymous types with lambdas

 .../core/client/impl/InstanceOperationsImpl.java   |  53 +--
 .../core/client/impl/NamespaceOperationsImpl.java  |  39 +-
 .../client/impl/ReplicationOperationsImpl.java     |   9 +-
 .../core/client/impl/SecurityOperationsImpl.java   | 157 ++------
 .../core/client/impl/TableOperationsImpl.java      |  38 +-
 .../accumulo/core/rpc/UGIAssumingTransport.java    |  15 +-
 .../org/apache/accumulo/server/util/Admin.java     |  18 +-
 .../monitor/rest/trace/TracesResource.java         |  17 +-
 .../org/apache/accumulo/tserver/TabletServer.java  |   9 +-
 .../tserver/replication/AccumuloReplicaSystem.java |  10 +-
 .../accumulo/test/functional/KerberosIT.java       | 443 +++++++++------------
 .../accumulo/test/functional/KerberosProxyIT.java  | 115 +++---
 .../accumulo/test/master/SuspendedTabletsIT.java   |  11 +-
 ...GarbageCollectorCommunicatesWithTServersIT.java |   9 +-
 .../test/replication/KerberosReplicationIT.java    | 160 ++++----
 15 files changed, 412 insertions(+), 691 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
mwalch@apache.org.