Aaron Gresch created STORM-3775:
-----------------------------------
Summary: topology.blobstore.map can cause supervisor restarts
Key: STORM-3775
URL: https://issues.apache.org/jira/browse/STORM-3775
Project: Apache Storm
Issue Type: Bug
Reporter: Aaron Gresch
Assignee: Aaron Gresch
I noticed that setting a blobstore map config with booleans formatted as
strings would be accepted and cause the AsyncLocalizer to throw an exception
and cause supervisor restarts. The config option should not be valid and
prevent being submitted.
topology.blobstore.map
{ "blob1": { "localname": "test.tgz", "uncompress": "false" }
}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)