[GitHub] zeppelin issue #2802: ZEPPELIN-3236. Make grpc framesize configurable

2018-02-21 Thread ejona86
Github user ejona86 commented on the issue: https://github.com/apache/zeppelin/pull/2802 @Tagar, I mis-read the error earlier. That message is just "gRPC message too large." It'd probably be good to talk about "messages" instead of "frames" here. ---

[GitHub] zeppelin issue #2802: ZEPPELIN-3236. Make grpc framesize configurable

2018-02-23 Thread ejona86
Github user ejona86 commented on the issue: https://github.com/apache/zeppelin/pull/2802 I just changed them to be more clear in grpc/grpc-java#4106. Each message gets its own gRPC frame, but the very fact there are gRPC frames is more of an internal detail; users shouldn't ne