Hello, Users.

When I submit storm topology, Occasionally it takes a long time.
So I investigated that, and I found THRIFT_CHUNK_SIZE_BYTES[1] is too small.

However, That value can not be modified because it is the final value.
It can be changed (STORM-241[2]) for the first time. But 70174d[3] commit
changed chunk size to private constant.

I wonder why the user cannot change THRIFT_CHUNK_SIZE_BYTES.

Thanks.

[1]:
https://github.com/apache/storm/blob/bf29d1cc9914d4fe596b5e65532322e3dfd3e4ff/storm-client/src/jvm/org/apache/storm/StormSubmitter.java#L62
[2]: https://issues.apache.org/jira/browse/STORM-241
[3]:
https://github.com/apache/storm/commit/70174deaa758fc1e3f3a881445e8750ae7218b3d

Reply via email to