kubeblocks icon indicating copy to clipboard operation
kubeblocks copied to clipboard

[BUG] clickhouse reconfigure failed

Open wangyelei opened this issue 8 months ago • 1 comments

wangyelei avatar Apr 11 '25 06:04 wangyelei

kb0.9.3, after enable and disable tls, Clickhouse does not triggle configuration rerender.

2025.04.14 02:58:03.933338 [ 42 ] {} <Error> Application: Code: 210. DB::Exception: Listen [0.0.0.0]:9010 failed: Poco::Exception. Code: 1000, e.code() = 2, File not found: /etc/pki/tls/ca.crt (version 24.8.3.59 (official build)). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below):

  1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000c2cc324
  2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x000000000763b6dc
  3. DB::Exception::Exception<String const&, int&, String>(int, FormatStringHelperImpl<std::type_identity<String const&>::type, std::type_identity<int&>::type, std::type_identity<String>::type>, String const&, int&, String&&) @ 0x000000000c3707a0
  4. DB::Server::createServer(Poco::Util::AbstractConfiguration&, String const&, char const*, bool, bool, std::vector<DB::ProtocolServerAdapter, std::allocatorDB::ProtocolServerAdapter>&, std::function<DB::ProtocolServerAdapter (unsigned short)>&&) const @ 0x000000000c445678
  5. DB::Server::createInterserverServers(Poco::Util::AbstractConfiguration&, std::vector<String, std::allocator<String>> const&, bool, Poco::ThreadPool&, DB::AsynchronousMetrics&, std::vector<DB::ProtocolServerAdapter, std::allocatorDB::ProtocolServerAdapter>&, bool, DB::ServerType const&) @ 0x000000000c45fc8c
  6. DB::Server::main(std::vector<String, std::allocator<String>> const&) @ 0x000000000c451d24
  7. Poco::Util::Application::run() @ 0x0000000013471a3c
  8. DB::Server::run() @ 0x000000000c445d60
  9. Poco::Util::ServerApplication::run(int, char**) @ 0x000000001347ac78
  10. mainEntryClickHouseServer(int, char**) @ 0x000000000c443628
  11. main @ 0x0000000007638084
  12. ? @ 0x0000000000027740
  13. ? @ 0x0000000000027818 (version 24.8.3.59 (official build)) 2025.04.14 02:58:03.933402 [ 42 ] {} <Information> Application: shutting down 2025.04.14 02:58:03.933659 [ 43 ] {} <Information> BaseDaemon: Stop SignalListener thread 2025.04.14 02:58:03.941272 [ 1 ] {} <Information> Application: Child process exited normally with code 210.

loomts avatar Apr 14 '25 03:04 loomts

This issue has been marked as stale because it has been open for 30 days with no activity

github-actions[bot] avatar May 19 '25 00:05 github-actions[bot]