Kirill Gusakov created IGNITE-24187:
---------------------------------------
Summary: Fix code style issues in
SystemDistributedConfigurationPropertyHolder
Key: IGNITE-24187
URL: https://issues.apache.org/jira/browse/IGNITE-24187
Project: Ignite
Issue Type: Improvement
Reporter: Kirill Gusakov
Several issues must be fixed:
1. CompletableFuture.completedFuture(null) must be replace nullCompletedFuture
2. AtomicReference with simple set/get must be replaced by volatile field
--
This message was sent by Atlassian Jira
(v8.20.10#820010)