You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "Sumit Gupta (JIRA)" <ji...@apache.org> on 2016/05/25 18:51:12 UTC

[jira] [Created] (KNOX-716) Parameter setting for 'replayBufferSize' is no longer representing KBytes.

Sumit Gupta created KNOX-716:
--------------------------------

             Summary: Parameter setting for 'replayBufferSize' is no longer representing KBytes.
                 Key: KNOX-716
                 URL: https://issues.apache.org/jira/browse/KNOX-716
             Project: Apache Knox
          Issue Type: Bug
          Components: Server
    Affects Versions: Future, 0.9.1
            Reporter: Sumit Gupta
            Assignee: Sumit Gupta
             Fix For: Future, 0.9.1


The following param setting fails during request time in a secure cluster environment:

{code}
<service>
<role>HIVE</role>
<url>http://host:port/cliservice</url>
<param><name>replayBufferSize</name><value>8</value></param>
</service>
{code}

From looking at the code it seems that we are no longer converting the value to KB like we used to.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)