Skip to content

Issue on docs #2154

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Reallyone opened this issue Mar 5, 2025 · 1 comment
Open

Issue on docs #2154

Reallyone opened this issue Mar 5, 2025 · 1 comment

Comments

@Reallyone
Copy link

Reallyone commented Mar 5, 2025

Path:/zh-CN/docs/install/deploy-manually/integrated-storage-compute-deploy-manually

执行:CREATE TABLE testdb.table_hash
(
k1 TINYINT,
k2 DECIMAL(10, 2) DEFAULT "10.5",
k3 VARCHAR(10) COMMENT "string column",
k4 INT NOT NULL DEFAULT "1" COMMENT "int column"
)
COMMENT "my first table"
DISTRIBUTED BY HASH(k1) BUCKETS 32;

提示:ERROR 1105 (HY000): errCode = 2, detailMessage = replication num should be less than the number of available backends. replication num is 3, available backend num is 2

@KassieZ
Copy link
Contributor

KassieZ commented Apr 11, 2025

你好,报错问题可以前往 Doris 中文论坛 讨论,社区会有专人解答

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants