You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running rethinkdb 2.3.5~0jessie (GCC 4.9.2)...
Running on Linux 4.9.13-moby x86_64
Loading data from directory /data/rethinkdb_data
Listening for intracluster connections on port 29015
error: Failed I/O: we tried to read from behind the end of the file. Either the file got truncated, or there is a bug in RethinkDB.
error: Failed I/O: we tried to read from behind the end of the file. Either the file got truncated, or there is a bug in RethinkDB.
error: Failed I/O: we tried to read from behind the end of the file. Either the file got truncated, or there is a bug in RethinkDB.
Version: rethinkdb 2.3.5~0jessie (GCC 4.9.2)
error: Error in src/arch/types.cc at line 35:
error: I/O operation failed. (Invalid argument) (offset = 8388608, count = 1536)
error: Backtrace:
error: Tue May 2 10:05:46 2017
1 [0xae7500]: backtrace_t::backtrace_t() at 0xae7500 (rethinkdb)
2 [0xae7879]: format_backtrace(bool) at 0xae7879 (rethinkdb)
3 [0xd9f6c3]: report_fatal_error(char const*, int, char const*, ...) at 0xd9f6c3 (rethinkdb)
4 [0x9f688c]: linux_iocallback_t::on_io_failure(int, long, long) at 0x9f688c (rethinkdb)
5 [0x9e6815]: thread_doer_t<std::_Bind<std::_Mem_fn<void (linux_iocallback_t::*)(int, long, long)> (linux_iocallback_t*, int, long, long)> >::on_thread_switch() at 0x9e6815 (rethinkdb)
6 [0x9f61e8]: linux_message_hub_t::on_event(int) at 0x9f61e8 (rethinkdb)
7 [0x9f3186]: epoll_event_queue_t::run() at 0x9f3186 (rethinkdb)
8 [0x9f122d]: linux_thread_pool_t::start_thread(void*) at 0x9f122d (rethinkdb)
9 [0x7f9490201064]: /lib/x86_64-linux-gnu/libpthread.so.0(+0x8064) [0x7f9490201064] at 0x7f9490201064 (/lib/x86_64-linux-gnu/libpthread.so.0)
10 [0x7f948ff3662d]: clone+0x6d at 0x7f948ff3662d (/lib/x86_64-linux-gnu/libc.so.6)
error: Exiting.
Docker version:
Docker version 17.03.1-ce, build c6d412e
docker-compose version 1.11.2, build dfed245
macOS version:
Sierra 10.12.3 (16D32)
The text was updated successfully, but these errors were encountered:
I had the same issue. It was a corrupted table file. I had to rename each of the table files one at a time from (guid) to (guid).old until I could get rethink to start up again to find which file was corrupted. It would be nice to have the guid of the corrupted file in the error log - even better, the name of the table the file corresponds to.
Rethinkdb Service can't start when Container restarted.
docker-compose.yml
LOGS:
Docker version:
macOS version:
The text was updated successfully, but these errors were encountered: