[
https://issues.apache.org/jira/browse/IGNITE-22486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pavel Tupitsyn updated IGNITE-22486:
------------------------------------
Description:
Change this:
{code}
profiles=[
{
engine=aipersist
memoryAllocator {
type=unsafe
}
name=default
replacementMode=CLOCK
size=6672981196
}
]
{code}
to this:
{code}
profiles=[
default = {
engine=aipersist
memoryAllocator {
type=unsafe
}
replacementMode=CLOCK
size=6672981196
}
]
{code}
Review all configuration roots and apply this approach (*profiles*,
*attributes*, etc)
was:
Change this:
{code}
profiles=[
{
engine=aipersist
memoryAllocator {
type=unsafe
}
name=default
replacementMode=CLOCK
size=6672981196
}
]
{code}
to this:
{code}
profiles=[
default = {
engine=aipersist
memoryAllocator {
type=unsafe
}
replacementMode=CLOCK
size=6672981196
}
]
{code}
Review all configuration roots and apply this approach.
> Change arrays in configuration to objects (key-value pairs)
> -----------------------------------------------------------
>
> Key: IGNITE-22486
> URL: https://issues.apache.org/jira/browse/IGNITE-22486
> Project: Ignite
> Issue Type: Improvement
> Components: configuration
> Affects Versions: 3.0.0-beta1
> Reporter: Pavel Tupitsyn
> Priority: Major
> Labels: ignite-3
> Fix For: 3.0.0-beta2
>
>
> Change this:
> {code}
> profiles=[
> {
> engine=aipersist
> memoryAllocator {
> type=unsafe
> }
> name=default
> replacementMode=CLOCK
> size=6672981196
> }
> ]
> {code}
> to this:
> {code}
> profiles=[
> default = {
> engine=aipersist
> memoryAllocator {
> type=unsafe
> }
> replacementMode=CLOCK
> size=6672981196
> }
> ]
> {code}
> Review all configuration roots and apply this approach (*profiles*,
> *attributes*, etc)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)