You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@doris.apache.org by Katte <li...@ccfan.com.cn> on 2019/08/28 04:06:15 UTC

加载数据时提示 too many filtered rows

你好,我加载数据到doris中时提示 too many filtered rows ,是不是记录条数太多了呢

root@master:/mywork/data/T4# curl --location-trusted -u fm:Fm123456 -H "label:tb04_20190828_1" -H "column_separator:," -T T4_1.txt http://slave1:8040/api/futurmaster/tb04/_stream_load
{
    "TxnId": 2002,
    "Label": "tb04_20190828_1",
    "Status": "Fail",
    "Message": "too many filtered rows",
    "NumberTotalRows": 600001,
    "NumberLoadedRows": 0,
    "NumberFilteredRows": 600001,
    "NumberUnselectedRows": 0,
    "LoadBytes": 190199473,
    "LoadTimeMs": 2782,
    "ErrorURL": "http://192.168.0.153:8040/api/_load_error_log?file=__shard_0/error_log_insert_stmt_e86cc04897d74606-a3f1487d14257056_e86cc04897d74606_a3f1487d14257056"


发送自 Windows 10 版邮件应用