iproto: don't throw exception in replication handler
It is an error to throw an error out of a cbus message handler because it breaks cbus message delivery. In case of replication throwing an error prevents iproto against replication socket closing. Closes #3642
Showing
- src/box/iproto.cc 1 addition, 1 deletionsrc/box/iproto.cc
- test/replication/lua/rlimit.lua 24 additions, 0 deletionstest/replication/lua/rlimit.lua
- test/replication/misc.result 78 additions, 0 deletionstest/replication/misc.result
- test/replication/misc.test.lua 35 additions, 0 deletionstest/replication/misc.test.lua
- test/replication/suite.ini 1 addition, 1 deletiontest/replication/suite.ini
Loading
Please register or sign in to comment