How big the uber jar that you are submitting?
Have you tried tweaking the Nimbus side property?
https://github.com/apache/storm/blob/master/conf/defaults.yaml#L67

On Mon, 6 Feb 2023 at 04:14, Minwoo Kang <its.minwoo.k...@gmail.com> wrote:

> 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