-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Description
Server ready, "5632ee0b598d_4dk" 70f68380-f7d9-4d56-b0e6-2a9d000fc9d8
Running rethinkdb 2.2.5~0jessie (GCC 4.9.2)...
Running on Linux 4.1.5-x86_64-linode61 x86_64
Loading data from directory /data/rethinkdb_data
warn: Cache size does not leave much memory for server and query overhead (available memory: 629 MB).
warn: Cache size is very low and may impact performance.
Listening for intracluster connections on port 29015
Listening for client driver connections on port 28015
Listening for administrative HTTP connections on port 8080
Listening on addresses: 127.0.0.1, 172.17.0.3, ::1, fe80::42:acff:fe11:3%60
Server ready, "5632ee0b598d_4dk" 70f68380-f7d9-4d56-b0e6-2a9d000fc9d8
warn: Problem when checking for new versions of RethinkDB: HTTP request to update.rethinkdb.com failed.
Version: rethinkdb 2.2.5~0jessie (GCC 4.9.2)
error: Error in src/extproc/extproc_spawner.cc at line 219:
error: Guarantee failed: [res == 0] (errno 32 - Broken pipe) could not send socket file descriptor to worker process
error: Backtrace:
error: Fri Mar 25 21:50:21 2016
1 [0xa8b7f0]: backtrace_t::backtrace_t() at 0xa8b7f0 (rethinkdb)
2 [0xa8bb69]: format_backtrace(bool) at 0xa8bb69 (rethinkdb)
3 [0xd0135d]: report_fatal_error(char const*, int, char const*, ...) at 0xd0135d (rethinkdb)
4 [0xcefc2e]: extproc_spawner_t::spawn(object_buffer_t<socket_stream_t>*, int*) at 0xcefc2e (rethinkdb)
5 [0xcf55f8]: extproc_worker_t::acquired(signal_t*) at 0xcf55f8 (rethinkdb)
6 [0xceedb3]: extproc_job_t::extproc_job_t(extproc_pool_t*, bool (*)(read_stream_t*, write_stream_t*), signal_t*) at 0xceedb3 (rethinkdb)
7 [0xcf46a2]: http_runner_t::http(http_opts_t const&, http_result_t*, signal_t*) at 0xcf46a2 (rethinkdb)
8 [0x86de6c]: ql::dispatch_http(ql::env_t*, http_opts_t const&, http_runner_t*, http_result_t*, ql::bt_rcheckable_t const*) at 0x86de6c (rethinkdb)
9 [0xbfd9bc]: version_checker_t::do_check(bool, auto_drainer_t::lock_t) at 0xbfd9bc (rethinkdb)
10 [0xbfeb84]: callable_action_instance_t<std::_Bind<std::_Mem_fn<void (version_checker_t::*)(bool, auto_drainer_t::lock_t)> (version_checker_t*, bool, auto_drainer_t::lock_t)> >::run_action() at 0xbfeb84 (rethinkdb)
11 [0x99c958]: coro_t::run() at 0x99c958 (rethinkdb)
error: Exiting.
Is this because the server has only 1GB of RAM (512MB swap)?
Thanks!