[
https://issues.apache.org/jira/browse/IGNITE-22492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Evgeny Stanilovsky updated IGNITE-22492:
----------------------------------------
Fix Version/s: 3.2
(was: 3.1)
> Add support for user-provided units in configuration
> ----------------------------------------------------
>
> Key: IGNITE-22492
> URL: https://issues.apache.org/jira/browse/IGNITE-22492
> Project: Ignite
> Issue Type: Improvement
> Components: configuration
> Affects Versions: 3.0.0-beta1
> Reporter: Pavel Tupitsyn
> Priority: Major
> Labels: ignite-3
> Fix For: 3.2
>
>
> Current approach:
> {code}
> timeoutMillis = 5000
> idleTimeoutMillis = 600000
> batchSizeBytes = 10000000
> {code}
> New approach:
> {code}
> timeout = 5s
> idleTimeout = 10m
> batchSize = 10M
> {code}
> Keep existing properties for backwards compatibility.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)