mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-31 18:24:25 +03:00
Fix various spelling errors
e.g. - succesfully -> successfully - preceeding -> preceding
This commit is contained in:
@ -600,7 +600,7 @@ wsrep::seqno wsrep::server_state::desync_and_pause()
|
||||
// Desync may give transient error if the provider cannot
|
||||
// communicate with the rest of the cluster. However, this
|
||||
// error can be tolerated because if the provider can be
|
||||
// paused succesfully below.
|
||||
// paused successfully below.
|
||||
WSREP_LOG_DEBUG(wsrep::log::debug_log_level(),
|
||||
wsrep::log::debug_level_server_state,
|
||||
"Failed to desync server before pause");
|
||||
@ -753,7 +753,7 @@ void wsrep::server_state::sst_received(wsrep::client_service& cs,
|
||||
* logged view. */
|
||||
std::ostringstream msg;
|
||||
msg << "SST script passed bogus GTID: " << gtid
|
||||
<< ". Preceeding view GTID: " << v.state_id();
|
||||
<< ". Preceding view GTID: " << v.state_id();
|
||||
throw wsrep::runtime_error(msg.str());
|
||||
}
|
||||
|
||||
|
@ -962,7 +962,7 @@ bool wsrep::transaction::bf_abort(
|
||||
WSREP_LOG_DEBUG(client_state_.debug_log_level(),
|
||||
wsrep::log::debug_level_transaction,
|
||||
"Seqno " << bf_seqno
|
||||
<< " succesfully BF aborted " << id_
|
||||
<< " successfully BF aborted " << id_
|
||||
<< " victim_seqno " << victim_seqno);
|
||||
bf_abort_state_ = state_at_enter;
|
||||
state(lock, s_must_abort);
|
||||
@ -1733,8 +1733,8 @@ int wsrep::transaction::certify_commit(
|
||||
client_state_.override_error(wsrep::e_error_during_commit, cert_ret);
|
||||
break;
|
||||
case wsrep::provider::error_bf_abort:
|
||||
// Transaction was replicated succesfully and it was either
|
||||
// certified succesfully or the result of certifying is not
|
||||
// Transaction was replicated successfully and it was either
|
||||
// certified successfully or the result of certifying is not
|
||||
// yet known. Therefore the transaction must roll back
|
||||
// and go through replay either to replay and commit the whole
|
||||
// transaction or to determine failed certification status.
|
||||
|
Reference in New Issue
Block a user