This commit is contained in:
alesapin 2021-08-31 15:29:33 +03:00
parent 9a3bbf44e3
commit 7223a32aac

View File

@ -347,9 +347,6 @@ private:
/// Event that is signalled (and is reset) by the restarting_thread when the ZooKeeper session expires.
Poco::Event partial_shutdown_event {false}; /// Poco::Event::EVENT_MANUALRESET
/// Limiting parallel fetches per one table
std::atomic_uint current_table_fetches {0};
int metadata_version = 0;
/// Threads.