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: pinot-integration-test-base/src/test/java/org/apache/pinot/integration/tests/BaseClusterIntegrationTest.java
+33-9Lines changed: 33 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -194,6 +194,29 @@ protected int getNumKafkaBrokers() {
Copy file name to clipboardExpand all lines: pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/ExactlyOnceKafkaRealtimeClusterIntegrationTest.java
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,24 @@ protected int getNumKafkaBrokers() {
71
71
returnDEFAULT_TRANSACTION_NUM_KAFKA_BROKERS;
72
72
}
73
73
74
+
@Override
75
+
protectedintgetKafkaStartMaxAttempts() {
76
+
// CI environments are resource-constrained; allow more retries for 3-broker transactional quorum
0 commit comments