This is an automated email from the ASF dual-hosted git repository. ctubbsii pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/accumulo.git
from 770c05b46a Merge branch '2.1' add b1b2557f94 Use custom Transport Factory to set Transport message and frame size (#3737) new 3409d958bb 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: .../TabletServerBatchReaderIterator.java | 11 +- .../core/clientImpl/TabletServerBatchWriter.java | 2 +- .../core/rpc/AccumuloTFramedTransportFactory.java | 58 +++++++++ .../org/apache/accumulo/core/rpc/ThriftUtil.java | 7 +- .../apache/accumulo/core/rpc/ThriftUtilTest.java | 132 +++++++++++++++++++++ .../test/functional/ThriftMaxFrameSizeIT.java | 115 ++++++++++++------ .../java/org/apache/accumulo/test/util/Wait.java | 2 +- 7 files changed, 282 insertions(+), 45 deletions(-) create mode 100644 core/src/main/java/org/apache/accumulo/core/rpc/AccumuloTFramedTransportFactory.java create mode 100644 core/src/test/java/org/apache/accumulo/core/rpc/ThriftUtilTest.java