You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Konstantinov (JIRA)" <ji...@apache.org> on 2018/04/11 04:36:00 UTC

[jira] [Comment Edited] (IGNITE-8140) Web console: "integer number too large" in generated project

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

Pavel Konstantinov edited comment on IGNITE-8140 at 4/11/18 4:35 AM:
---------------------------------------------------------------------

Please fix the following as well
- clientCfg.setConnectionMaxIdleMillis(1111111);
- hadoop.setFinishedJobInfoTtl(1111114);


was (Author: pkonstantinov):
Please fix the following as well
- clientCfg.setConnectionMaxIdleMillis(1111111);

> Web console: "integer number too large" in generated project
> ------------------------------------------------------------
>
>                 Key: IGNITE-8140
>                 URL: https://issues.apache.org/jira/browse/IGNITE-8140
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Pavel Konstantinov
>            Assignee: Pavel Konstantinov
>            Priority: Major
>             Fix For: 2.5
>
>
> Some methods expected Long type but we set Integer, please fix
> {code}
> dataStorageCfg.setSystemRegionMaxSize(2147483648);
> eventStorage.setExpireAgeMs(2323232323232323);
> cfg.setMetricsExpireTime(2323232323);
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)