wanwancloud commented on issue #2787:
URL: 
https://github.com/apache/incubator-hugegraph/issues/2787#issuecomment-2952386086

   rocksdb.write_buffer_size=128MB
   rocksdb.max_write_buffer_number=6
   rocksdb.block_cache_size=8GB
   
   设置以后报错
   2025-06-07 19:37:19 [main] [ERROR] o.a.h.c.TypedOption - Invalid type of 
value '128MB' for option 'rocksdb.write_buffer_size'
   java.lang.reflect.InvocationTargetException: null
           at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method) ~[?:?]
           at 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 ~[?:?]
           at 
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 ~[?:?]
           at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
           at 
org.apache.hugegraph.config.TypedOption.parse(TypedOption.java:149) 
~[hugegraph-common-1.5.0.jar:1.5.0]
           at 
org.apache.hugegraph.config.TypedOption.parse(TypedOption.java:122) 
~[hugegraph-common-1.5.0.jar:1.5.0]
           at 
org.apache.hugegraph.config.TypedOption.parseConvert(TypedOption.java:115) 
~[hugegraph-common-1.5.0.jar:1.5.0]
           at 
org.apache.hugegraph.config.HugeConfig.validateOption(HugeConfig.java:137) 
~[hugegraph-common-1.5.0.jar:1.5.0]
           at 
org.apache.hugegraph.config.HugeConfig.addPropertyDirect(HugeConfig.java:117) 
~[hugegraph-common-1.5.0.jar:1.5.0]
           at 
org.apache.hugegraph.config.HugeConfig.addPropertyInternal(HugeConfig.java:130) 
~[hugegraph-common-1.5.0.jar:1.5.0]
           at 
org.apache.commons.configuration2.AbstractConfiguration.addProperty(AbstractConfiguration.java:574)
 ~[commons-configuration2-2.8.0.jar:2.8.0]
           at 
org.apache.commons.configuration2.AbstractConfiguration.append(AbstractConfiguration.java:1331)
 ~[commons-configuration2-2.8.0.jar:2.8.0]
           at 
org.apache.hugegraph.config.HugeConfig.loadConfig(HugeConfig.java:75) 
~[hugegraph-common-1.5.0.jar:1.5.0]
           at org.apache.hugegraph.config.HugeConfig.<init>(HugeConfig.java:54) 
~[hugegraph-common-1.5.0.jar:1.5.0]
           at 
org.apache.hugegraph.auth.StandardAuthenticator.setup(StandardAuthenticator.java:125)
 ~[hugegraph-api-1.5.0.jar:1.5.0]
           at 
org.apache.hugegraph.auth.HugeAuthenticator.loadAuthenticator(HugeAuthenticator.java:143)
 ~[hugegraph-api-1.5.0.jar:1.5.0]
           at 
org.apache.hugegraph.core.GraphManager.<init>(GraphManager.java:100) 
~[hugegraph-api-1.5.0.jar:0.71.0.0]
                                                                                
                                       


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