Branch: refs/heads/remote
Home: https://github.com/mailru/tarantool
Commit: 3a7c2ef62fc1a88f308c45879560e00295da94b4
https://github.com/mailru/tarantool/commit/3a7c2ef62fc1a88f308c45879560e00295da94b4
Author: Dmitry E. Oboukhov <[email protected]>
Date: 2013-04-01 (Mon, 01 Apr 2013)
Changed paths:
M include/fiber.h
M include/tarantool.h
M src/admin.m
M src/admin.rl
M src/tarantool.m
Log Message:
-----------
Creates snapshot properly by SIGUSR1
https://bugs.launchpad.net/tarantool/+bug/1162797
by SIGUSR1 tarantool
- didn't touch box.info.snapshot_pid
- didn't waitpid for snapshot process
Commit: 1f90a823aa0b628300fe1495caec7feea27afc11
https://github.com/mailru/tarantool/commit/1f90a823aa0b628300fe1495caec7feea27afc11
Author: Dmitry Simonenko <[email protected]>
Date: 2013-04-01 (Mon, 01 Apr 2013)
Changed paths:
A include/erwlock.h
M src/lua/lua_socket.m
M test/box/socket.result
M test/box/socket.test
Log Message:
-----------
socket-concurrent: implement exclusive per readers and writers socket access.
(https://bugs.launchpad.net/tarantool/+bug/1160869)
Commit: dec91c89e0d0272358a20ec6584f69b3f1d520db
https://github.com/mailru/tarantool/commit/dec91c89e0d0272358a20ec6584f69b3f1d520db
Author: Dmitry E. Oboukhov <[email protected]>
Date: 2013-04-02 (Tue, 02 Apr 2013)
Changed paths:
M include/fiber.h
M include/tarantool.h
M src/admin.m
M src/admin.rl
M src/tarantool.m
Log Message:
-----------
Creates snapshot properly by SIGUSR1
https://bugs.launchpad.net/tarantool/+bug/1162797
by SIGUSR1 tarantool
- didn't touch box.info.snapshot_pid
- didn't waitpid for snapshot process
Conflicts:
include/fiber.h
Commit: 277010b566ce5bc264d513a93d1f608b93fe5e6a
https://github.com/mailru/tarantool/commit/277010b566ce5bc264d513a93d1f608b93fe5e6a
Author: Konstantin Osipov <[email protected]>
Date: 2013-04-02 (Tue, 02 Apr 2013)
Changed paths:
M src/tarantool.m
Log Message:
-----------
https://bugs.launchpad.net/tarantool/+bug/1162797 review
Remove added logging, a message with 'saving snapshot %filename'
is already printed to the log by the child. It contains
snapshot pid. Snapshot fid is not as useful once the bug
is fixed.
Commit: be9354df84f6459e300588a6d01d80a9fd2d8baf
https://github.com/mailru/tarantool/commit/be9354df84f6459e300588a6d01d80a9fd2d8baf
Author: Konstantin Osipov <[email protected]>
Date: 2013-04-02 (Tue, 02 Apr 2013)
Changed paths:
M include/fiber.h
M include/tarantool.h
M src/admin.m
M src/admin.rl
M src/tarantool.m
Log Message:
-----------
Merge branch 'stable'
Conflicts:
include/fiber.h
Commit: c133bd1c53437034b073c437083637913725391a
https://github.com/mailru/tarantool/commit/c133bd1c53437034b073c437083637913725391a
Author: Dmitry Simonenko <[email protected]>
Date: 2013-04-02 (Tue, 02 Apr 2013)
Changed paths:
R include/erwlock.h
A include/mutex.h
M src/lua/lua_socket.m
Log Message:
-----------
socket-concurrent: review fixes.
Commit: 44a8f3639b576549b2647af2012c5883483b482a
https://github.com/mailru/tarantool/commit/44a8f3639b576549b2647af2012c5883483b482a
Author: Konstantin Osipov <[email protected]>
Date: 2013-04-02 (Tue, 02 Apr 2013)
Changed paths:
R include/latch.h
M include/mutex.h
M src/CMakeLists.txt
R src/latch.m
M src/lua/lua_socket.m
M src/tarantool.m
Log Message:
-----------
https://bugs.launchpad.net/tarantool/+bug/1160869, code review
Review comments.
Commit: 00d328d4fbfe4a6189ae277d92694b229c3ea5e9
https://github.com/mailru/tarantool/commit/00d328d4fbfe4a6189ae277d92694b229c3ea5e9
Author: Konstantin Osipov <[email protected]>
Date: 2013-04-02 (Tue, 02 Apr 2013)
Changed paths:
R include/latch.h
A include/mutex.h
M src/CMakeLists.txt
R src/latch.m
M src/lua/lua_socket.m
M src/tarantool.m
M test/box/socket.result
M test/box/socket.test
Log Message:
-----------
Merge branch 'socket-concurrent'
Commit: 444e59829ae4bd888099bc96277f606d531f3828
https://github.com/mailru/tarantool/commit/444e59829ae4bd888099bc96277f606d531f3828
Author: Konstantin Osipov <[email protected]>
Date: 2013-04-03 (Wed, 03 Apr 2013)
Changed paths:
M src/tarantool.m
Log Message:
-----------
Fix bug https://bugs.launchpad.net/tarantool/+bug/1163858
Replication relay was created (forked) after initialization
of slab allocator, and, consequently, had a very large address
space. The memory wasn't used really.
Initialize slab allocator after creation of a replication
relay process.
No test case since we don't have automation to detect that sort
of problems.
Commit: 7f9aeb42512f62188a3ce7cfa1e71c3d28a1fb47
https://github.com/mailru/tarantool/commit/7f9aeb42512f62188a3ce7cfa1e71c3d28a1fb47
Author: Konstantin Osipov <[email protected]>
Date: 2013-04-03 (Wed, 03 Apr 2013)
Changed paths:
M src/tarantool.m
Log Message:
-----------
Merge branch 'stable'
Commit: 01161e0e71b02d1bc9c941f02585b41b4fa69282
https://github.com/mailru/tarantool/commit/01161e0e71b02d1bc9c941f02585b41b4fa69282
Author: Konstantin Osipov <[email protected]>
Date: 2013-04-03 (Wed, 03 Apr 2013)
Changed paths:
M src/tarantool.m
Log Message:
-----------
A merge fix (https://bugs.launchpad.net/tarantool/+bug/1163858)
Commit: 0d687c7246c9a0ce1922f507f0b90cc9724f4852
https://github.com/mailru/tarantool/commit/0d687c7246c9a0ce1922f507f0b90cc9724f4852
Author: Dmitry E. Oboukhov <[email protected]>
Date: 2013-04-03 (Wed, 03 Apr 2013)
Changed paths:
R include/latch.h
A include/mutex.h
M src/CMakeLists.txt
R src/latch.m
M src/lua/lua_socket.m
M src/tarantool.m
M test/box/socket.result
M test/box/socket.test
Log Message:
-----------
Merge branch 'master' of github.com:mailru/tarantool into snapshot_pid
Conflicts:
include/fiber.h
src/tarantool.m
Commit: 79966a0653162b9fa2b627b452231616dc69691b
https://github.com/mailru/tarantool/commit/79966a0653162b9fa2b627b452231616dc69691b
Author: Dmitry E. Oboukhov <[email protected]>
Date: 2013-04-03 (Wed, 03 Apr 2013)
Changed paths:
M include/fiber.h
R include/latch.h
A include/mutex.h
M include/tarantool.h
M src/CMakeLists.txt
M src/admin.m
M src/admin.rl
R src/latch.m
M src/lua/lua_socket.m
M src/tarantool.m
M test/box/socket.result
M test/box/socket.test
Log Message:
-----------
Merge branch 'snapshot_pid' into remote
Commit: 9ff40f80805b8c939badedae9299f665c4098670
https://github.com/mailru/tarantool/commit/9ff40f80805b8c939badedae9299f665c4098670
Author: Dmitry E. Oboukhov <[email protected]>
Date: 2013-04-04 (Thu, 04 Apr 2013)
Changed paths:
M src/box/box.lua
M src/box/box_lua.m
M test/box/remote.test
Log Message:
-----------
base functional is ready
Compare: https://github.com/mailru/tarantool/compare/30e64b0fb66c...9ff40f80805b
_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help : https://help.launchpad.net/ListHelp