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

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

Sorabh Hamirwasia created DRILL-5686:
----------------------------------------

             Summary: 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


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)