You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2022/04/04 12:43:09 UTC

[GitHub] [accumulo-website] milleruntime commented on a diff in pull request #313: Update release notes for new tserver property

milleruntime commented on code in PR #313:
URL: https://github.com/apache/accumulo-website/pull/313#discussion_r841693176


##########
_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.max.scan.result.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 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 %}

Review Comment:
   I updated the property name so this will have to change. It is now "tserver.scan.results.max.timeout"



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org