Skip to content

Commit

Permalink
feat: don't use deleted flag in vtorc
Browse files Browse the repository at this point in the history
Signed-off-by: Manan Gupta <[email protected]>
  • Loading branch information
GuptaManan100 committed Dec 3, 2024
1 parent a9761f5 commit 85fbc91
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/operator/101_initial_cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ spec:
cpu: 100m
memory: 128Mi
extraFlags:
recovery-period-block-duration: 5s
instance-poll-time: 1s
partitionings:
- equal:
parts: 1
Expand Down
2 changes: 1 addition & 1 deletion examples/operator/201_customer_tablets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ spec:
cpu: 100m
memory: 128Mi
extraFlags:
recovery-period-block-duration: 5s
instance-poll-time: 1s
partitionings:
- equal:
parts: 1
Expand Down
2 changes: 1 addition & 1 deletion examples/operator/302_new_shards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ spec:
cpu: 100m
memory: 128Mi
extraFlags:
recovery-period-block-duration: 5s
instance-poll-time: 1s
partitionings:
- equal:
parts: 1
Expand Down
2 changes: 1 addition & 1 deletion examples/operator/306_down_shard_0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ spec:
cpu: 100m
memory: 128Mi
extraFlags:
recovery-period-block-duration: 5s
instance-poll-time: 1s
partitionings:
- equal:
parts: 1
Expand Down
2 changes: 1 addition & 1 deletion examples/operator/401_scheduled_backups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ spec:
cpu: 100m
memory: 128Mi
extraFlags:
recovery-period-block-duration: 5s
instance-poll-time: 1s
partitionings:
- equal:
parts: 1
Expand Down

0 comments on commit 85fbc91

Please sign in to comment.