1da37796bc0923e6d88085edb3bd034eaed418bb
We sleep storage_service_ring_delay until we abort due to failing to talk to a seed node. We should retry sending GossipDigestSyn message, instead of sending it once. With this, we can start the seed node and normal node in a script like below, without any sleep between. ./scylla --listen-address 127.0.0.1 ./scylla --listen-address 127.0.0.2 This is useful for testing.
#Urchin
##Building Urchin
In addition to required packages by Seastar, the following packages are required by Urchin.
Submodules
Urchin uses submodules, so make sure you pull the submodules first by doing:
git submodule init
git submodule update
Building urchin on Fedora
Installing required packages:
sudo yum install yaml-cpp-devel lz4-devel zlib-devel snappy-devel jsoncpp-devel
Building urchin on Ubuntu 14.04
Installing required packages:
sudo apt-get install libyaml-cpp-dev liblz4-dev zlib1g-dev libsnappy-dev libjsoncpp-dev
Description
Languages
C++
73.5%
Python
25.3%
CMake
0.3%
GAP
0.3%
Shell
0.3%