hexuxu110 opened a new issue, #688:
URL: https://github.com/apache/incubator-hugegraph-toolchain/issues/688

   ### Bug Type (问题类型)
   
   None
   
   ### Before submit
   
   - [x] I had searched in the 
[issues](https://github.com/apache/hugegraph-toolchain/issues) and found no 
similar issues.
   
   ### Environment (环境信息)
   
   - Server Version: v1.5.0
   - Toolchain Version: v1.5.0
   - Data Size:  xx vertices, xx edges <!-- (like 1000W 点, 9000W 边) -->
   
   
   ### Expected & Actual behavior (期望与实际表现)
   
   server version:1.5.0
   client version:1.5.0
   
   when using backup, you can get the error that is "Failed to execute 
Unrecognized field "edgelabel_type" (class 
org.apache.hugegraph.structure.schema.EdgeLabel), not marked as ignorable (15 
known properties: "check_exist", "target_label", "name", "index_labels", 
"source_label", "status", "properties", "sort_keys", "id", "frequency", 
"ttl_start_time", "user_data", "enable_label_index", "ttl", "nullable_keys"])"
   
   The sentence of backup is 
   "${HUGEGRAPH_TOOL_BIN}" --url "${GRAPH_URL}" --graph "${GRAPH_NAME}" \
       backup -t "vertex,vertex_label,edge_label,property_key,index_label" 
--compress false \
       --directory "${LOCAL_BACKUP_DIR}" -l "${LOG_FILE}"
   "
   
   who can help me!!!
   
   ### Vertex/Edge example (问题点 / 边数据举例)
   
   ```javascript
   
   ```
   
   ### Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)
   
   ```javascript
   
   ```


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to