Home
last modified time | relevance | path

Searched refs:WSREP_INFO (Results 1 – 25 of 134) sorted by relevance

123456

/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dwsrep_sst.cc198 WSREP_INFO("wsrep_sst_grab()"); in wsrep_sst_grab()
210 WSREP_INFO("Waiting for SST to complete."); in wsrep_sst_wait()
216 WSREP_INFO("SST complete, seqno: %lld", (long long) local_seqno); in wsrep_sst_wait()
297 WSREP_INFO("Signalling provider to continue."); in wsrep_sst_continue()
397 WSREP_INFO("Running: '%s'", arg->cmd); in sst_joiner_thread()
727 WSREP_INFO ("Prepared SST request: %s|%s", method_ptr, addr_ptr); in wsrep_sst_prepare()
773 WSREP_INFO("Rejecting client queries for the duration of SST."); in sst_reject_queries()
854 WSREP_INFO("Flushing tables for SST..."); in sst_flush_tables()
876 WSREP_INFO("Tables flushed."); in sst_flush_tables()
927 WSREP_INFO("Running: '%s'", arg->cmd); in sst_donor_thread()
[all …]
H A Dwsrep_mysqld.cc173 WSREP_INFO("Initialized wsrep sidno %d", wsrep_sidno); in wsrep_init_sidno()
204 WSREP_INFO("New cluster view: global state: %s:%lld, view# %lld: %s, " in wsrep_view_handler_cb()
235 WSREP_INFO("closing client connections for " in wsrep_view_handler_cb()
385 WSREP_INFO("Waiting to reach ready state"); in wsrep_ready_wait()
388 WSREP_INFO("ready state reached"); in wsrep_ready_wait()
394 WSREP_INFO("Synchronized with group, ready for connections"); in wsrep_synced_cb()
410 WSREP_INFO("MySQL slave restart"); in wsrep_synced_cb()
441 WSREP_INFO("Initial position: %s:%lld", uuid_str, (long long)seqno); in wsrep_init_position()
700 WSREP_INFO("Stop replication"); in wsrep_stop_replication()
703 WSREP_INFO("Provider was not loaded, in stop replication"); in wsrep_stop_replication()
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dwsrep_applier.cc95 WSREP_INFO("Applier sleeping 15 sec"); in wsrep_apply_events()
97 WSREP_INFO("Applier slept 15 sec"); in wsrep_apply_events()
104 WSREP_INFO("applier has been aborted, skipping apply_rbr: %lld", in wsrep_apply_events()
244 WSREP_INFO("applier aborted: %lld", (long long)wsrep_thd_trx_seqno(thd)); in wsrep_apply_events()
343 WSREP_INFO("Applier statement commit needed"); in wsrep_commit()
H A Dwsrep_mysqld.cc212 WSREP_INFO("Initialized wsrep sidno %d", wsrep_sidno); in wsrep_init_sidno()
244 WSREP_INFO("New cluster view: global state: %s:%lld, view# %lld: %s, " in wsrep_view_handler_cb()
275 WSREP_INFO("closing client connections for " in wsrep_view_handler_cb()
425 WSREP_INFO("Waiting to reach ready state"); in wsrep_ready_wait()
428 WSREP_INFO("ready state reached"); in wsrep_ready_wait()
434 WSREP_INFO("Synchronized with group, ready for connections"); in wsrep_synced_cb()
451 WSREP_INFO("MySQL slave restart"); in wsrep_synced_cb()
480 WSREP_INFO("Initial position: %s:%lld", uuid_str, (long long)seqno); in wsrep_init_position()
743 WSREP_INFO("Stop replication"); in wsrep_stop_replication()
746 WSREP_INFO("Provider was not loaded, in stop replication"); in wsrep_stop_replication()
[all …]
H A Dwsrep_sst.cc196 WSREP_INFO("wsrep_sst_grab()"); in wsrep_sst_grab()
208 WSREP_INFO("Waiting for SST to complete."); in wsrep_sst_wait()
214 WSREP_INFO("SST complete, seqno: %lld", (long long) local_seqno); in wsrep_sst_wait()
295 WSREP_INFO("Signalling provider to continue."); in wsrep_sst_continue()
396 WSREP_INFO("Running: '%s'", arg->cmd); in sst_joiner_thread()
777 WSREP_INFO("Rejecting client queries for the duration of SST."); in sst_reject_queries()
858 WSREP_INFO("Flushing tables for SST..."); in sst_flush_tables()
880 WSREP_INFO("Tables flushed."); in sst_flush_tables()
931 WSREP_INFO("Running: '%s'", arg->cmd); in sst_donor_thread()
1096 WSREP_INFO("sst_donor_thread signaled with %d", arg.err); in sst_donate_other()
/dports/databases/mariadb103-client/mariadb-10.3.34/include/
H A Dwsrep.h49 #define WSREP_INFO(...) WSREP_LOG(sql_print_information, ##__VA_ARGS__) macro
61 #define WSREP_INFO(...) macro
/dports/databases/mariadb103-server/mariadb-10.3.34/include/
H A Dwsrep.h49 #define WSREP_INFO(...) WSREP_LOG(sql_print_information, ##__VA_ARGS__) macro
61 #define WSREP_INFO(...) macro
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dwsrep_server_service.cc169 WSREP_INFO("%s", message); in log_message()
228 WSREP_INFO("%s", os.str().c_str()); in log_view()
332 WSREP_INFO("Server status change %s -> %s", in log_state_change()
340 WSREP_INFO("Synchronized with group, ready for connections"); in log_state_change()
H A Dwsrep_thd.cc55 WSREP_INFO("Starting applier thread %llu", thd->thread_id); in wsrep_replication_process()
59 WSREP_INFO("Applier thread exiting ret: %d thd: %llu", ret, thd->thread_id); in wsrep_replication_process()
233 WSREP_INFO("Starting rollbacker thread %llu", rollbacker->thread_id); in wsrep_rollback_process()
274 WSREP_INFO("rollbacker thread exiting %llu", rollbacker->thread_id); in wsrep_rollback_process()
H A Dwsrep_var.cc303 WSREP_INFO("SST setting local position to %s current %s", start_pos_buf, wsrep_start_position); in wsrep_set_local_position()
369 WSREP_INFO ("wsrep_start_position set to '%s'", wsrep_start_position); in wsrep_start_position_update()
546 WSREP_INFO("Allowing client queries due to manual setting"); in wsrep_reject_queries_update()
549 WSREP_INFO("Rejecting client queries due to manual setting"); in wsrep_reject_queries_update()
554 WSREP_INFO("Rejecting client queries and killing connections due to manual setting"); in wsrep_reject_queries_update()
557 WSREP_INFO("Unknown value for wsrep_reject_queries: %lu", in wsrep_reject_queries_update()
614 WSREP_INFO("WSREP (galera) provider is not loaded, can't re(start) replication."); in wsrep_cluster_address_update()
H A Dwsrep_mysqld.h253 #define WSREP_INFO(...) WSREP_LOG(sql_print_information, ##__VA_ARGS__) macro
259 WSREP_INFO("%s: \n " \
274 WSREP_INFO("cluster conflict due to %s for threads:", \
279 WSREP_INFO("context: %s:%d", __FILE__, __LINE__); \
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dwsrep_server_service.cc169 WSREP_INFO("%s", message); in log_message()
228 WSREP_INFO("%s", os.str().c_str()); in log_view()
332 WSREP_INFO("Server status change %s -> %s", in log_state_change()
340 WSREP_INFO("Synchronized with group, ready for connections"); in log_state_change()
H A Dwsrep_thd.cc55 WSREP_INFO("Starting applier thread %llu", thd->thread_id); in wsrep_replication_process()
59 WSREP_INFO("Applier thread exiting ret: %d thd: %llu", ret, thd->thread_id); in wsrep_replication_process()
233 WSREP_INFO("Starting rollbacker thread %llu", rollbacker->thread_id); in wsrep_rollback_process()
274 WSREP_INFO("rollbacker thread exiting %llu", rollbacker->thread_id); in wsrep_rollback_process()
H A Dwsrep_var.cc303 WSREP_INFO("SST setting local position to %s current %s", start_pos_buf, wsrep_start_position); in wsrep_set_local_position()
369 WSREP_INFO ("wsrep_start_position set to '%s'", wsrep_start_position); in wsrep_start_position_update()
546 WSREP_INFO("Allowing client queries due to manual setting"); in wsrep_reject_queries_update()
549 WSREP_INFO("Rejecting client queries due to manual setting"); in wsrep_reject_queries_update()
554 WSREP_INFO("Rejecting client queries and killing connections due to manual setting"); in wsrep_reject_queries_update()
557 WSREP_INFO("Unknown value for wsrep_reject_queries: %lu", in wsrep_reject_queries_update()
614 WSREP_INFO("WSREP (galera) provider is not loaded, can't re(start) replication."); in wsrep_cluster_address_update()
H A Dwsrep_mysqld.h253 #define WSREP_INFO(...) WSREP_LOG(sql_print_information, ##__VA_ARGS__) macro
259 WSREP_INFO("%s: \n " \
274 WSREP_INFO("cluster conflict due to %s for threads:", \
279 WSREP_INFO("context: %s:%d", __FILE__, __LINE__); \
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dwsrep_thd.cc55 WSREP_INFO("Starting applier thread %llu", thd->thread_id); in wsrep_replication_process()
59 WSREP_INFO("Applier thread exiting ret: %d thd: %llu", ret, thd->thread_id); in wsrep_replication_process()
233 WSREP_INFO("Starting rollbacker thread %llu", rollbacker->thread_id); in wsrep_rollback_process()
274 WSREP_INFO("rollbacker thread exiting %llu", rollbacker->thread_id); in wsrep_rollback_process()
H A Dwsrep_server_service.cc169 WSREP_INFO("%s", message); in log_message()
228 WSREP_INFO("%s", os.str().c_str()); in log_view()
332 WSREP_INFO("Server status change %s -> %s", in log_state_change()
340 WSREP_INFO("Synchronized with group, ready for connections"); in log_state_change()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dwsrep_server_service.cc169 WSREP_INFO("%s", message); in log_message()
228 WSREP_INFO("%s", os.str().c_str()); in log_view()
332 WSREP_INFO("Server status change %s -> %s", in log_state_change()
340 WSREP_INFO("Synchronized with group, ready for connections"); in log_state_change()
H A Dwsrep_thd.cc55 WSREP_INFO("Starting applier thread %llu", thd->thread_id); in wsrep_replication_process()
59 WSREP_INFO("Applier thread exiting ret: %d thd: %llu", ret, thd->thread_id); in wsrep_replication_process()
233 WSREP_INFO("Starting rollbacker thread %llu", rollbacker->thread_id); in wsrep_rollback_process()
274 WSREP_INFO("rollbacker thread exiting %llu", rollbacker->thread_id); in wsrep_rollback_process()
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dwsrep_var.cc214 WSREP_INFO ("wsrep_start_position set to '%s'", wsrep_start_position);
423 WSREP_INFO("Allowing client queries due to manual setting");
426 WSREP_INFO("Rejecting client queries due to manual setting");
431 WSREP_INFO("Rejecting client queries and killing connections due to manual setting");
434 WSREP_INFO("Unknown value for wsrep_reject_queries: %lu",
475 WSREP_INFO("wsrep provider is not loaded, can't re(start) replication."); in parse_sane_timezone()
H A Dwsrep_mysqld.cc306 WSREP_INFO("Initialized wsrep sidno %d", wsrep_sidno); in wsrep_init_sidno()
375 WSREP_INFO("closing client connections for " in wsrep_view_handler_cb()
524 WSREP_INFO("Waiting to reach ready state"); in wsrep_ready_wait()
527 WSREP_INFO("ready state reached"); in wsrep_ready_wait()
533 WSREP_INFO("Synchronized with group, ready for connections"); in wsrep_synced_cb()
548 WSREP_INFO("MariaDB slave restart"); in wsrep_synced_cb()
582 WSREP_INFO("Initial position: %s:%lld", uuid_str, (long long)seqno); in wsrep_init_position()
947 WSREP_INFO("Stop replication"); in wsrep_stop_replication()
950 WSREP_INFO("Provider was not loaded, in stop replication"); in wsrep_stop_replication()
995 WSREP_INFO("Start replication"); in wsrep_start_replication()
[all …]
H A Dwsrep_sst.cc201 WSREP_INFO("wsrep_sst_grab()"); in wsrep_sst_grab()
215 WSREP_INFO("Waiting for SST to complete."); in wsrep_sst_wait()
236 WSREP_INFO("SST complete, seqno: %lld", (long long) local_seqno); in wsrep_sst_wait()
376 WSREP_INFO("Signalling provider to continue."); in wsrep_sst_continue()
520 WSREP_INFO("Running: '%s'", arg->cmd); in sst_joiner_thread()
1271 WSREP_INFO("Rejecting client queries for the duration of SST."); in sst_reject_queries()
1421 WSREP_INFO("Flushing tables for SST..."); in sst_flush_tables()
1478 WSREP_INFO("Tables flushed."); in sst_flush_tables()
1525 WSREP_INFO("Running: '%s'", arg->cmd); in sst_donor_thread()
1729 WSREP_INFO("sst_donor_thread signaled with %d", arg.err); in sst_donate_other()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dwsrep_var.cc214 WSREP_INFO ("wsrep_start_position set to '%s'", wsrep_start_position); in wsrep_start_position_update()
423 WSREP_INFO("Allowing client queries due to manual setting"); in wsrep_reject_queries_update()
426 WSREP_INFO("Rejecting client queries due to manual setting"); in wsrep_reject_queries_update()
431 WSREP_INFO("Rejecting client queries and killing connections due to manual setting"); in wsrep_reject_queries_update()
434 WSREP_INFO("Unknown value for wsrep_reject_queries: %lu", in wsrep_reject_queries_update()
475 WSREP_INFO("wsrep provider is not loaded, can't re(start) replication."); in wsrep_cluster_address_update()
H A Dwsrep_mysqld.cc306 WSREP_INFO("Initialized wsrep sidno %d", wsrep_sidno); in wsrep_init_sidno()
375 WSREP_INFO("closing client connections for " in wsrep_view_handler_cb()
524 WSREP_INFO("Waiting to reach ready state"); in wsrep_ready_wait()
527 WSREP_INFO("ready state reached"); in wsrep_ready_wait()
533 WSREP_INFO("Synchronized with group, ready for connections"); in wsrep_synced_cb()
548 WSREP_INFO("MariaDB slave restart"); in wsrep_synced_cb()
582 WSREP_INFO("Initial position: %s:%lld", uuid_str, (long long)seqno); in wsrep_init_position()
947 WSREP_INFO("Stop replication"); in wsrep_stop_replication()
950 WSREP_INFO("Provider was not loaded, in stop replication"); in wsrep_stop_replication()
995 WSREP_INFO("Start replication"); in wsrep_start_replication()
[all …]
H A Dwsrep_sst.cc201 WSREP_INFO("wsrep_sst_grab()"); in wsrep_sst_grab()
215 WSREP_INFO("Waiting for SST to complete."); in wsrep_sst_wait()
236 WSREP_INFO("SST complete, seqno: %lld", (long long) local_seqno); in wsrep_sst_wait()
376 WSREP_INFO("Signalling provider to continue."); in wsrep_sst_continue()
520 WSREP_INFO("Running: '%s'", arg->cmd); in sst_joiner_thread()
1271 WSREP_INFO("Rejecting client queries for the duration of SST."); in sst_reject_queries()
1421 WSREP_INFO("Flushing tables for SST..."); in sst_flush_tables()
1478 WSREP_INFO("Tables flushed."); in sst_flush_tables()
1525 WSREP_INFO("Running: '%s'", arg->cmd); in sst_donor_thread()
1729 WSREP_INFO("sst_donor_thread signaled with %d", arg.err); in sst_donate_other()

123456