Comment 7 for bug 1274199

Revision history for this message
Raghavendra D Prabhu (raghavendra-prabhu) wrote :

From log_info I added:

=== modified file 'galera/src/key_set.hpp'
--- galera/src/key_set.hpp 2013-12-01 16:29:42 +0000
+++ galera/src/key_set.hpp 2014-03-08 16:31:07 +0000
@@ -264,6 +264,7 @@
             case EMPTY: assert(0);
             }

+ log_info << "Version value:" << ver;
             abort();
         }

140308 22:18:46 [Note] [Debug] WSREP: galera/src/certification.cpp:append_trx():986: trx map size: 16451 - check if status.last_committed is incrementing
140308 22:18:46 [Note] WSREP: galera/src/key_set.hpp:base_size():267: Version value:0

Here:

             case FLAT8A:
                return 8;
            case EMPTY: assert(0);
            }

            abort();

Is it missing a 'return 0' here? unless you want to assert (when NDEBUG) and abort as well.