0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 24 hours ago. based on code collected 1 day ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bump version number to 25.3.37 More... almost 2 years ago
Add command line option to specify desired working directory where to save `gvwstate.dat` file. Add WORK_DIR parameter to garb.cnf and respective launch scripts. More... about 2 years ago
Downgrade message about missing `gvwstate.dat` file to INFO More... about 2 years ago
Bump version numbers for 25.3.36 More... about 2 years ago
Amend condition for warning about second segment scan. It should not be emitted if there was actually no rollover and no second segment. More... about 2 years ago
- implement dump_map() method for ring buffer to dump buffer allocatation in more detail for debugging purposes. - fix pointer advance during initial scan - don't forget to update buffer offset More... about 2 years ago
Fix INSTALL_SBINDIR parameter in the build script More... about 2 years ago
codership/galera#611 Add all intermediate libs as STATIC More... about 2 years ago
- Clear traling buffer header at the end of recovered segment to ensure rollover when scanning GCache ring buffer. - Add additional sanity checks to avoid segfaults if somehow an invalid buffer leaks past initial recovery scan. - On ring buffer reset remove all seqnos that pointed at ringbuffer from seqno2ptr map. More... over 2 years ago
Always allow sending join messages when not in JOINER state More... over 2 years ago
Bumped version numbers for Galera 3.35 More... over 2 years ago
added OpenSSL license if galera uses static SSL libs More... over 2 years ago
Fix static SSL library detection with CMake >= 3.3.1 More... over 2 years ago
Bump version to 3.34 More... over 2 years ago
handle exceptions on seqno2ptr_.insert() during GCache recovery: seqnos there can be absolutely arbitrary and there is no guarantee that insert will succeed. More... almost 3 years ago
Log fatal error and abort instead of throwing an exception in debug builds in key_set.cpp More... almost 3 years ago
use stop_count instead of queue_len to determine if flow control is active in gcs_replv(). This should allow lagging node (e.g. donor) to replicate as intended if no flow contorol was activated. More... almost 3 years ago
grep away AUTO_INCREMENT values in CREATE TABLE statements for consistency checking More... almost 3 years ago
add seesaw test script that uses sysbench for load generator More... almost 3 years ago
codership/galera-bugs#705 Wrong certification results after SST More... almost 3 years ago
reduce the unnecessary GCache debug output verbosity. More... almost 3 years ago
if GCache::seqno_release() is called with seqno greater than the seqno locked for IST, it goes into tight loop until the end of IST. Instead it should just return. Fixed. More... almost 3 years ago
fix debug assert in GCache::disacard_seqno() More... almost 3 years ago
Introduce apply_waits status variable More... almost 3 years ago
ANY IST failure results in state being marked "corrupt", which is too excessive and may result in the unwarranted fallback to full SST. During IST invalidate state only in case of trx applying failure, ignore connection/transfer failures and such. More... almost 3 years ago
codership/galera#558 Restored CK_TIMEOUT_MULTIPLIER in debian rules More... almost 3 years ago
fix incorrect assert: node in GCS_NODE_STATE_PRIM shoud be able to handle new primary configuration. Transition PRIM-PRIM is allowed in transition map. Also a minor refactoring in mysql/build.sh helper script More... almost 3 years ago
Fix CRC32C detection for ARM architectures More... about 3 years ago
Bump version to 25.3.33 More... about 3 years ago
codership/galera#210 Clear grastate.dat seqno on joiner before IST More... about 3 years ago