aaawuanjun opened a new issue, #2542:
URL: https://github.com/apache/incubator-hugegraph/issues/2542

   ### Problem Type (问题类型)
   
   rest-api (结果不合预期)
   
   ### Before submit
   
   - [X] 我已经确认现有的 [Issues](https://github.com/apache/hugegraph/issues) 与 
[FAQ](https://hugegraph.apache.org/docs/guides/faq/) 中没有相同 / 重复问题 (I have 
confirmed and searched that there are no similar problems in the historical 
issue and documents)
   
   ### Environment (环境信息)
   
   - Server Version: 1.0.0 (Apache Release Version)
   - Backend: RocksDB x nodes, HDD or SSD 
   - OS: xx CPUs, xx G RAM, Ubuntu 2x.x / CentOS 7.x 
   - Data Size:  3 vertices, 0edges 
   
   
   ### Your Question (问题描述)
   
   create edge:
   
![image](https://github.com/apache/incubator-hugegraph/assets/35732071/07368ac9-b4d5-4f9f-a543-5e2db6867e4f)
   
   vertices id is exist:
   
![image](https://github.com/apache/incubator-hugegraph/assets/35732071/86f25f49-36fc-440f-8204-6cc0e896e1a7)
   
   
   
   
   ### Vertex/Edge example (问题点 / 边数据举例)
   
   ```javascript
   # create edge
   ## request:
   http://172.16.12.150:8080/graphs/hugegraph/graph/edges
   
   request body:
   
   {
     "label": "dsToTaskLineageEdgeLabelTTI",
     "inV": "a9a0e424-129b-487d-a089-6372673ebedc",
     "inVLabel": "taskLineageVertexLabel",
     "outV": "3b567246-d408-461f-b481-a899d1477e0d",
     "outVLabel": "dsLineageVertexLabel",
     "properties": {
         "date": "20171210",
         "weight": 0.4
     }
   }
   
   
   ## response:
   ```text
   {
       "exception": "class java.lang.IllegalArgumentException",
       "message": "Invalid vertex id '3b567246-d408-461f-b481-a899d1477e0d'",
       "cause": ""
   }
   ```
   ```
   
   
   ### Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)
   
   _No response_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to