This is an automated email from the ASF dual-hosted git repository. laiyingchun pushed a commit to branch branch-1.17.x in repository https://gitbox.apache.org/repos/asf/kudu.git
commit 93fa5bac55400261a53b3e51b4f77fd34bc26740 Author: Abhishek Chennaka <[email protected]> AuthorDate: Mon Jul 24 10:50:35 2023 -0700 [doc] Update release_notes.adoc Add KUDU-3489 in the release_notes.adoc under fixed issues. Change-Id: I26a793367c0c5253a732c090a160a89d72fc215a Reviewed-on: http://gerrit.cloudera.org:8080/20260 Tested-by: Kudu Jenkins Reviewed-by: Yingchun Lai <[email protected]> --- docs/release_notes.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/release_notes.adoc b/docs/release_notes.adoc index 95995a00c..657997dc5 100644 --- a/docs/release_notes.adoc +++ b/docs/release_notes.adoc @@ -315,6 +315,11 @@ further messages after encountering such a condition. running on a machine lacking SSE4.2 support (see link:https://issues.apache.org/jira/browse/KUDU-3248[KUDU-3248]). +* Fixed a bug where the subprocess crashes in case of receiving large messages from the Kudu master +when the pipe gets full to transport the entire message in one go or when there is a delay in +sending from the master (see +link:https://issues.apache.org/jira/browse/KUDU-3489[KUDU-3489]). + [[rn_1.17.0_wire_compatibility]] == Wire Protocol compatibility
