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

2018-05-10 Thread Pavel Konstantinov (JIRA)

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

Pavel Konstantinov commented on IGNITE-8140:


Tested on 2.5

> 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
>  Components: wizards
>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)


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

2018-04-17 Thread Pavel Konstantinov (JIRA)

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

Pavel Konstantinov commented on IGNITE-8140:


Tested.

> 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)


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

2018-04-16 Thread Vasiliy Sisko (JIRA)

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

Vasiliy Sisko commented on IGNITE-8140:
---

1, 2 Fixed.

> 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: Vasiliy Sisko
>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)


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

2018-04-10 Thread Pavel Konstantinov (JIRA)

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

Pavel Konstantinov commented on IGNITE-8140:


Please fix the following as well
- clientCfg.setConnectionMaxIdleMillis(111);

> 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)


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

2018-04-05 Thread Vasiliy Sisko (JIRA)

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

Vasiliy Sisko commented on IGNITE-8140:
---

Fixed fields:
IgniteConfiguration:
# longQueryWarningTimeout
# failureDetectionTimeout
# clientFailureDetectionTimeout
# networkTimeout
# networkSendRetryDelay
# discoveryStartupDelay
# metricsExpireTime
# metricsLogFrequency
# metricsUpdateFrequency
# utilityCacheKeepAliveTime

JobStealingCollisionSpi:
# messageExpireTime

TcpCommunicationSpi:
# idleConnectionTimeout
# connectTimeout
# maxConnectTimeout
# socketWriteTimeout

ConnectorConfiguration:
# idleTimeout
# idleQueryCursorTimeout
# idleQueryCursorCheckFrequency

TcpDiscoverySpi:
# socketTimeout
# ackTimeout
# maxAckTimeout
# networkTimeout
# joinTimeout
# topHistorySize
# statisticsPrintFrequency
# ipFinderCleanFrequency

MemoryEventStorageSpi:
# expireAgeMs
# expireCount

MemoryConfiguration
# systemCacheInitialSize
# systemCacheMaxSize
# defaultMemoryPolicySize

DataStorageConfiguration
# systemRegionInitialSize
# systemRegionMaxSize
# checkpointFrequency
# metricsRateTimeInterval

PersistentStoreConfiguration:
# checkpointingFrequency
# rateTimeInterval

TransactionConfiguration:
# defaultTxTimeout

CacheConfiguration
# offHeapMaxMemory
# longQueryWarningTimeout
# writeBehindFlushFrequency
# defaultLockTimeout
# rebalanceBatchesPrefetchCount
# rebalanceDelay
# rebalanceTimeout
# rebalanceThrottle

IgfsConfiguration:
# fragmentizerThrottlingBlockLength
# fragmentizerThrottlingDelay
# maximumTaskRangeLength

> 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: Vasiliy Sisko
>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)