Open
Description
Related dev. issue(s): tarantool/tarantool#9679
Product: Tarantool
Since: 3.1
Root document: https://www.tarantool.io/en/doc/latest/reference/reference_lua/net_box/#lua-function.conn.on_schema_reload
SME: @ CuriousGeorgiy
Details
When an error is thrown from the on_schema_reload
trigger, it now behaves
the same way as the on_disconnect
trigger 1:
If the trigger function causes an error, the error is logged but
otherwise is ignored.