This is an automated email from the ASF dual-hosted git repository. cshannon pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/accumulo.git
from 7e6df2f918 Add namespace or table id to config check string (#3158) add eb033cef8e Make sure maxMessageSize is correctly set when Thrift is configured to use a non blocking server (#3134) new a4c6131efa Merge branch '2.1' 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: .../apache/accumulo/server/rpc/TServerUtils.java | 8 +- .../test/functional/ThriftMaxFrameSizeIT.java | 106 +++++++++++++++++++++ 2 files changed, 112 insertions(+), 2 deletions(-) create mode 100644 test/src/main/java/org/apache/accumulo/test/functional/ThriftMaxFrameSizeIT.java