You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Kim van der Riet (JIRA)" <ji...@apache.org> on 2017/02/01 14:29:51 UTC

[jira] [Resolved] (QPID-7651) [linearstore] Using write page cache sizes of 1 and 2 (kiB) cause floating point exception on startup

     [ https://issues.apache.org/jira/browse/QPID-7651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kim van der Riet resolved QPID-7651.
------------------------------------
    Resolution: Fixed

Changed logic to only allow powers of 2 between 4 and 128 for the --wcache-num-pages parameter.

> [linearstore] Using write page cache sizes of 1 and 2 (kiB) cause floating point exception on startup
> -----------------------------------------------------------------------------------------------------
>
>                 Key: QPID-7651
>                 URL: https://issues.apache.org/jira/browse/QPID-7651
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker
>            Reporter: Kim van der Riet
>            Assignee: Kim van der Riet
>
> The help for linearstore parameter wcache-num-pages indicates that legal values are powers of 2 between 1 and 128. In addition, the validation for this parameter allows these values. However, the minimum value should be 4, and using either 1 or 2 as a value will cause a floating point exception when the broker is started.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org