mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-20 00:20:47 +00:00
Alexandr Porunov reports that Scylla fails to start up after reboot as follows: Aug 25 19:44:51 scylla1 scylla[637]: Exiting on unhandled exception of type 'std::system_error': Error system:99 (Cannot assign requested address) The problem is that because there's no dependency to network service, Scylla simply attempts to start up too soon in the boot sequence and fails. Fixes #1618. Message-Id: <1472212447-21445-1-git-send-email-penberg@scylladb.com>