- Apr 26, 2016
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
- Apr 25, 2016
-
-
Roman Tsisyk authored
* Remove vclock_add_server()/vclock_has() - servers are implicitly registered in vclock->map on the first request * As result, lsn == 0 is never exist in vclock * box.info.vclock[server_id] returns nil instead of 0 even if server_id was registered in _cluster, but hasn't sent any rows * Soften ER_UNKNOWN_SERVER checks for unregistered server_id * Fix buggy ER_MISSING_SNAPSHOT logic * Add missing "error.h" includes
-
Roman Tsisyk authored
-
- Apr 23, 2016
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
- Apr 22, 2016
-
-
Roman Tsisyk authored
Bump memory limit to 2GB
-
Roman Tsisyk authored
-
- Apr 21, 2016
-
-
Roman Tsisyk authored
-
Roman Tsisyk authored
Allow to use the same configuration file on all cluster nodes for replication.
-
Roman Tsisyk authored
Fix server_id vs server_uuid mess.
-
Roman Tsisyk authored
-
- Apr 20, 2016
-
-
Roman Tsisyk authored
-
Roman Tsisyk authored
* Switch to YAML instead of JSON * Add utilites for replication * Print test-run internal errors to console
-
Dmitry Simonenko authored
Store index as space_id:index_id. Configuration refactoring.
-
- Apr 19, 2016
-
-
Dmitry Simonenko authored
Move write operations out of index into separate sophia_space.cc file.
-
- Apr 18, 2016
-
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
Fix memory corruption caused by accidentally copy-pasted line.
-
- Apr 15, 2016
-
-
Roman Tsisyk authored
space_truncate() depends on box_delete()/box_insert(), move to appropriate place.
-
Roman Tsisyk authored
-
feldsherov authored
-
Roman Tsisyk authored
-
Georgy Kirichenko authored
-
Georgy Kirichenko authored
-
Georgy Kirichenko authored
-
- Apr 14, 2016
-
-
Roman Tsisyk authored
- Introduce new two-phase JOIN protocol. - Remove Sophia snapshots and switch to checkpoints. - Include latest WALs and registration of replica into JOIN stream. - Remove legacy tests for read-only replica. See box_proccess_join() for protocol changes.
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
- Apr 13, 2016
-
-
Georgy Kirichenko authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
Fill IPROTO_KEY for DELETE and IPROTO_TUPLE for INSERT/REPLACE.
-
- Apr 12, 2016
-
-
Alexandr Lyapunov authored
-
- Apr 11, 2016
-
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Alexandr Lyapunov authored
Splitted init_field_map into init_field_map and tuple_validate
-
Alexandr Lyapunov authored
-
Roman Tsisyk authored
-