Description
When loading a data directory containing KahaDB logs from previous versions a NPE exception can be encountered. The new Version in 5.6 is v4 however an if statement in the MessageDatabase still checks against a current of v3. Code needs to be updated to use the VERSION field to ensure its checking against the most current value.