File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
demand-backup-physical-sharded/conf Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 59
59
resources :
60
60
limits :
61
61
cpu : 500m
62
- memory : 1G
62
+ memory : 2G
63
63
requests :
64
64
cpu : 100m
65
65
memory : 0.1G
Original file line number Diff line number Diff line change @@ -640,6 +640,12 @@ wait_for_running() {
640
640
timeout=$(( timeout + 1 ))
641
641
echo -n ' .'
642
642
if [[ ${timeout} -gt 1500 ]]; then
643
+ kubectl_bin logs ${OPERATOR_NS: +-n $OPERATOR_NS } $( get_operator_pod) \
644
+ | grep -v ' level=info' \
645
+ | grep -v ' level=debug' \
646
+ | grep -v ' Getting tasks for pod' \
647
+ | grep -v ' Getting pods from source' \
648
+ | tail -200
643
649
echo
644
650
echo " Waiting timeout has been reached. Exiting..."
645
651
exit 1
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ main() {
61
61
backup_name_minio=" backup-minio"
62
62
run_backup $backup_name_minio 2 physical
63
63
64
- write_document " -2nd" ' 120 '
64
+ write_document " -2nd" ' 130 '
65
65
66
66
backup_last_write=$( kubectl_bin exec $cluster -rs0-0 -c backup-agent -- pbm status -o json | jq .backups.snapshot[0].restoreTo)
67
67
last_chunk=$( get_latest_oplog_chunk_ts $cluster )
You can’t perform that action at this time.
0 commit comments