Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
9aea5061
Commit
9aea5061
authored
Sep 02, 2020
by
Jan Lindström
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Increase mariabackup SST initial timeout to avoid timeouts.
parent
837bbbaf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
scripts/wsrep_sst_mariabackup.sh
scripts/wsrep_sst_mariabackup.sh
+4
-3
No files found.
scripts/wsrep_sst_mariabackup.sh
View file @
9aea5061
#!/bin/bash -ue
# Copyright (C) 2013 Percona Inc
# Copyright (C) 2017-20
19
MariaDB
# Copyright (C) 2017-20
20
MariaDB
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
@@ -363,7 +363,7 @@ read_cnf()
iopts
=
$(
parse_cnf sst inno-backup-opts
""
)
iapts
=
$(
parse_cnf sst inno-apply-opts
""
)
impts
=
$(
parse_cnf sst inno-move-opts
""
)
stimeout
=
$(
parse_cnf sst sst-initial-timeout
1
00
)
stimeout
=
$(
parse_cnf sst sst-initial-timeout
3
00
)
ssyslog
=
$(
parse_cnf sst sst-syslog 0
)
ssystag
=
$(
parse_cnf mysqld_safe syslog-tag
"
${
SST_SYSLOG_TAG
:-}
"
)
ssystag+
=
"-"
...
...
@@ -624,7 +624,8 @@ recv_joiner()
popd
1>/dev/null
if
[[
${
RC
[0]
}
-eq
124
]]
;
then
wsrep_log_error
"Possible timeout in receving first data from donor in gtid stage"
wsrep_log_error
"Possible timeout in receiving first data from "
"donor in gtid stage: exit codes:
${
RC
[@]
}
"
exit
32
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment