GitHub user kishorvpatil reopened a pull request:
https://github.com/apache/storm/pull/1173
[STORM-1469] Adding Plain Sasl Transport Plugin
Since `org.apache.storm.security.auth.SimpleTransportPlugin` creates
`TFramedTransport` with maxBufferSize, but that conflicts with serialized
topology of size exceeded 16MB - default `THsHaServer` allowed max buffer size.
So the better option is to implement `PlainSaslTransportPlugin` which avoids
using any default values for max-buffer-size.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kishorvpatil/incubator-storm storm1469
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/1173.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1173
----
commit b1e4c94269dbcf2ba01aee89e468c744887c53de
Author: Kishor Patil <[email protected]>
Date: 2016-02-29T20:44:52Z
Adding Plain Sasl Transport Plugin
commit cccb9766eb6b01477b44cd35e836997811464632
Author: Kishor Patil <[email protected]>
Date: 2016-03-02T06:12:57Z
Refactoring SaslServerCallbackHandler and SaslClientCallbackHandler
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---