Dear all,
We use Storm 1.0.1 and we encountered this issue
https://issues.apache.org/jira/browse/STORM-1469. This is a blocking bug
in our project, because our subcontractor is waiting for us to fix this
issue. Is there any idea on how to solve this issue? This is about this
exception:
org.apache.storm.thrift.transport.TTransportException: Frame size
(57461871) larger than max length (16384000)!
I already applied without success:
1. nimbus.thrift.max_buffer_size: 50000000 in all storm.yml
2. storm.thrift.transport:
"org.apache.storm.security.auth.plain.PlainSaslTransportPlugin". In
this case, I can submit a topology, but I encountered another issue:
2017-02-27 17:08:03.766 o.a.s.u.Utils [ERROR] An exception happened
while downloading
/space/StormData/storm-data/supervisor/tmp/e1fb749e-7149-4786-9b5f-2466e6c6f7a2/stormjar.jar
from blob store.
AuthorizationException(msg:[storm] does not have [READ ] access to
[...........TopologyName........]-stormjar.jar)
Thank you.
Antoine