Skip to content
Snippets Groups Projects
Commit eb9c957a authored by Vladimir Davydov's avatar Vladimir Davydov Committed by Vladimir Davydov
Browse files

iproto: call tx_check_msg before processing replication requests

In contrast to all other request handlers, replication request handlers
don't check the schema version. Strictly speaking, this is incorrect -
if it's specified it must always be checked. It was fine, because we
don't set the schema version in replication requests. However, in the
future we're planning to add more checks in tx_check_msg, which will
have to be performed for all requests, including replication. So let's
call tx_check_msg before processing replication requests - it shouldn't
hurt to check the schema version if available.

Needed for https://github.com/tarantool/tarantool-ee/issues/301

NO_DOC=ee
NO_TEST=ee
NO_CHANGELOG=ee
parent e53a8d16
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment