[
https://issues.apache.org/jira/browse/IGNITE-27106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Evgeny Stanilovsky updated IGNITE-27106:
----------------------------------------
Description:
Seems i found some kind of erroneous or very suspicious behavior of
{noformat}
IgniteConfiguration#setCacheConfiguration{noformat}
(re-producer in attach)
description briefly:
ignite has common method for cache creation:
{noformat}
Ignite#createCache(CacheConfiguration){noformat}
but also semantically the same (and java doc give no additional help here)
{noformat}
Ignition#start(IgniteConfiguration){noformat}
where we can pass cache configuration like :
{noformat}
IgniteConfiguration#setCacheConfiguration{noformat}
the last one does not create cache through cluster also topology remains the
same (no minor topology change found).
Thus do confused API need to be changed or probably some code related changes ?
was:
Seems i found some kind of erroneous or very suspicious behavior of I
{noformat}
gniteConfiguration#setCacheConfiguration{noformat}
(re -producer in attach)
description briefly:
ignite has common method for cache creation:
{noformat}
Ignite#createCache(CacheConfiguration){noformat}
but also semantically the same (and java doc give no additional help here)
{noformat}
Ignition#start(IgniteConfiguration){noformat}
where we can pass cache configuration like :
{noformat}
IgniteConfiguration#setCacheConfiguration{noformat}
the last one didn`t create cache through cluster also topology remains the same
(no minor topology change found).
Thus do confused API need to be changed or probably some code related changes ?
> Confusing or erroneous behavior of IgniteConfiguration#setCacheConfiguration
> ----------------------------------------------------------------------------
>
> Key: IGNITE-27106
> URL: https://issues.apache.org/jira/browse/IGNITE-27106
> Project: Ignite
> Issue Type: Bug
> Components: cache
> Affects Versions: 2.17
> Reporter: Evgeny Stanilovsky
> Priority: Major
> Attachments: CacheConfigurationTest.java
>
>
> Seems i found some kind of erroneous or very suspicious behavior of
> {noformat}
> IgniteConfiguration#setCacheConfiguration{noformat}
> (re-producer in attach)
> description briefly:
> ignite has common method for cache creation:
> {noformat}
> Ignite#createCache(CacheConfiguration){noformat}
> but also semantically the same (and java doc give no additional help here)
> {noformat}
> Ignition#start(IgniteConfiguration){noformat}
> where we can pass cache configuration like :
> {noformat}
> IgniteConfiguration#setCacheConfiguration{noformat}
> the last one does not create cache through cluster also topology remains the
> same (no minor topology change found).
> Thus do confused API need to be changed or probably some code related changes
> ?
--
This message was sent by Atlassian Jira
(v8.20.10#820010)