Branch: refs/heads/stable
Home: https://github.com/tarantool/tarantool
Commit: 4f72d8965acbd329aac3d5e676ad695c059a4b24
https://github.com/tarantool/tarantool/commit/4f72d8965acbd329aac3d5e676ad695c059a4b24
Author: Dmitry Simonenko <[email protected]>
Date: 2013-12-11 (Wed, 11 Dec 2013)
Changed paths:
M src/replica.cc
Log Message:
-----------
gh-136: move any fiber yield out of catch block.
This is done to avoid situation, when two or more
fibers yield inside their try/catch blocks and
throws an exceptions. Seems like exception unwinder
stores some global state while being inside
a catch block.
This could lead to incorrect exception processing
and server crash.
Commit: 143df4cd5e846d2e7b3d09dac924d1e8302809c0
https://github.com/tarantool/tarantool/commit/143df4cd5e846d2e7b3d09dac924d1e8302809c0
Author: Konstantin Osipov <[email protected]>
Date: 2013-12-17 (Tue, 17 Dec 2013)
Changed paths:
M src/replica.cc
Log Message:
-----------
gh-136: review fixes, remove an unnecessary state variable.
Compare:
https://github.com/tarantool/tarantool/compare/ca531daa2cea...143df4cd5e84_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help : https://help.launchpad.net/ListHelp