---
title: TPC-DS SQL3异常的解决方法
description: "TPCDS SQL3执行导致引擎core dump，报错信息如下。"
url: https://www.hikunpeng.com/document/detail/zh/kunpengboostkithistory/2300/bds/kunpengbds_omniruntime_20_0101.html
sourcePath: /source/zh/kunpengboostkithistory/2300/bds/kunpengbds_omniruntime_20_0101.html
indexId: d094ad35f818438a09b94b6fa2864cdb25946f61e876a6a8485de12c464bb5f278
---
# TPC-DS SQL3异常的解决方法

#### 问题现象描述

TPCDS SQL3执行导致引擎core dump，报错信息如下。

```
INFO Query-20211019_035335_00014_eutke-1521 io.prestosql.plugin.hive.rule.HiveFilterPushdown offloading:table date_dim,size *** Error in 'java':free(): corrupted unsorted chunks: 0x0000ffccb4026930 ***
```


#### 关键过程、根本原因分析

无


#### 结论、解决方案及效果

此异常定位为Ceph社区固有问题，待社区解决。

通过在Ceph配置文件“/etc/ceph/ceph.conf”中的[global]域中增加rgw_nfs_lru_lane_hiwat配置项，并设置其值为65535，规避问题的发生。
