Branch: refs/heads/master
Home: https://github.com/mailru/tarantool
Commit: f175e5ac7328ed85445106e2479d7b2fd427092e
https://github.com/mailru/tarantool/commit/f175e5ac7328ed85445106e2479d7b2fd427092e
Author: Konstantin Osipov <[email protected]>
Date: 2013-03-26 (Tue, 26 Mar 2013)
Changed paths:
M doc/developer/developer.xml
M doc/www-data.in/download.cmake
Log Message:
-----------
Update the user guide.
Commit: 0c9ef5f415937eca3b148667c23dca635fa11d6c
https://github.com/mailru/tarantool/commit/0c9ef5f415937eca3b148667c23dca635fa11d6c
Author: Konstantin Osipov <[email protected]>
Date: 2013-03-26 (Tue, 26 Mar 2013)
Changed paths:
M cmake/FindReadline.cmake
Log Message:
-----------
Merge branch 'stable' of github.com:mailru/tarantool into stable
Commit: 729927d2231dc325a0a823b8184721427bd9812f
https://github.com/mailru/tarantool/commit/729927d2231dc325a0a823b8184721427bd9812f
Author: Konstantin Osipov <[email protected]>
Date: 2013-03-27 (Wed, 27 Mar 2013)
Changed paths:
M src/iproto.m
Log Message:
-----------
Fix a bug with session id in on_disconnect() trigger.
https://bugs.launchpad.net/tarantool/+bug/1160789
When multiple sessions get disconnected at the same
time, the same fiber is running all disconnect triggers.
This fiber's sid was not changed between trigger invocations,
and on_disconnect() triggrer of the next disconnected
session would see not its own session id in box.session.id(),
but the previous session's session id.
The fix is to correctly set box.session.id() before handling
any iproto request.
In on_connect() request, sid is 0, but soon it is
reset in session_create().
No test case since the bug requires that there is a full
libev queue, so that multiple on_disconnect() triggers
fire in the same loop.
Commit: 67305c4ac2463f1a78f507bb31672928416ec05f
https://github.com/mailru/tarantool/commit/67305c4ac2463f1a78f507bb31672928416ec05f
Author: Konstantin Osipov <[email protected]>
Date: 2013-03-27 (Wed, 27 Mar 2013)
Changed paths:
M doc/developer/developer.xml
M doc/www-data.in/download.cmake
M src/iproto.m
Log Message:
-----------
Merge branch 'stable'
Compare: https://github.com/mailru/tarantool/compare/7291d69d3155...67305c4ac246
_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help : https://help.launchpad.net/ListHelp