This is an automated email from the ASF dual-hosted git repository. rabreu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/storm.git
commit 19148e0957cf2d41e5077571a0c02dbbef95cfec Merge: bd9c38a30 875a7b4aa Author: reiabreu <[email protected]> AuthorDate: Mon Jun 24 14:32:44 2024 +0100 Merge pull request #3642 from reiabreu/master STORM-4060: exposing Netty flush timeout as a configurable property conf/defaults.yaml | 1 + storm-client/src/jvm/org/apache/storm/Config.java | 8 ++++++++ .../jvm/org/apache/storm/messaging/netty/Client.java | 13 ++++++++----- .../apache/storm/validation/ConfigValidation.java | 20 ++++++++++++++++++++ .../validation/ConfigValidationAnnotations.java | 7 +++++++ .../jvm/org/apache/storm/TestConfigValidate.java | 19 +++++++++++++++++++ .../org/apache/storm/messaging/netty/NettyTest.java | 1 + 7 files changed, 64 insertions(+), 5 deletions(-)
