100 Star 332 Fork 294

openLooKeng / hetu-core

 / 详情

During the execution of the CTAS command, if kill a worker, error 503 is reported.

Tested
Defect 成员
创建于  
2021-03-29 18:58

Software Environment:

  • openLooKeng version (source or binary):
    openlooKeng1.2.0RC6

  • OS platform & distribution (eg., Linux Ubuntu 16.04):

  • Java version:

Describe the current behavior

During the execution of the CTAS command, kill a worker, sql can execute success.
输入图片说明

Describe the expected behavior

During the execution of the CTAS command, kill a worker, sql can execute failed, error 503 is reported.

Steps to reproduce the issue

  1. set session snapshot_enabled=true;
  2. CTAS create bucket table:
    create table task_036(salutation,first_name,last_name,birth_year) WITH (bucket_count = 16,bucketed_by =ARRAY['salutation'],format = 'ORC', partitioned_by = ARRAY['birth_year']) as select c_salutation,c_first_name,c_last_
    name,c_birth_year from hive.tpcds_bin_partitioned_orc_1000.customer_address t1 inner join hive.tpcds_bin_partitioned_orc_1000.customer t2 on t1.ca_address_sk=t2.c_current_addr_sk;
  3. Wait until the snapshot is generated and kill a node.

Related log/screenshots

Special notes for this issue

评论 (2)

yumei 创建了缺陷Defect
yumei 关联仓库设置为openLooKeng/hetu-core
展开全部操作日志

@yumei You have not selected a milestone,please select a milestone.After setting the milestone, you can use the /check-milestone command to remove the needs-milestone label.

i-robot 添加了
 
needs-milestone
标签

openlooKeng1.3.0RC1

Env

1CN+3WN

Test step

Perform the test 10 times according to the test procedure.

Test Result

No issue is found.

Conclusion

Regression Passed

yumei 任务状态Todo 修改为Tested

登录 后才可以发表评论

状态
负责人
项目
里程碑
Pull Requests
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
开始日期   -   截止日期
-
置顶选项
优先级
预计工期 (小时)
参与者(2)
Java
1
https://gitee.com/openlookeng/hetu-core.git
git@gitee.com:openlookeng/hetu-core.git
openlookeng
hetu-core
hetu-core

搜索帮助