Search code examples
tarantool

file `./00000000000000000849.xlog` wasn't correctly closed


When i try start my tarantool, see in log this messages:

2016-03-28 17:42:14.813 [31296] main/101/ia.lua C> log level 4
2016-03-28 17:42:14.999 [31296] main/101/ia.lua recovery.cc:211 W> file `./00000000000000000012.xlog` wasn't correctly closed
2016-03-28 17:42:15.001 [31296] main/101/ia.lua recovery.cc:211 W> file `./00000000000000000118.xlog` wasn't correctly closed
2016-03-28 17:42:15.002 [31296] main/101/ia.lua recovery.cc:211 W> file `./00000000000000000849.xlog` wasn't correctly closed
2016-03-28 17:42:15.004 [31296] main/101/ia.lua recovery.cc:211 W> file `./00000000000000000849.xlog` wasn't correctly closed

What does it mean ?


Solution

  • This message means that Tarantool did not write the end of file marker at shutdown, which it normally does. This can happen after a crash or hard reset, in other words, any kind of ungraceful server shutdown. The message as such is harmless, it warns you that some last transactions may have been not flushed to WAL since last start.