Skip to content

Commit 0b1a6ed

Browse files
committed
IGNITE-27118 Update comment
1 parent 8c16e65 commit 0b1a6ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/core/src/main/java/org/apache/ignite/internal/processors/rollingupgrade/RollingUpgradeProcessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ public void enable(IgniteProductVersion target, boolean force) throws IgniteChec
227227
* Disables rolling upgrade.
228228
* This method can only be called on coordinator node.
229229
*
230-
* <p>May be blocked while a node with a different version is still joining.</p>
230+
* <p>May be blocked while a node with a different version is still joining or during metastorage operations.</p>
231231
*
232232
* @throws IgniteCheckedException If cluster has two or more nodes with different versions or if node is not coordinator
233233
* or metastorage is not ready.

0 commit comments

Comments
 (0)