Andrew Wong has posted comments on this change. ( http://gerrit.cloudera.org:8080/14329 )
Change subject: [java] KUDU-2971: process communicates via protobuf-based protocol ...................................................................... Patch Set 18: (2 comments) http://gerrit.cloudera.org:8080/#/c/14329/17/java/kudu-subprocess/build.gradle File java/kudu-subprocess/build.gradle: http://gerrit.cloudera.org:8080/#/c/14329/17/java/kudu-subprocess/build.gradle@46 PS17, Line 46: jar { : manifest { : attributes( : 'Main-Class': 'org.apache.kudu.subprocess.EchoSubprocessMain' : ) : } : } > Yeah, EchoSubprocessMain is the default protocol supported for kudu-subproc Hrm, should we ship all the subprocess work as a library, and instead move the EchoSubprocessMain stuff into its own echo-subprocess directory? Then we wouldn't have to build an echo processor whenever we want to build another Kudu subprocess JAR, right? http://gerrit.cloudera.org:8080/#/c/14329/17/java/kudu-subprocess/src/main/java/org/apache/kudu/subprocess/SubprocessConfiguration.java File java/kudu-subprocess/src/main/java/org/apache/kudu/subprocess/SubprocessConfiguration.java: http://gerrit.cloudera.org:8080/#/c/14329/17/java/kudu-subprocess/src/main/java/org/apache/kudu/subprocess/SubprocessConfiguration.java@33 PS17, Line 33: private int queueSize; > Done I meant, why bother defining constants for "q", "w", "m", and all the descriptions if they're only used once? -- To view, visit http://gerrit.cloudera.org:8080/14329 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: Iaf9ad24dbc9acc681284b6433836271b5b4c7982 Gerrit-Change-Number: 14329 Gerrit-PatchSet: 18 Gerrit-Owner: Hao Hao <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Attila Bukor <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Hao Hao <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Comment-Date: Thu, 06 Feb 2020 23:17:38 +0000 Gerrit-HasComments: Yes
