Ivan Bessonov created IGNITE-15264:
--------------------------------------
Summary: DistributedConfigurationStorage violates MetaStorage
watch contract
Key: IGNITE-15264
URL: https://issues.apache.org/jira/browse/IGNITE-15264
Project: Ignite
Issue Type: Bug
Affects Versions: 3.0.0-alpha2
Reporter: Ivan Bessonov
Assignee: Ivan Bessonov
Fix For: 3.0.0-alpha3
There are a few issues with the {{DistributedConfigurationStorage}} and related
classes:
* {{MetaStorageManager#DISTRIBUTED_PREFIX}} is located in the wrong class;
* {{MetaStorageManager#APPLIED_REV}} constant should be changed;
* {{DistributedConfigurationStorage#MASTER_KEY}} is confused with
{{APPLIED_REV}} in some places, so {{DistributedConfigurationStorage#readAll}}
returns god knows what;
* watch callback in
{{DistributedConfigurationStorage#registerConfigurationListener}} returns from
{{onUpdate}} before notifications are processed.
{{DistributedConfigurationStorage#notifyApplied}} doesn't work properly as well.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)