You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@doris.apache.org by GitBox <gi...@apache.org> on 2018/09/18 08:34:39 UTC

[GitHub] freedomme opened a new issue #229: 建表出错

freedomme opened a new issue #229: 建表出错
URL: https://github.com/apache/incubator-doris/issues/229
 
 
   MySQL [test]> CREATE TABLE table1
       -> (
       ->     siteid INT DEFAULT '10',
       ->     citycode SMALLINT,
       ->     username VARCHAR(32) DEFAULT '',
       ->     pv BIGINT SUM DEFAULT '0'
       -> )
       -> AGGREGATE KEY(siteid, citycode, username)
       -> DISTRIBUTED BY HASH(siteid) BUCKETS 10
       -> PROPERTIES("replication_num" = "1");
   
   **ERROR 1064 (HY000): Failed to create partition[table1]. Timeout**
   MySQL [test]>
   
   安装 文档中说明,进行建表,相关错误信息见上。集群信息,一个前端,两个后端。后端是active.应该如何排错?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@doris.apache.org
For additional commands, e-mail: dev-help@doris.apache.org