This is an automated email from the ASF dual-hosted git repository. dlmarion pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/accumulo.git
from a3c9bf7800 updated ServiceLockPaths to use Predicates (#4943) add 0c4c31625b Enable user to specify specific server for Thrift client calls (#4880) new a514131192 Merge branch '3.1' new 0e21e0ea88 Merge remote-tracking branch 'upstream/main' The 2 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: .../accumulo/core/rpc/clients/TServerClient.java | 64 +++++++++++++++---- .../test/functional/DebugClientConnectionIT.java | 71 ++++++++++++++++++++++ 2 files changed, 123 insertions(+), 12 deletions(-) create mode 100644 test/src/main/java/org/apache/accumulo/test/functional/DebugClientConnectionIT.java