forked from apache/kudu
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[subprocess] KUDU-3489: Support reading large messages through pipes
This patch enables the subprocess server to be able to read messages larger than 1MB which was otherwise flaky by reading the input stream messages until we encounter EOF. This issue is noticed when large sized requests are made to the subprocess server and it fails in receiving the complete messages. In addition made a small log change to MessageIO.java to display the exception message correctly. Change-Id: I6523fdaaca19ee089dbac52a7dedec8847926a6c Reviewed-on: http://gerrit.cloudera.org:8080/20180 Reviewed-by: Alexey Serbin <[email protected]> Tested-by: Abhishek Chennaka <[email protected]>
- Loading branch information
Showing
4 changed files
with
81 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters