You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove useless cluster mode check when using DistSQLExecutorClusterModeRequired (#34999)
* Remove useless cluster mode check when using DistSQLExecutorClusterModeRequired on
* Remove useless cluster mode check when using DistSQLExecutorClusterModeRequired
Copy file name to clipboardexpand all lines: mode/type/cluster/core/src/test/java/org/apache/shardingsphere/mode/manager/cluster/dispatch/handler/global/node/compute/type/ComputeNodeOnlineHandlerTest.java
Copy file name to clipboardexpand all lines: proxy/backend/core/src/main/java/org/apache/shardingsphere/proxy/backend/handler/distsql/ral/updatable/computenode/SetComputeNodeStateExecutor.java
+2-5
Original file line number
Diff line number
Diff line change
@@ -39,11 +39,8 @@ public void executeUpdate(final SetComputeNodeStateStatement sqlStatement, final
Copy file name to clipboardexpand all lines: proxy/backend/core/src/main/java/org/apache/shardingsphere/proxy/backend/handler/distsql/ral/updatable/label/LabelComputeNodeExecutor.java
-3
Original file line number
Diff line number
Diff line change
@@ -38,9 +38,6 @@ public final class LabelComputeNodeExecutor implements DistSQLUpdateExecutor<Lab
Copy file name to clipboardexpand all lines: proxy/backend/core/src/main/java/org/apache/shardingsphere/proxy/backend/handler/distsql/ral/updatable/label/UnlabelComputeNodeExecutor.java
-3
Original file line number
Diff line number
Diff line change
@@ -38,9 +38,6 @@ public final class UnlabelComputeNodeExecutor implements DistSQLUpdateExecutor<U
0 commit comments