美文网首页
debug 环境步骤

debug 环境步骤

作者: 无我_a50f | 来源:发表于2020-01-16 11:21 被阅读0次
    Include not found: clickhouse_remote_servers
    Include not found: clickhouse_compression
    Logging trace to /var/log/clickhouse-server/clickhouse-server.log
    Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log
    Logging trace to console
    2020.01.16 11:06:46.682413 [ 1 ] {} <Information> : Starting ClickHouse 18.16.3.1 with revision 54412
    2020.01.16 11:06:46.690311 [ 1 ] {} <Information> Application: starting up
    2020.01.16 11:06:46.695925 [ 1 ] {} <Debug> Application: Set max number of file descriptors to 4096 (was 1024).
    2020.01.16 11:06:46.695984 [ 1 ] {} <Debug> Application: Initializing DateLUT.
    2020.01.16 11:06:46.696009 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone `PRC'.
    2020.01.16 11:06:46.696512 [ 1 ] {} <Debug> Application: Configuration parameter 'interserver_http_host' doesn't exist or exists and empty. Will use 'jeffse-mi' as replica host.
    2020.01.16 11:06:46.703533 [ 1 ] {} <Debug> ConfigReloader: Loading config `users.xml'
    2020.01.16 11:06:46.704462 [ 1 ] {} <Debug> Application: Destroyed global context.
    2020.01.16 11:06:46.704776 [ 1 ] {} <Error> Application: File not found: users.xml
    2020.01.16 11:06:46.704806 [ 1 ] {} <Information> Application: shutting down
    2020.01.16 11:06:46.704818 [ 1 ] {} <Debug> Application: Uninitializing subsystem: Logging Subsystem
    2020.01.16 11:06:46.704906 [ 2 ] {} <Information> BaseDaemon: Stop SignalListener thread
    

    问题:

    copy clickhouse/dbms/programs/server/users.xml 到 clickhouse/cmake-build-debug/dbms/programs/

    相关文章

      网友评论

          本文标题:debug 环境步骤

          本文链接:https://www.haomeiwen.com/subject/lxlfzctx.html