storage.handler.client: Create a transaction when checking current serial.
This fixes a bug causing a crash during tpc_finish phase when a storage involved in a transaction does not receive any object, but receives at least one CheckCurrentSerial request: no transaction was registered, and storage would fail to lock transaction when requested by master during tpc_finish phase.
Showing
Please register or sign in to comment