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

   ### Bug Type (问题类型)
   
   others (please comment below)
   
   ### Before submit
   
   - [X] I had searched in the 
[issues](https://github.com/hugegraph/hugegraph-loader/issues) and found no 
similar issues.
   
   ### Environment (环境信息)
   
   - Server Version: v0.12.x
   - Loader Version: master
   - Data Size:  20000w vertices, 300000w edges <!-- (like 1000W 点, 9000W 边) -->
   
   
   ### Expected & Actual behavior (期望与实际表现)
   
   ```
   public PropertyKey getPropertyKey(String name) {
           PropertyKey propertyKey = this.propertyKeys.get(name);
           if (propertyKey == null) {
               try {
                   propertyKey = this.client.schema().getPropertyKey(name);
   // 后端查询后未更新schemacache
               } catch (ServerException e) {
                   throw new LoadException("The property key '%s' doesn't 
exist",
                                           name);
               }
           }
           return propertyKey;
       }
   ```
   
   ### Vertex/Edge example (问题点 / 边数据举例)
   
   _No response_
   
   ### 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: dev-unsubscr...@hugegraph.apache.org.apache.org

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

Reply via email to