- Jun 24, 2014
-
-
ocelot-inc authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Conflicts: src/box/box.cc src/box/replica.cc src/iproto_constants.cc
-
Konstantin Osipov authored
Conflicts: src/box/replication.cc
-
Konstantin Osipov authored
Conflicts: src/lua/yaml.cc
-
Konstantin Osipov authored
Conflicts: src/box/box.cc src/box/replica.cc src/box/replication.cc test/unit/CMakeLists.txt
-
Konstantin Osipov authored
Make the new tests more stable. Add a logger output, so that log is output to a file rather than terminal. Make require_mod module test more robust.
-
Konstantin Osipov authored
-
esha authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
- Jun 23, 2014
-
-
Eugine Blikh authored
Conflicts: debian/control debian/tarantool-lts-client.install debian/tarantool-lts-client.manpages debian/tarantool-lts-dev.install debian/tarantool-lts-modules.install debian/tarantool-lts-sophia-module.install debian/tarantool-modules.install debian/tarantool-sql-module.install
-
Eugine Blikh authored
-
Konstantin Osipov authored
iproto_header_encode() already uses gc memory, use it for fixed row header as well.
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Use underscores instead of dashes in file names. Use 0 for success -1 for error. Update code and tests.
-
Dmitry E. Oboukhov authored
-
Konstantin Osipov authored
With snapshot recovery, we have 3 different states of replication: - no replication at all - there is a replication source, but no connection to the master - connecte to master and reading snapshot/xlog This is a preparatory step to (in future) separate setting of replication source and establishing a connection to the master.
-
Alexandr authored
-
- Jun 20, 2014
-
-
ocelot-inc authored
-
Roman Tsisyk authored
-
bigbes authored
Conflicts: extra/rpm.spec.in extra/rpm/tarantool.rpm.spec.in test/CMakeLists.txt
-
bigbes authored
-
Roman Tsisyk authored
-
- Jun 19, 2014
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
node -> server lsnmap -> vector clock setlsn -> vclock
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Simplify replication relay code. Rename a global variable to a name that doesn't match a type name (simplifies debugging).
-
Konstantin Osipov authored
There are 3 cases of vclock update: - add a new server (vclock_add_server()) - get the next lsn for a local server (vclock_inc()) - update a vclock copy from some remote master (vclock_follow()).
-
Konstantin Osipov authored
Extract and document vclock merge logic.
-
Konstantin Osipov authored
Instead of manually adding a surrogage server id for snapshot, add it to the cluster clock when saving a snapshot.
-
Dmitry E. Oboukhov authored
So sio_strfaddr checks len of input address.
-
Konstantin Osipov authored
-
Konstantin Osipov authored
vclock.h is now a C header, and in clang C you can't declare a structure in a for loop.
-
Konstantin Osipov authored
-