File tree Expand file tree Collapse file tree 1 file changed +8
-15
lines changed Expand file tree Collapse file tree 1 file changed +8
-15
lines changed Original file line number Diff line number Diff line change @@ -503,37 +503,30 @@ spec:
503503 description : BatchProcessingState tracks the current state of batch
504504 processing for a compartment
505505 properties :
506+ completedNodes :
507+ description : Total number of nodes that have completed successfully
508+ (cumulative across all batches)
509+ type : integer
506510 consecutiveFailures :
507511 description : Number of consecutive failures
508512 type : integer
509513 currentBatch :
510514 description : Current batch number (starts at 1)
511515 type : integer
512- currentBatchNodes :
513- description : Names of nodes in the current batch (persisted
514- across reconciles)
515- items :
516- type : string
517- type : array
518- failedInBatch :
519- description : Number of failed nodes in current batch
516+ failedNodes :
517+ description : Total number of nodes that have failed (cumulative
518+ across all batches)
520519 type : integer
521520 lastBatchFailed :
522521 description : Whether the last batch failed (for slowdown logic)
523522 type : boolean
524523 lastBatchSize :
525- description : Last successful batch size (for slowdown calculations)
526- type : integer
527- processedNodes :
528- description : Total number of nodes processed so far
524+ description : Last batch size (for slowdown calculations)
529525 type : integer
530526 shouldStop :
531527 description : Whether the strategy should stop processing due
532528 to failures
533529 type : boolean
534- successfulInBatch :
535- description : Number of successful nodes in current batch
536- type : integer
537530 type : object
538531 description : CompartmentBatchStates tracks batch processing state
539532 per compartment
You can’t perform that action at this time.
0 commit comments