Skip to content

Commit

Permalink
Merge branch 'main' into hy/fix_issue_18747
Browse files Browse the repository at this point in the history
  • Loading branch information
yihong0618 authored Oct 2, 2024
2 parents 31622ce + 66890db commit 47dd54c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/config/ci-meta-backup-test.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[meta]
min_sst_retention_time_sec = 0
min_sst_retention_time_sec = 5
collect_gc_watermark_spin_interval_sec = 1
vacuum_interval_sec = 10

Expand Down
1 change: 0 additions & 1 deletion src/config/ci-time-travel.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[meta]
hummock_time_travel_snapshot_interval = 30
min_sst_retention_time_sec = 1

[system]
time_travel_retention_ms = 300000
2 changes: 2 additions & 0 deletions src/storage/backup/integration_tests/test_pin_sst.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ echo "try to backup meta after creating mvs"
job_id_2=$(backup)
echo "create snapshot ${job_id_2} succeeded"

sleep 5

restore "${job_id_1}"
start_cluster
sst_count_before_gc=$(get_total_sst_count)
Expand Down

0 comments on commit 47dd54c

Please sign in to comment.