Skip to content

Commit

Permalink
Updated reducer.sh for PXC startup
Browse files Browse the repository at this point in the history
  • Loading branch information
rameshvs02 committed Jan 3, 2020
1 parent 2194b30 commit 5cb473b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion known_bugs_pxc.strings
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ user_table->get_ref_count
void boost..throw_exception<asio..system_error> ## https://jira.percona.com/browse/PXC-2392
ZN5boost15throw_exceptionIN4asio12system_errorEEEvRKT_ ## https://jira.percona.com/browse/PXC-2392
void std..__cxx11..basic_string<char, std..char_traits<char>, std..allocator<char> >.._M_construct ## https://jira.percona.com/browse/PXC-2622
wsrep_ws_handle.trx_id == .0x7fffffffffffffffLL . 2ULL ## https://jira.percona.com/browse/PXC-2442
#wsrep_ws_handle.trx_id == .0x7fffffffffffffffLL . 2ULL ## https://jira.percona.com/browse/PXC-2442 (Not reproducible)
wsrep..transaction..before_rollback ## https://jira.percona.com/browse/PXC-2620
wsrep_start_position_update ## https://jira.percona.com/browse/PXC-2674
wsrep..server_state..state ## https://jira.percona.com/browse/PXC-2629
Expand Down
3 changes: 3 additions & 0 deletions reducer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1940,6 +1940,9 @@ start_pxc_main(){
if ! check_for_version $MYSQL_VERSION "8.0.0" ; then
echo "innodb_locks_unsafe_for_binlog=1" >> ${WORKD}/my.cnf
echo "wsrep_sst_auth=$SUSER:$SPASS" >> ${WORKD}/my.cnf
else
echo "pxc_encrypt_cluster_traffic=OFF" >> ${WORKD}/my.cnf
echo "log-error-verbosity=3" >> ${WORKD}/my.cnf
fi
echo "wsrep-provider=${BASEDIR}/lib/libgalera_smm.so" >> ${WORKD}/my.cnf
echo "wsrep_sst_method=xtrabackup-v2" >> ${WORKD}/my.cnf
Expand Down

0 comments on commit 5cb473b

Please sign in to comment.