sysprg
sysprg
This patch fixes two bugs: PART I, PXC-594: ---------------- Assertion `sender->count_last_applied' failed in the gcs_group_handle_join_msg() function. This error stems from the fact that we have added a direct transition from...
In some rare scenarios (e.g., when we have multiple transactions awaiting certification, and the last node remaining in the cluster becomes PRIMARY due to the failure of the previous primary...
Timers in gcomm (which implemented using ASIO library) can be triggered even during normal shutdown sequence - even after interruption of the main event loop in gcomm subsystem and completion...
This patch implements a new information schema table ("WSREP_STATS"), which contains the "wsrep_gcache_actual_pool_size" variable that reflects the exact amount of memory, which is used by the "gcache" memory pool. Using...
Currently DDL operations that are protected via the RSU can be performed during SST. Thus, the database can be changed during execution of the SST process. Therefore, the SST process...
galera_split_brain TC failing with assertion intermittently in the function KeyPart::matches (), which compares the two keys, because one of those keys is empty (the field "version" in this key contains...