ZooKeeper: miscellaneous [#CLICKHOUSE-2]

This commit is contained in:
Alexey Milovidov 2018-04-04 00:18:46 +03:00
parent e2a517db12
commit c387b73f70

View File

@ -1181,8 +1181,6 @@ void ZooKeeper::MultiResponse::readImpl(ReadBuffer & in)
ZooKeeperImpl::read(done, in);
ZooKeeperImpl::read(op_error, in);
// std::cerr << "Received result for multi: " << op_num << "\n";
if (done)
throw Exception("Not enough results received for multi transaction", ZMARSHALLINGERROR);