This is an automated email from the ASF dual-hosted git repository.
jackie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push:
new f9052de934c Enables auto reset of error segments by default (#15736)
f9052de934c is described below
commit f9052de934c78d85c7a549197d4079bf017312f6
Author: NOOB <[email protected]>
AuthorDate: Tue Jul 29 23:31:46 2025 +0530
Enables auto reset of error segments by default (#15736)
---
.../src/main/java/org/apache/pinot/controller/ControllerConf.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/pinot-controller/src/main/java/org/apache/pinot/controller/ControllerConf.java
b/pinot-controller/src/main/java/org/apache/pinot/controller/ControllerConf.java
index 4b64b2abf01..e8ffa8ebc8c 100644
---
a/pinot-controller/src/main/java/org/apache/pinot/controller/ControllerConf.java
+++
b/pinot-controller/src/main/java/org/apache/pinot/controller/ControllerConf.java
@@ -1130,7 +1130,7 @@ public class ControllerConf extends PinotConfiguration {
public boolean isAutoResetErrorSegmentsOnValidationEnabled() {
- return
getProperty(ControllerPeriodicTasksConf.AUTO_RESET_ERROR_SEGMENTS_VALIDATION,
false);
+ return
getProperty(ControllerPeriodicTasksConf.AUTO_RESET_ERROR_SEGMENTS_VALIDATION,
true);
}
public long getStatusCheckerInitialDelayInSeconds() {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]