Giter VIP home page Giter VIP logo

Comments (5)

dxygit1 avatar dxygit1 commented on June 27, 2024

clickhouse-keeper:23.8.8.21.altinitystable
clickhouse-server:24.3

from clickhouse.

den-crane avatar den-crane commented on June 27, 2024

What steps led to this problem? What command did you execute?

from clickhouse.

dxygit1 avatar dxygit1 commented on June 27, 2024

create table

 CREATE TABLE IF NOT EXISTS `local_1`.`appname_6` ON CLUSTER dtstack (`_at_timestamp_` DateTime64(3, 'UTC'),`_at_date_` Date,`_receive_timestamp_` DateTime64(3, 'UTC'),`_tenant_id_` Int64,`__appname__` LowCardinality(String)) engine = ReplicatedMergeTree('/clickhouse/tables/1/appname_6/2024-05-20/{shard}/hits', '{replica}') partition by toString(_at_date_) order by (_at_date_, _at_timestamp_, intHash64(toInt64(toDateTime(_at_timestamp_)))) 


2024-05-20 21:23:13 ERR acos-loggie-multiarch/pkg/pipeline/pipeline.go:368 > consumer batch failed: load table:[local_1.appname_6] failed: table create error, tableName: appname_6: code: 122, message: There was an error on [chi-clickhouse-cluster-dtstack-0-0:9000]: Code: 122. DB::Exception: Table columns structure in ZooKeeper is different from local table structure. Local columns:
columns format version: 1
5 columns:
`_at_timestamp_` DateTime64(3, \'UTC\')
`_at_date_` Date
`_receive_timestamp_` DateTime64(3, \'UTC\')
`_tenant_id_` Int64
`__appname__` LowCardinality(String)

Zookeeper columns:
columns format version: 1
5 columns:
`__appname__` LowCardinality(String)
`_at_timestamp_` DateTime64(3, \'UTC\')
`_at_date_` Date
`_receive_timestamp_` DateTime64(3, \'UTC\')
`_tenant_id_` Int64
. (INCOMPATIBLE_COLUMNS) (version 24.3.2.23 (official build))

from clickhouse.

den-crane avatar den-crane commented on June 27, 2024

What steps led to this problem?

select * from system.dropped_tables

from clickhouse.

alexey-milovidov avatar alexey-milovidov commented on June 27, 2024

clickhouse-keeper:23.8.8.21.altinitystable

This is a mistake. We don't support alternative, third-party builds.
I strongly do not recommend "altinity" builds.

Read https://clickhouse.com/docs/knowledgebase/difference_between_official_builds_and_3rd_party

from clickhouse.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.