Добрый день! Поскажите в чем может быть проблема. Создал кластер из 6-ти узлов, переопределил пользователя для взаимодействия между нодами тэгами <user> и <password>. Пытаюсь с первого узла выполнить команду create table t on cluster dwh (n integer) engine = mergetree() order by n; IDE 30 секунд ждет ответа от сервера, потом выдает timeout. В логе при этом ошибка: <Error> DynamicQueryHandler: Code: 373, e.displayText() = DB::Exception: Session is locked by a concurrent client., Stack trace (when copying this message, always include the lines below):
0. DB::NamedSessions::acquireSession(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, DB::Context&, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> >, bool) @ 0xeadf67d in /usr/bin/clickhouse
1. DB::Context::acquireNamedSession(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> >, bool) @ 0xeadeec0 in /usr/bin/clickhouse
2. DB::HTTPHandler::processQuery(DB::Context&, Poco::Net::HTTPServerRequest&, HTMLForm&, Poco::Net::HTTPServerResponse&, DB::HTTPHandler::Output&, std::__1::optional<DB::CurrentThread::QueryScope>&) @ 0xf82c72a in /usr/bin/clickhouse
3. DB::HTTPHandler::handleRequest(Poco::Net::HTTPServerRequest&, Poco::Net::HTTPServerResponse&) @ 0xf8325c5 in /usr/bin/clickhouse
4. Poco::Net::HTTPServerConnection::run() @ 0x11d9fd75 in /usr/bin/clickhouse
5. Poco::Net::TCPServerConnection::start() @ 0x11dd646f in /usr/bin/clickhouse
6. Poco::Net::TCPServerDispatcher::run() @ 0x11dd7e81 in /usr/bin/clickhouse
7. Poco::PooledThread::run() @ 0x11f03809 in /usr/bin/clickhouse
8. Poco::ThreadImpl::runnableEntry(void*) @ 0x11eff79a in /usr/bin/clickhouse
9. start_thread @ 0x9609 in /usr/lib/x86_64-linux-gnu/
libpthread-2.31.so10. clone @ 0x122293 in /usr/lib/x86_64-linux-gnu/
libc-2.31.so (version
21.1.2.15 (official build))