You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Tim Armstrong (JIRA)" <ji...@apache.org> on 2018/06/07 22:57:00 UTC

[jira] [Assigned] (IMPALA-5868) Partitioning Kudu table by uuid() leads to timeout

     [ https://issues.apache.org/jira/browse/IMPALA-5868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim Armstrong reassigned IMPALA-5868:
-------------------------------------

    Assignee:     (was: Matthew Jacobs)

> Partitioning Kudu table by uuid() leads to timeout
> --------------------------------------------------
>
>                 Key: IMPALA-5868
>                 URL: https://issues.apache.org/jira/browse/IMPALA-5868
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Backend
>    Affects Versions: Impala 2.8.0
>            Reporter: Tim Armstrong
>            Priority: Major
>              Labels: bugbash-2017-08-30, kudu
>
> {code}
> > create table k primary key(pk) partition by hash(pk) partitions 1000 stored as kudu as select uuid() as pk, ss_sold_time_sk, ss_item_sk,  ss_customer_sk, ss_cdemo_sk, ss_hdemo_sk, ss_addr_sk, cast(ss_wholesale_cost as double), cast(ss_list_price as double) from tpcds_100000_parquet.store_sales where ss_sold_date_sk = 2452472;
> Query: create table k primary key(pk) partition by hash(pk) partitions 1000 stored as kudu as select uuid() as pk, ss_sold_time_sk, ss_item_sk,  ss_customer_sk, ss_cdemo_sk, ss_hdemo_sk, ss_addr_sk, cast(ss_wholesale_cost as double), cast(ss_list_price as double) from tpcds_100000_parquet.store_sales where ss_sold_date_sk = 2452472
> WARNINGS: Kudu error(s) reported, first error: Timed out: Failed to write batch of 72 ops to tablet cbeebf61792b4f02886dae73d343ab71 after 1 attempt(s): Failed to write to server: d200f5a8f31241a9a539733c1958b6ca (hostname.cloudera.com:7050): Write RPC to <ip>:7050 timed out after 179.926s (SENT)
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org