Re: [PR] Auto reset of error segments on segment validation [pinot]

2025-04-29 Thread via GitHub
noob-se7en commented on PR #14217: URL: https://github.com/apache/pinot/pull/14217#issuecomment-2839693930 Any reason to keep it behind a flag? Any issue with always resetting error segments by default? @shauryachats -- This is an automated message from the Apache Git Service. To res

Re: [PR] Auto reset of error segments on segment validation [pinot]

2025-01-27 Thread via GitHub
shauryachats commented on code in PR #14217: URL: https://github.com/apache/pinot/pull/14217#discussion_r1931347200 ## pinot-controller/src/main/java/org/apache/pinot/controller/ControllerConf.java: ## @@ -206,6 +206,8 @@ public static class ControllerPeriodicTasksConf {

Re: [PR] Auto reset of error segments on segment validation [pinot]

2025-01-27 Thread via GitHub
Jackie-Jiang merged PR #14217: URL: https://github.com/apache/pinot/pull/14217 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@pinot

Re: [PR] Auto reset of error segments on segment validation [pinot]

2025-01-27 Thread via GitHub
shauryachats commented on code in PR #14217: URL: https://github.com/apache/pinot/pull/14217#discussion_r1931231448 ## pinot-controller/src/main/java/org/apache/pinot/controller/validation/RealtimeSegmentValidationManager.java: ## @@ -169,6 +171,10 @@ private void runSegmentLeve

Re: [PR] Auto reset of error segments on segment validation [pinot]

2025-01-27 Thread via GitHub
shauryachats commented on code in PR #14217: URL: https://github.com/apache/pinot/pull/14217#discussion_r1931231448 ## pinot-controller/src/main/java/org/apache/pinot/controller/validation/RealtimeSegmentValidationManager.java: ## @@ -169,6 +171,10 @@ private void runSegmentLeve

Re: [PR] Auto reset of error segments on segment validation [pinot]

2024-10-17 Thread via GitHub
Jackie-Jiang commented on code in PR #14217: URL: https://github.com/apache/pinot/pull/14217#discussion_r1805532242 ## pinot-controller/src/main/java/org/apache/pinot/controller/ControllerConf.java: ## @@ -206,6 +206,8 @@ public static class ControllerPeriodicTasksConf {

Re: [PR] Auto reset of error segments on segment validation [pinot]

2024-10-17 Thread via GitHub
Jackie-Jiang commented on code in PR #14217: URL: https://github.com/apache/pinot/pull/14217#discussion_r1805529540 ## pinot-controller/src/main/java/org/apache/pinot/controller/validation/RealtimeSegmentValidationManager.java: ## @@ -169,6 +171,10 @@ private void runSegmentLeve

Re: [PR] Auto reset of error segments on segment validation [pinot]

2024-10-14 Thread via GitHub
yashmayya commented on code in PR #14217: URL: https://github.com/apache/pinot/pull/14217#discussion_r1800435318 ## pinot-controller/src/main/java/org/apache/pinot/controller/validation/RealtimeSegmentValidationManager.java: ## @@ -169,6 +171,10 @@ private void runSegmentLevelVa

Re: [PR] Auto reset of error segments on segment validation [pinot]

2024-10-14 Thread via GitHub
itschrispeck commented on code in PR #14217: URL: https://github.com/apache/pinot/pull/14217#discussion_r1800411604 ## pinot-controller/src/main/java/org/apache/pinot/controller/validation/RealtimeSegmentValidationManager.java: ## @@ -169,6 +171,10 @@ private void runSegmentLeve

Re: [PR] Auto reset of error segments on segment validation [pinot]

2024-10-14 Thread via GitHub
shauryachats commented on code in PR #14217: URL: https://github.com/apache/pinot/pull/14217#discussion_r1800218911 ## pinot-controller/src/main/java/org/apache/pinot/controller/validation/RealtimeSegmentValidationManager.java: ## @@ -169,6 +171,10 @@ private void runSegmentLeve

Re: [PR] Auto reset of error segments on segment validation [pinot]

2024-10-14 Thread via GitHub
shauryachats commented on code in PR #14217: URL: https://github.com/apache/pinot/pull/14217#discussion_r1800218911 ## pinot-controller/src/main/java/org/apache/pinot/controller/validation/RealtimeSegmentValidationManager.java: ## @@ -169,6 +171,10 @@ private void runSegmentLeve

Re: [PR] Auto reset of error segments on segment validation [pinot]

2024-10-13 Thread via GitHub
yashmayya commented on code in PR #14217: URL: https://github.com/apache/pinot/pull/14217#discussion_r1798735073 ## pinot-controller/src/main/java/org/apache/pinot/controller/validation/RealtimeSegmentValidationManager.java: ## @@ -169,6 +171,10 @@ private void runSegmentLevelVa

Re: [PR] Auto reset of error segments on segment validation [pinot]

2024-10-13 Thread via GitHub
codecov-commenter commented on PR #14217: URL: https://github.com/apache/pinot/pull/14217#issuecomment-2409860874 ## [Codecov](https://app.codecov.io/gh/apache/pinot/pull/14217?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&u

[PR] Auto reset of error segments on segment validation [pinot]

2024-10-13 Thread via GitHub
shauryachats opened a new pull request, #14217: URL: https://github.com/apache/pinot/pull/14217 Auto reset of error segments can be done whenever segment validation flow executes, which eliminates the need for manual resolution. This feature is gated behind the controller config `con