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

导入数据执行总是报错,最开始边已经创建了,后面插入边实例多次重试才成功 #5964

Open
momomobinx opened this issue Oct 23, 2024 · 0 comments
Labels
affects/none PR/issue: this bug affects none version. severity/none Severity of bug type/bug Type: something is unexpected

Comments

@momomobinx
Copy link


[buildCreateEdgeType,66] - create edge type sql:  CREATE EDGE  IF NOT EXISTS  XIONGDI()
Number of RDF triples processed: 0
NebulaCompleteMapping run success !
[buildCreateEdgeType,66] - create edge type sql:  CREATE EDGE  IF NOT EXISTS  XIONGDI(graph_id STRING NOT NULL DEFAULT '1')
 DEBUG c.a.g.o.s.NebulaSessionWrapper - [execute,51] - execute执行nebula,ngql=use advtech_prod
 DEBUG c.a.g.o.s.NebulaSessionWrapper - [execute,51] - execute执行nebula,ngql= CREATE TAG  IF NOT EXISTS  RW(iri STRING,Name STRING)
 DEBUG c.a.g.o.s.NebulaSessionWrapper - [execute,51] - execute执行nebula,ngql=use advtech_prod
 DEBUG c.a.g.o.s.NebulaSessionWrapper - [execute,51] - execute执行nebula,ngql= CREATE EDGE  IF NOT EXISTS  XIONGDI(graph_id STRING NOT NULL DEFAULT '1')
 DEBUG c.a.b.s.i.EntityServiceImpl - [insertInstance,412] - 准备执行脚本: INSERT VERTEX  IF NOT EXISTS RW(iri,Name),graph(),entity(),vertex_collection(id,name,graph_id) VALUES  '66393e707a969b0fbe455892b148b8549d1c9301000b207c128368fb050a81c4':('http://test.com/RW/GY','关羽','66393e707a969b0fbe455892b148b8549d1c9301000b207c128368fb050a81c4','关羽','1')
 DEBUG c.a.g.o.s.NebulaSessionWrapper - [execute,51] - execute执行nebula,ngql=use advtech_prod
 DEBUG c.a.g.o.s.NebulaSessionWrapper - [execute,51] - execute执行nebula,ngql= INSERT VERTEX  IF NOT EXISTS RW(iri,Name),graph(),entity(),vertex_collection(id,name,graph_id) VALUES  '66393e707a969b0fbe455892b148b8549d1c9301000b207c128368fb050a81c4':('http://test.com/RW/GY','关羽','66393e707a969b0fbe455892b148b8549d1c9301000b207c128368fb050a81c4','关羽','1')
 DEBUG c.a.b.s.i.EntityServiceImpl - [insertInstance,421] - 执行脚本成功: INSERT VERTEX  IF NOT EXISTS RW(iri,Name),graph(),entity(),vertex_collection(id,name,graph_id) VALUES  '66393e707a969b0fbe455892b148b8549d1c9301000b207c128368fb050a81c4':('http://test.com/RW/GY','关羽','66393e707a969b0fbe455892b148b8549d1c9301000b207c128368fb050a81c4','关羽','1')
 DEBUG c.a.b.s.i.EntityServiceImpl - [insertInstance,412] - 准备执行脚本: INSERT VERTEX  IF NOT EXISTS RW(iri,Name),graph(),entity(),vertex_collection(id,name,graph_id) VALUES  'da493444fb2f42032608a8ff0d2c4285616a840040d0f3cb605fa10cb33ec235':('http://test.com/RW/ZF','张飞','da493444fb2f42032608a8ff0d2c4285616a840040d0f3cb605fa10cb33ec235','张飞','1')
 DEBUG c.a.g.o.s.NebulaSessionWrapper - [execute,51] - execute执行nebula,ngql=use advtech_prod
 DEBUG c.a.g.o.s.NebulaSessionWrapper - [execute,51] - execute执行nebula,ngql= INSERT VERTEX  IF NOT EXISTS RW(iri,Name),graph(),entity(),vertex_collection(id,name,graph_id) VALUES  'da493444fb2f42032608a8ff0d2c4285616a840040d0f3cb605fa10cb33ec235':('http://test.com/RW/ZF','张飞','da493444fb2f42032608a8ff0d2c4285616a840040d0f3cb605fa10cb33ec235','张飞','1')
 DEBUG c.a.b.s.i.EntityServiceImpl - [insertInstance,421] - 执行脚本成功: INSERT VERTEX  IF NOT EXISTS RW(iri,Name),graph(),entity(),vertex_collection(id,name,graph_id) VALUES  'da493444fb2f42032608a8ff0d2c4285616a840040d0f3cb605fa10cb33ec235':('http://test.com/RW/ZF','张飞','da493444fb2f42032608a8ff0d2c4285616a840040d0f3cb605fa10cb33ec235','张飞','1')
 DEBUG c.a.b.s.i.EntityServiceImpl - [insertInstance,412] - 准备执行脚本: INSERT VERTEX  IF NOT EXISTS RW(iri,Name),graph(),entity(),vertex_collection(id,name,graph_id) VALUES  '3ae429daacb5537333a2450326716e0232ca7305e0cf5d39c345179b89479f08':('http://test.com/RW/LB','刘备','3ae429daacb5537333a2450326716e0232ca7305e0cf5d39c345179b89479f08','刘备','1')
 DEBUG c.a.g.o.s.NebulaSessionWrapper - [execute,51] - execute执行nebula,ngql=use advtech_prod
 DEBUG c.a.g.o.s.NebulaSessionWrapper - [execute,51] - execute执行nebula,ngql= INSERT VERTEX  IF NOT EXISTS RW(iri,Name),graph(),entity(),vertex_collection(id,name,graph_id) VALUES  '3ae429daacb5537333a2450326716e0232ca7305e0cf5d39c345179b89479f08':('http://test.com/RW/LB','刘备','3ae429daacb5537333a2450326716e0232ca7305e0cf5d39c345179b89479f08','刘备','1')
 DEBUG c.a.b.s.i.EntityServiceImpl - [insertInstance,421] - 执行脚本成功: INSERT VERTEX  IF NOT EXISTS RW(iri,Name),graph(),entity(),vertex_collection(id,name,graph_id) VALUES  '3ae429daacb5537333a2450326716e0232ca7305e0cf5d39c345179b89479f08':('http://test.com/RW/LB','刘备','3ae429daacb5537333a2450326716e0232ca7305e0cf5d39c345179b89479f08','刘备','1')
 DEBUG c.a.b.s.i.EntityServiceImpl - [insertInstance,412] - 准备执行脚本: INSERT EDGE  IF NOT EXISTS XIONGDI() VALUES  '3ae429daacb5537333a2450326716e0232ca7305e0cf5d39c345179b89479f08' -> 'da493444fb2f42032608a8ff0d2c4285616a840040d0f3cb605fa10cb33ec235':()
 DEBUG c.a.g.o.s.NebulaSessionWrapper - [execute,51] - execute执行nebula,ngql=use advtech_prod
 DEBUG c.a.g.o.s.NebulaSessionWrapper - [execute,51] - execute执行nebula,ngql= INSERT EDGE  IF NOT EXISTS XIONGDI() VALUES  '3ae429daacb5537333a2450326716e0232ca7305e0cf5d39c345179b89479f08' -> 'da493444fb2f42032608a8ff0d2c4285616a840040d0f3cb605fa10cb33ec235':()
 ERROR c.a.g.o.s.NebulaSessionWrapper - [execute,65] - 更新nebula异常 code:-1005, msg:EdgeName `XIONGDI'  is nonexistent, nGql: INSERT EDGE  IF NOT EXISTS XIONGDI() VALUES  '3ae429daacb5537333a2450326716e0232ca7305e0cf5d39c345179b89479f08' -> 'da493444fb2f42032608a8ff0d2c4285616a840040d0f3cb605fa10cb33ec235':() 
 ERROR c.a.b.s.i.EntityServiceImpl - [insertInstance,416] - 执行脚本出错: INSERT EDGE  IF NOT EXISTS XIONGDI() VALUES  '3ae429daacb5537333a2450326716e0232ca7305e0cf5d39c345179b89479f08' -> 'da493444fb2f42032608a8ff0d2c4285616a840040d0f3cb605fa10cb33ec235':() 正在重试...
 DEBUG c.a.b.s.i.EntityServiceImpl - [insertInstance,412] - 准备执行脚本: INSERT EDGE  IF NOT EXISTS XIONGDI() VALUES  '3ae429daacb5537333a2450326716e0232ca7305e0cf5d39c345179b89479f08' -> 'da493444fb2f42032608a8ff0d2c4285616a840040d0f3cb605fa10cb33ec235':()
 DEBUG c.a.g.o.s.NebulaSessionWrapper - [execute,51] - execute执行nebula,ngql=use advtech_prod
 DEBUG c.a.g.o.s.NebulaSessionWrapper - [execute,51] - execute执行nebula,ngql= INSERT EDGE  IF NOT EXISTS XIONGDI() VALUES  '3ae429daacb5537333a2450326716e0232ca7305e0cf5d39c345179b89479f08' -> 'da493444fb2f42032608a8ff0d2c4285616a840040d0f3cb605fa10cb33ec235':()
 ERROR c.a.g.o.s.NebulaSessionWrapper - [execute,65] - 更新nebula异常 code:-1005, msg:EdgeName `XIONGDI'  is nonexistent, nGql: INSERT EDGE  IF NOT EXISTS XIONGDI() VALUES  '3ae429daacb5537333a2450326716e0232ca7305e0cf5d39c345179b89479f08' -> 'da493444fb2f42032608a8ff0d2c4285616a840040d0f3cb605fa10cb33ec235':() 
 ERROR c.a.b.s.i.EntityServiceImpl - [insertInstance,416] - 执行脚本出错: INSERT EDGE  IF NOT EXISTS XIONGDI() VALUES  '3ae429daacb5537333a2450326716e0232ca7305e0cf5d39c345179b89479f08' -> 'da493444fb2f42032608a8ff0d2c4285616a840040d0f3cb605fa10cb33ec235':() 正在重试...
 DEBUG c.a.b.s.i.EntityServiceImpl - [insertInstance,412] - 准备执行脚本: INSERT EDGE  IF NOT EXISTS XIONGDI() VALUES  '3ae429daacb5537333a2450326716e0232ca7305e0cf5d39c345179b89479f08' -> 'da493444fb2f42032608a8ff0d2c4285616a840040d0f3cb605fa10cb33ec235':()
 DEBUG c.a.g.o.s.NebulaSessionWrapper - [execute,51] - execute执行nebula,ngql=use advtech_prod
 DEBUG c.a.g.o.s.NebulaSessionWrapper - [execute,51] - execute执行nebula,ngql= INSERT EDGE  IF NOT EXISTS XIONGDI() VALUES  '3ae429daacb5537333a2450326716e0232ca7305e0cf5d39c345179b89479f08' -> 'da493444fb2f42032608a8ff0d2c4285616a840040d0f3cb605fa10cb33ec235':()
 DEBUG c.a.b.s.i.EntityServiceImpl - [insertInstance,421] - 执行脚本成功: INSERT EDGE  IF NOT EXISTS XIONGDI() VALUES  '3ae429daacb5537333a2450326716e0232ca7305e0cf5d39c345179b89479f08' -> 'da493444fb2f42032608a8ff0d2c4285616a840040d0f3cb605fa10cb33ec235':()
 DEBUG c.a.b.s.i.EntityServiceImpl - [insertInstance,412] - 准备执行脚本: INSERT EDGE  IF NOT EXISTS XIONGDI() VALUES  '3ae429daacb5537333a2450326716e0232ca7305e0cf5d39c345179b89479f08' -> '66393e707a969b0fbe455892b148b8549d1c9301000b207c128368fb050a81c4':()
 DEBUG c.a.g.o.s.NebulaSessionWrapper - [execute,51] - execute执行nebula,ngql=use advtech_prod
 DEBUG c.a.g.o.s.NebulaSessionWrapper - [execute,51] - execute执行nebula,ngql= INSERT EDGE  IF NOT EXISTS XIONGDI() VALUES  '3ae429daacb5537333a2450326716e0232ca7305e0cf5d39c345179b89479f08' -> '66393e707a969b0fbe455892b148b8549d1c9301000b207c128368fb050a81c4':()
 DEBUG c.a.b.s.i.EntityServiceImpl - [insertInstance,421] - 执行脚本成功: INSERT EDGE  IF NOT EXISTS XIONGDI() VALUES  '3ae429daacb5537333a2450326716e0232ca7305e0cf5d39c345179b89479f08' -> '66393e707a969b0fbe455892b148b8549d1c9301000b207c128368fb050a81c4':()
 DEBUG c.a.b.s.i.EntityServiceImpl - [insertInstance,412] - 准备执行脚本: INSERT EDGE  IF NOT EXISTS XIONGDI() VALUES  'da493444fb2f42032608a8ff0d2c4285616a840040d0f3cb605fa10cb33ec235' -> '3ae429daacb5537333a2450326716e0232ca7305e0cf5d39c345179b89479f08':()
 DEBUG c.a.g.o.s.NebulaSessionWrapper - [execute,51] - execute执行nebula,ngql=use advtech_prod
 DEBUG c.a.g.o.s.NebulaSessionWrapper - [execute,51] - execute执行nebula,ngql= INSERT EDGE  IF NOT EXISTS XIONGDI() VALUES  'da493444fb2f42032608a8ff0d2c4285616a840040d0f3cb605fa10cb33ec235' -> '3ae429daacb5537333a2450326716e0232ca7305e0cf5d39c345179b89479f08':()
 DEBUG c.a.b.s.i.EntityServiceImpl - [insertInstance,421] - 执行脚本成功: INSERT EDGE  IF NOT EXISTS XIONGDI() VALUES  'da493444fb2f42032608a8ff0d2c4285616a840040d0f3cb605fa10cb33ec235' -> '3ae429daacb5537333a2450326716e0232ca7305e0cf5d39c345179b89479f08':()
 DEBUG c.a.b.s.i.EntityServiceImpl - [insertInstance,412] - 准备执行脚本: INSERT EDGE  IF NOT EXISTS XIONGDI() VALUES  'da493444fb2f42032608a8ff0d2c4285616a840040d0f3cb605fa10cb33ec235' -> '66393e707a969b0fbe455892b148b8549d1c9301000b207c128368fb050a81c4':()
 DEBUG c.a.g.o.s.NebulaSessionWrapper - [execute,51] - execute执行nebula,ngql=use advtech_prod
 DEBUG c.a.g.o.s.NebulaSessionWrapper - [execute,51] - execute执行nebula,ngql= INSERT EDGE  IF NOT EXISTS XIONGDI() VALUES  'da493444fb2f42032608a8ff0d2c4285616a840040d0f3cb605fa10cb33ec235' -> '66393e707a969b0fbe455892b148b8549d1c9301000b207c128368fb050a81c4':()
 DEBUG c.a.b.s.i.EntityServiceImpl - [insertInstance,421] - 执行脚本成功: INSERT EDGE  IF NOT EXISTS XIONGDI() VALUES  'da493444fb2f42032608a8ff0d2c4285616a840040d0f3cb605fa10cb33ec235' -> '66393e707a969b0fbe455892b148b8549d1c9301000b207c128368fb050a81c4':()
 DEBUG c.a.b.s.i.EntityServiceImpl - [insertInstance,412] - 准备执行脚本: INSERT EDGE  IF NOT EXISTS XIONGDI() VALUES  '66393e707a969b0fbe455892b148b8549d1c9301000b207c128368fb050a81c4' -> '3ae429daacb5537333a2450326716e0232ca7305e0cf5d39c345179b89479f08':()
 DEBUG c.a.g.o.s.NebulaSessionWrapper - [execute,51] - execute执行nebula,ngql=use advtech_prod
 DEBUG c.a.g.o.s.NebulaSessionWrapper - [execute,51] - execute执行nebula,ngql= INSERT EDGE  IF NOT EXISTS XIONGDI() VALUES  '66393e707a969b0fbe455892b148b8549d1c9301000b207c128368fb050a81c4' -> '3ae429daacb5537333a2450326716e0232ca7305e0cf5d39c345179b89479f08':()
 DEBUG c.a.b.s.i.EntityServiceImpl - [insertInstance,421] - 执行脚本成功: INSERT EDGE  IF NOT EXISTS XIONGDI() VALUES  '66393e707a969b0fbe455892b148b8549d1c9301000b207c128368fb050a81c4' -> '3ae429daacb5537333a2450326716e0232ca7305e0cf5d39c345179b89479f08':()
 DEBUG c.a.b.s.i.EntityServiceImpl - [insertInstance,412] - 准备执行脚本: INSERT EDGE  IF NOT EXISTS XIONGDI() VALUES  '66393e707a969b0fbe455892b148b8549d1c9301000b207c128368fb050a81c4' -> 'da493444fb2f42032608a8ff0d2c4285616a840040d0f3cb605fa10cb33ec235':()
 DEBUG c.a.g.o.s.NebulaSessionWrapper - [execute,51] - execute执行nebula,ngql=use advtech_prod
 DEBUG c.a.g.o.s.NebulaSessionWrapper - [execute,51] - execute执行nebula,ngql= INSERT EDGE  IF NOT EXISTS XIONGDI() VALUES  '66393e707a969b0fbe455892b148b8549d1c9301000b207c128368fb050a81c4' -> 'da493444fb2f42032608a8ff0d2c4285616a840040d0f3cb605fa10cb33ec235':()
 DEBUG c.a.b.s.i.EntityServiceImpl - [insertInstance,421] - 执行脚本成功: INSERT EDGE  IF NOT EXISTS XIONGDI() VALUES  '66393e707a969b0fbe455892b148b8549d1c9301000b207c128368fb050a81c4' -> 'da493444fb2f42032608a8ff0d2c4285616a840040d0f3cb605fa10cb33ec235':()
 INFO  c.a.b.s.i.EntityServiceImpl - [insertInstance,425] - 新增数据成功!
@momomobinx momomobinx added the type/bug Type: something is unexpected label Oct 23, 2024
@github-actions github-actions bot added affects/none PR/issue: this bug affects none version. severity/none Severity of bug labels Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects/none PR/issue: this bug affects none version. severity/none Severity of bug type/bug Type: something is unexpected
Projects
None yet
Development

No branches or pull requests

1 participant