- Sep 05, 2013
-
-
Konstantin Osipov authored
- implement support for space names - add space invalidation to Lua - implement create_space, create_index helper functions.
-
- Sep 03, 2013
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
What happened in production, during upgrade: - logger option in the config file was pointing to nowhere - the server would start, unable to check that the child logger process died prematurely - the server would fork spawner process to spawn replication relays - a replica would come in, asking for data - the spawner would successfully spawn a relay but die on SIGPIPE when trying to write to the log (a pipe leading nowhere by now) about the event -> we have a master with a dead spawner process, no more replicas, sorry. Well, someone should check their configuraiton in the first place. Nevertheless, try to be nice, and: - don't die on SIGPIPE in the spawner process. - when starting the logger, make an effort to check that it has started successfully. There is no reliable way to find this out, so do it with the best effort.
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
Konstantin Osipov authored
Inline tuple_field_old(), which avoids a function call for field 0 access.
-
- Sep 02, 2013
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
The bootstrap snap (000000000000000001.snap) moved to src/. It was removed from test/box/. Fix the install target, add a RENAME option to correctly install the file.
-
Konstantin Osipov authored
-
Eugine Blikh authored
Conflicts: test/box/cjson.result test/box/cjson.test.lua
-
Eugine Blikh authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Conflicts: test/box/suite.ini
-
Konstantin Osipov authored
Add comment. Fix style. Update tests.
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Dmitry Simonenko authored
for proper yaml null output. Fix test/box/socket test.
-
Eugine Blikh authored
-
Eugine Blikh authored
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
a binary stream. Fix box/cjson test.
-
Eugine Blikh authored
-
Eugine Blikh authored
-
- Aug 31, 2013
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Continue pruning memcached. Conflicts: test/box/lua.result test/box/lua_misc.result
-
Konstantin Osipov authored
Remove memcached support in 1.6. We're about to change the type system. About to add authentication. This all makes supporting memcache within the core too cumbersome.
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
- Aug 30, 2013
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Fix confetti error output. Remove redundant cfg_reload(). Make sure we produce a Lua error on error. Remove duplicate code. Style renames.
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-