You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by mm...@apache.org on 2022/04/07 15:55:25 UTC

[accumulo-website] branch main updated: Update release notes for new tserver property (#313)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 6bc3d200 Update release notes for new tserver property (#313)
6bc3d200 is described below

commit 6bc3d2001304892c6fe13389cf9eb3a715c7ac4a
Author: Mike Miller <mm...@apache.org>
AuthorDate: Thu Apr 7 11:55:21 2022 -0400

    Update release notes for new tserver property (#313)
---
 _posts/release/2020-01-19-accumulo-2.1.0.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/_posts/release/2020-01-19-accumulo-2.1.0.md b/_posts/release/2020-01-19-accumulo-2.1.0.md
index b51947b5..c3f6ebed 100644
--- a/_posts/release/2020-01-19-accumulo-2.1.0.md
+++ b/_posts/release/2020-01-19-accumulo-2.1.0.md
@@ -277,6 +277,14 @@ along with the addition of a "Fetched" column indicating when the data was retri
 for External Compactions that allows seeing the progress of compactions and many details about ongoing compactions.
 {% ghi 2283 %} {% ghi 2294 %} {% ghi 2358 %}
 
+### New tserver scan timeout property
+
+The new property `tserver.scan.results.max.timeout` was added to allow configuration of the timeout. A bug was
+discovered where tservers were running out of memory, partially due to this timeout being so short. The default value
+is 1 second, but now it can be increased. It is the max time for the thrift client handler to wait for scan results before
+timing out. {% ghi 2599 %} {% ghi 2598 %}
+
+
 <img src="/images/release/ec-running2.png" alt="External Compactions" style="width:85%"/>
 
 <img src="/images/release/ec-running-details.png" alt="External Compactions Details" style="width:85%"/>