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

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

commit a4c6131efa08060b5c7b0247a0f053410788f279
Merge: 7e6df2f918 eb033cef8e
Author: Christopher L. Shannon (cshannon) <christopher.l.shan...@gmail.com>
AuthorDate: Wed Jan 11 12:12:40 2023 -0500

    Merge branch '2.1'

 .../apache/accumulo/server/rpc/TServerUtils.java   |   8 +-
 .../test/functional/ThriftMaxFrameSizeIT.java      | 106 +++++++++++++++++++++
 2 files changed, 112 insertions(+), 2 deletions(-)

diff --cc 
server/base/src/main/java/org/apache/accumulo/server/rpc/TServerUtils.java
index 651b70d66b,3a3088358f..72aadb3d3b
--- a/server/base/src/main/java/org/apache/accumulo/server/rpc/TServerUtils.java
+++ b/server/base/src/main/java/org/apache/accumulo/server/rpc/TServerUtils.java
@@@ -68,8 -69,8 +68,10 @@@ import org.apache.thrift.transport.TTra
  import org.slf4j.Logger;
  import org.slf4j.LoggerFactory;
  
 +import com.google.common.net.HostAndPort;
 +
+ import com.google.common.primitives.Ints;
+ 
  /**
   * Factory methods for creating Thrift server objects
   */

Reply via email to