**********************************
IMPORTANT NOTICE: This email is from a third-party vendor and its personnel who 
provide services to Lenovo,and this email is not legally binding on Lenovo. Any 
Lenovo commitments should only be included in a formal contract signed between 
the two parties. Lenovo shall not be liable for any damages of any kind in any 
form whatsoever caused by this email. Any opinions expressed by individuals in 
this email neither represent nor reflect Lenovo's. This email and any documents 
sent with it may contain confidential information and are protected by the 
privileges of lawyers and clients. This message is only read and used by the 
intended recipients. Unauthorized viewing, use, disclosure or distribution of 
this email or the documents sent with it is strictly prohibited. If you are not 
the intended recipient, please do not read or save this message, and please 
delete this message permanently and destroy any printed copies. Thank you.
重要通知:本电子邮件来自于向联想提供服务的第三方供应商及其人员,且该邮件并不对联想发生法律约束力。 联想的任何承诺均应仅包含在双方之间相互签署的正式合同中。 
对于本邮件无论基于何种原因导致的无论何种形式的任何损失,联想均不承担责任。个人在本邮件中表达的任何观点既不代表也不反映联想的观点。 
本邮件和与之一起发送的任何文件均可能含有保密信息,并受律师和客户特权保护。本邮件仅供指定的收件人阅读和使用。严禁对本邮件或与之一起发送的文件进行未经授权的查看、使用、披露或分发。
 如果您不是指定的收件人,请勿阅读或保存本邮件,并请永久删除本邮件并销毁任何打印副本。谢谢。
**********************************



**********************************
IMPORTANT NOTICE: This email comes from third-party vendors and their personnel 
who provide services to Lenovo. Any commitments made by Lenovo should only be 
included in the formal contract signed between the two parties. If this email 
conflicts with any contract signed between the two parties, or contains 
contents which exceed the scope, warranty, representation or commitment agreed 
under the contract signed by the parties, this mail will be considered as 
invalid and will not become binding upon Lenovo. Lenovo shall not be liable for 
any loss or damage caused by above invalid email. Any opinions expressed by 
individuals in this email neither represent or reflect the views of Lenovo. 
This email and any documents sent with it may contain confidential information 
and are protected by the privileges of lawyers and clients. This email is only 
for the designated recipients to read and use. Unauthorized viewing, use, 
disclosure or distribution of this email or the files sent with it is strictly 
prohibited. If you are not the designated recipient, please do not read or save 
this email, and please permanently delete this email and destroy any printed 
copies.Thank you.
重要通知:本电子邮件来自于为联想提供服务的第三方供应商及其人员。联想的任何承诺均应仅包含在双方之间相互签署的正式合同中。本邮件内容如与双方间所签署合同存在冲突,或超出双方所签署合同所约定范围、承诺或担保的,均为无效,对联想不产生任何法律约束力。因上述无效邮件所导致的何种形式的任何损失,联想均不承担责任。个人在本邮件中表达的任何观点既不代表也不反映联想的观点。本邮件和与之一起发送的任何文件均可能含有保密信息,并受律师和客户特权保护。本邮件仅供指定的收件人阅读和使用。严禁对本邮件或与之一起发送的文件进行未经授权的查看、使用、披露或分发。如果您不是指定的收件人,请勿阅读或保存本邮件,并请永久删除本邮件并销毁任何打印副本。谢谢。
**********************************


Dear Doris,
         我部署了一台单机doris,库中有一张60G的数据表,添加索引后达到了96G,但在添加索引后,执行查询时,报了SQL 错误 [1105] 
[HY000]: RpcException, msg: io.grpc.StatusRuntimeException: UNAVAILABLE: 
Network closed for unknown reason

    然后BE宕掉,重启BE后,再次查询依然宕掉,请问是什么原因呢?如果还需要其他配置,还请提出,期待你的回复。

    建表语句如下

CREATE TABLE `kktlog_syncdata` (

  `topicname` varchar(500) NULL,

  `jsonstr` text NULL,

  `data_day` date NULL,

  `data_time` datetime NULL DEFAULT CURRENT_TIMESTAMP,

  INDEX idx_bitmap_jsonstr (`jsonstr`) USING BITMAP COMMENT ''

) ENGINE=OLAP

DUPLICATE KEY(`topicname`)

COMMENT 'instance ikt data'

DISTRIBUTED BY HASH(`topicname`) BUCKETS 10

PROPERTIES (

"replication_allocation" = "tag.location.default: 1",

"is_being_synced" = "false",

"storage_format" = "V2",

"light_schema_change" = "true",

"disable_auto_compaction" = "false",

"enable_single_replica_compaction" = "false"

);

[cid:image001.png@01DA08FB.21DB61D0]
[cid:image002.png@01DA08FB.21DB61D0]





Reply via email to