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

   ### 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.x
   - Toolchain Version: v1.5.x
   - Data Size:  20vertices, 20 edges <!-- (like 1000W 点, 9000W 边) -->
   
   
   ### Expected & Actual behavior (期望与实际表现)
   
   请求URL 
   POST  http://192.168.12.56:8080/graphs/hugegraph/traversers/kneighbor
   
   请求参数
   
   ```
   {
     "source": "53:bank.example.com",
     "steps": {
       "direction": "BOTH",
       "max_degree": 10000,
       "skip_degree": 100000,
       "vertex_steps": [
         {
           "label": "domain",
           "properties": {
             "fraudTags": "P.within(\"非常用国家交易\")"
           }
         },
         {
           "label": "ip",
           "properties": {
             "text": [
               "192.168.12.54"
             ]
           }
         },
         {
           "label": "email",
           "properties": {
             "text": [
               "l...@qq.com"
             ]
           }
         },
         {
           "label": "phone",
           "properties": {
             "text": [
               "18085149895"
             ]
           }
         },
         {
           "label": "contact_person",
           "properties": {
             "text": [
               "周八"
             ]
           }
         },
         {
           "label": "md5",
           "properties": {}
         }
       ],
       "edge_steps": [
         {
           "label": "wll_domain_to_phone",
           "properties": {}
         },
         {
           "label": "wll_domain_to_contact_person",
           "properties": {}
         },
         {
           "label": "wll_domain_to_ip",
           "properties": {}
         },
         {
           "label": "wll_domain_to_email",
           "properties": {}
         },
         {
           "label": "wll_domain_to_md5",
           "properties": {}
         }
       ]
     },
     "max_depth": 2,
     "count_only": false,
     "limit": 10000,
     "with_vertex": true,
     "with_path": true,
     "with_edge": true
   }
   ```
   
   响应结果 
   ```
   {
       "exception": "class java.lang.ClassCastException",
       "message": "class java.lang.String cannot be cast to class 
org.apache.tinkerpop.gremlin.structure.T (java.lang.String is in module 
java.base of loader 'bootstrap'; org.apache.tinkerpop.gremlin.structure.T is in 
unnamed module of loader 'app')",
       "cause": ""
   }
   ```
   
   @dosu-bot 这个问题怎么解决?
   
   ### 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: issues-unsubscr...@hugegraph.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@hugegraph.apache.org
For additional commands, e-mail: issues-h...@hugegraph.apache.org

Reply via email to