Hi guys,
I've just suddenly started getting memory errors:
0: jdbc:drill:zk=local> create table dfs.tmp.purchases4 as (select price,
quantity from mongo.`connect`.`events`);
+------------+---------------------------+
| Fragment | Number of records written |
+------------+---------------------------+
| 0_0 | 100000 |
Query failed: RemoteRpcException: Failure while running fragment., 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 1000000 0
shared 9999000000 9998787264 212736.
java.lang.RuntimeException: java.sql.SQLException: Failure while executing
query
.
at sqlline.SqlLine$IncrementalRows.hasNext(SqlLine.java:2514)
at sqlline.SqlLine$TableOutputFormat.print(SqlLine.java:2148)
at sqlline.SqlLine.print(SqlLine.java:1809)
at sqlline.SqlLine$Commands.execute(SqlLine.java:3766)
at sqlline.SqlLine$Commands.sql(SqlLine.java:3663)
at sqlline.SqlLine.dispatch(SqlLine.java:889)
at sqlline.SqlLine.begin(SqlLine.java:763)
at sqlline.SqlLine.start(SqlLine.java:498)
at sqlline.SqlLine.main(SqlLine.java:460)
This seems to be happening consistently - not quite sure why this is
occurring. Anyone have any troubleshooting ideas?