Zhiyong Liu created DRILL-819:
---------------------------------
Summary: Failure while closing accountor encountered
Key: DRILL-819
URL: https://issues.apache.org/jira/browse/DRILL-819
Project: Apache Drill
Issue Type: Bug
Components: Functions - Drill
Reporter: Zhiyong Liu
Datasources: TPCH (10MB), three-way split parquet files
git.commit.id.abbrev=2fad21d
git.commit.id=2fad21d5a6ec43bb68fb989e48b6da180f23f73a
0: jdbc:drill:schema=dfs.TpcHMulti> select count(*) from (select l.l_orderkey
as x, c.c_custkey as y
. . . . . . . . . . . . . . . . . > from lineitem l left outer join customer
c on l.l_orderkey = c.c_custkey) where y is null;
Query failed: org.apache.drill.exec.rpc.RpcException: Remote failure while
running query.[error_id: "48974397-f16f-44a6-80dc-678a81ed9a90"
endpoint {
address: "perfnode104.perf.lab"
user_port: 31010
control_port: 31011
data_port: 31012
}
error_type: 0
message: "Failure while running fragment. < IllegalStateException:[ Failure
while closing accountor. Expected private and shared pools to be set to
initial values. However, one or more were not. Stats are
zone init allocated delta
private 1000000 839520 160480
shared 9999000000 9999000000 0. ]"
]
Error: exception while executing query (state=,code=0)
--
This message was sent by Atlassian JIRA
(v6.2#6252)