Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0.0-alpha2
-
None
Description
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.
Attachments
Issue Links
- links to