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
Copy file name to clipboardExpand all lines: cluster-operator/src/main/java/io/strimzi/operator/cluster/model/cruisecontrol/ExecutorStateProcessor.java
+12-11Lines changed: 12 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,7 @@
6
6
7
7
importcom.fasterxml.jackson.databind.JsonNode;
8
8
9
-
importjava.time.LocalDateTime;
10
-
importjava.time.OffsetDateTime;
9
+
importjava.time.Instant;
11
10
importjava.util.Arrays;
12
11
importjava.util.List;
13
12
importjava.util.regex.Matcher;
@@ -21,9 +20,9 @@ public class ExecutorStateProcessor {
21
20
// Regular expression pattern to match the date-time in ISO 8601 format (UTC, rounded to the second).
Copy file name to clipboardExpand all lines: cluster-operator/src/main/java/io/strimzi/operator/cluster/operator/assembly/KafkaRebalanceConfigMapUtils.java
if (cruiseControlResponse.isMaxActiveUserTasksReached()) {
120
-
thrownewIllegalStateException("The maximum number of active user tasks that Cruise Control can run concurrently has been reached, therefore will retry getting user tasks in the next reconciliation. " +
121
-
"If this occurs often, consider increasing the value for max.active.user.tasks in the Cruise Control configuration.");
Copy file name to clipboardExpand all lines: cluster-operator/src/test/java/io/strimzi/operator/cluster/model/cruisecontrol/ExecutorStateProcessorTest.java
Copy file name to clipboardExpand all lines: cluster-operator/src/test/java/io/strimzi/operator/cluster/operator/assembly/KafkaRebalanceAssemblyOperatorProgressTest.java
0 commit comments