This is an automated email from the ASF dual-hosted git repository. cshannon pushed a change to branch no-chop-merge in repository https://gitbox.apache.org/repos/asf/accumulo.git
from 92365d69ce Merge branch 'main' into no-chop-merge add b1b2557f94 Use custom Transport Factory to set Transport message and frame size (#3737) add 3409d958bb Merge branch '2.1' new 496683f32a Merge branch 'main' into no-chop-merge 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