You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/07/25 02:10:02 UTC

[jira] [Commented] (DRILL-5686) Warning for sasl.max_wrapped_size contain incorrect syntax

    [ https://issues.apache.org/jira/browse/DRILL-5686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16099395#comment-16099395 ] 

ASF GitHub Bot commented on DRILL-5686:
---------------------------------------

GitHub user sohami opened a pull request:

    https://github.com/apache/drill/pull/884

    DRILL-5686: Warning for sasl.max_wrapped_size contain incorrect syntax

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/sohami/drill DRILL-5686

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/drill/pull/884.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 #884
    
----
commit 0d331da3615f0bffd6de77b72c5b8629d90a4352
Author: Sorabh Hamirwasia <sh...@maprtech.com>
Date:   2017-07-25T02:06:21Z

    DRILL-5686: Warning for sasl.max_wrapped_size contain incorrect syntax

----


> Warning for sasl.max_wrapped_size contain incorrect syntax
> ----------------------------------------------------------
>
>                 Key: DRILL-5686
>                 URL: https://issues.apache.org/jira/browse/DRILL-5686
>             Project: Apache Drill
>          Issue Type: Bug
>    Affects Versions: 1.11.0
>            Reporter: Sorabh Hamirwasia
>            Assignee: Sorabh Hamirwasia
>              Labels: Security
>
> Reported by [~knguyen]
> In drill-override.conf, set security.user.encryption.sasl.max_wrapped_size: 33554430, higher than the recommended max value of 16777215.
> The server logs a warning in drillbit.log as expected. However the warning contains a syntax error:
> "2017-07-17 10:55:53,668 [main] WARN o.a.d.e.r.user.UserConnectionConfig - The configured value of user.encryption.sasl.max_wrapped_size is too big. This may cause higher memory pressure. [Details: Recommended max value is %s]"
> The "%s" should be the recommended value of 16777215



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)