This is an automated email from the ASF dual-hosted git repository. dlmarion pushed a commit to branch 2.1 in repository https://gitbox.apache.org/repos/asf/accumulo.git
commit 4123f33ab3d4a2894d6f4dda4a20371fcac9e601 Merge: 3eab49fe66 ade1908f0c Author: Dave Marion <dlmar...@apache.org> AuthorDate: Tue Jan 17 11:32:46 2023 -0500 Modified ScanServer to correctly handle tablet failures (#3150) The ScanServer was throwing a NotServingTabletException in both the scan and batch scan cases when there was a failure in loading the tablet. Modified the batch scan case to return the failed tablets in the response instead of throwing the exception. Closes #3144 .../org/apache/accumulo/tserver/ScanServer.java | 72 ++++++++++++++---- .../apache/accumulo/tserver/ScanServerTest.java | 86 +++++++++++++++++++--- 2 files changed, 133 insertions(+), 25 deletions(-)