You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "changxue (Jira)" <ji...@apache.org> on 2022/12/22 10:05:00 UTC

[jira] [Created] (IOTDB-5268) [export-csv]export csv failed when multiple export working

changxue created IOTDB-5268:
-------------------------------

             Summary: [export-csv]export csv failed when multiple export working
                 Key: IOTDB-5268
                 URL: https://issues.apache.org/jira/browse/IOTDB-5268
             Project: Apache IoTDB
          Issue Type: Bug
    Affects Versions: 1.0.0
            Reporter: changxue
            Assignee: Haonan Hou


[export-csv]export csv failed when multiple export working


command:
{code}
export-csv.sh -h iotdb-44 -p 6667 -u root -pw root -f s_${cols} -tf yyyy-MM-dd\ HH:mm:ss -linesPerFile 10000 -td ${target} -q "select ${query_str} from root.test.g_0.d_$d"
{code}

{code}
-td /data/csv/root.test.g_0/d_0 -f s_0 -q "select s_0,s_1,s_2,s_3,s_4,s_5,s_6,s_7,s_8,s_9 from root.test.g_0.d_0"
------------------------------------------
Starting IoTDB Client Export Script
------------------------------------------
Cannot dump result because: 301: FragmentInstance 20221222_082109_00011_1.1.0 is aborted by timeout
{code}

问题:
单独执行会成功,但是在另一台机器上也执行一个export-csv.sh,那么先执行的会失败。然后若干个之后,后执行的也失败了。
也就是说,不稳定。同样的语句,随着执行的export增加,会失败。



--
This message was sent by Atlassian Jira
(v8.20.10#820010)