Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[可视化导入] 导入错误类型 引起服务挂掉 #462

Closed
nebula-bots opened this issue Feb 14, 2023 · 1 comment
Closed

[可视化导入] 导入错误类型 引起服务挂掉 #462

nebula-bots opened this issue Feb 14, 2023 · 1 comment
Labels
affects/master PR/issue: this bug affects master version. auto-sync process/done Process of bug severity/major Severity of bug type/bug Type: something is unexpected wontfix Solution: this will not be worked on

Comments

@nebula-bots
Copy link

测试环境:http://192.168.8.131:7001/
登录host:192.168.8.185:9669
使用模板导入参数:
`
version: v2
description: studio import
removeTempFiles: null
clientSettings:
retry: 3
concurrency: 10
channelBufferSize: 128
space: Test
connection:
user: "root"
password: "nebula"
address: "192.168.8.185:9669,192.168.8.134:9669,192.168.8.186:9669"
postStart: null
preStop: null
logPath: import.log
workingDir: null
files:

  • path: 所有数据类型.csv
    failDataPath: 所有数据类型.csv
    batchSize: 128
    limit: null
    inOrder: null
    type: csv
    csv:
    withHeader: true
    withLabel: false
    delimiter: ','
    schema:
    type: vertex
    edge: null
    vertex:
    vid:
    index: 0
    function: null
    type: string
    prefix: null
    tags:
    - name: 所有数据类型_qa
    props:
    - name: "1"
    type: int
    index: 1
    - name: "2"
    type: bool
    index: 5
    - name: "3"
    type: string
    index: 6
    - name: "4"
    type: string
    index: 0
    - name: "5"
    type: double
    index: 7
    - name: "6"
    type: int
    index: 2
    - name: "7"
    type: int
    index: 3
    - name: "8"
    type: int
    index: 4
    - name: "9"
    type: float
    index: 8
    - name: "10"
    type: date
    index: 9
    - name: "11"
    type: time
    index: 10

`
引发服务停止
image

@nebula-bots nebula-bots added affects/master PR/issue: this bug affects master version. auto-sync severity/major Severity of bug type/bug Type: something is unexpected labels Feb 14, 2023
@hetao92 hetao92 added the wontfix Solution: this will not be worked on label Feb 24, 2023
@hetao92
Copy link
Contributor

hetao92 commented Feb 24, 2023

This problem is caused by inaccurate withheader configuration and will be resolved when the importer is updated in the next version

@hetao92 hetao92 closed this as completed Feb 24, 2023
@github-actions github-actions bot added the process/fixed Process of bug label Feb 24, 2023
@liangliangc liangliangc added process/done Process of bug and removed process/fixed Process of bug labels Feb 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects/master PR/issue: this bug affects master version. auto-sync process/done Process of bug severity/major Severity of bug type/bug Type: something is unexpected wontfix Solution: this will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants