Commit 5fa8dc7
[SPARK-56021][SS] Increase AutoSnapshotRepair default maxChangeFileReplay threshold from 50 to 500
### What changes were proposed in this pull request?
Increasing the default from 50 to 500.
### Why are the changes needed?
50 is too conservative. Users would prefer to spend more time repairing the pipeline than having the pipeline completely down.
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
existing tests
### Was this patch authored or co-authored using generative AI tooling?
Claude-4.5-opus
Closes #54843 from micheal-o/auto_repair_max_changefile_increase.
Authored-by: micheal-o <micheal.okutubo@gmail.com>
Signed-off-by: Anish Shrigondekar <anish.shrigondekar@databricks.com>1 parent 523921a commit 5fa8dc7
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2717 | 2717 | | |
2718 | 2718 | | |
2719 | 2719 | | |
2720 | | - | |
| 2720 | + | |
2721 | 2721 | | |
2722 | 2722 | | |
2723 | 2723 | | |
| |||
0 commit comments