Skip to content

Commit

Permalink
return
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Guo committed Jan 9, 2025
1 parent 593836f commit 628085e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/java/org/apache/cassandra/service/StorageService.java
Original file line number Diff line number Diff line change
Expand Up @@ -1546,6 +1546,7 @@ void setMode(Mode m, @Safe String msg, boolean log)
if (operationMode == Mode.NON_TRANSIENT_ERROR && m != Mode.NON_TRANSIENT_ERROR)
{
logger.warn("Attempted to change mode from NTE to non-NTE", SafeArg.of("attemptedSetMode", m), SafeArg.of("msg", msg));
return;
}
operationMode = m;
if (log)
Expand Down

0 comments on commit 628085e

Please sign in to comment.