dongma commented on issue #2311:
URL:
https://github.com/apache/incubator-hugegraph/issues/2311#issuecomment-1719114375
在master节点查数据,也有报如下的错误,也是解析失败相关:
```
2023-09-14 17:37:59 [gremlin-server-exec-2] [ERROR]
o.a.h.b.t.AbstractTransaction - Failed to parse entry:
0x93313a313533353431313839383138313831383235:
[�1:153541189818181825153541189818181825 钱书芹女153541189818181825]
java.lang.IllegalArgumentException: Unexpected varint -1840483783 with too
many bytes(6)
at
com.google.common.base.Preconditions.checkArgument(Preconditions.java:163)
~[guava-25.1-jre.jar:?]
at org.apache.hugegraph.util.E.checkArgument(E.java:52)
~[hugegraph-common-1.0.0.jar:1.0.0]
at
org.apache.hugegraph.backend.serializer.BytesBuffer.readVInt(BytesBuffer.java:453)
~[hugegraph-core-1.0.0.jar:1.0.0]
at
org.apache.hugegraph.backend.serializer.BinarySerializer.parseProperties(BinarySerializer.java:234)
~[hugegraph-core-1.0.0.jar:1.0.0]
at
org.apache.hugegraph.backend.serializer.BinarySerializer.parseVertex(BinarySerializer.java:308)
~[hugegraph-core-1.0.0.jar:1.0.0]
at
org.apache.hugegraph.backend.serializer.BinarySerializer.readVertex(BinarySerializer.java:477)
~[hugegraph-core-1.0.0.jar:1.0.0]
at
org.apache.hugegraph.backend.tx.GraphTransaction.parseEntry(GraphTransaction.java:1917)
~[hugegraph-core-1.0.0.jar:1.0.0]
at
org.apache.hugegraph.iterator.MapperIterator.fetch(MapperIterator.java:42)
~[hugegraph-common-1.0.0.jar:1.0.0]
at
org.apache.hugegraph.iterator.WrappedIterator.hasNext(WrappedIterator.java:38)
~[hugegraph-common-1.0.0.jar:1.0.0]
at
org.apache.hugegraph.iterator.FilterIterator.fetch(FilterIterator.java:40)
~[hugegraph-common-1.0.0.jar:1.0.0]
at
org.apache.hugegraph.iterator.WrappedIterator.hasNext(WrappedIterator.java:38)
~[hugegraph-common-1.0.0.jar:1.0.0]
at
org.apache.hugegraph.iterator.FilterIterator.fetch(FilterIterator.java:40)
~[hugegraph-common-1.0.0.jar:1.0.0]
at
org.apache.hugegraph.iterator.WrappedIterator.hasNext(WrappedIterator.java:38)
~[hugegraph-common-1.0.0.jar:1.0.0]
at
org.apache.hugegraph.iterator.LimitIterator.fetch(LimitIterator.java:40)
~[hugegraph-common-1.0.0.jar:1.0.0]
at
org.apache.hugegraph.iterator.WrappedIterator.hasNext(WrappedIterator.java:38)
~[hugegraph-common-1.0.0.jar:1.0.0]
at
org.apache.tinkerpop.gremlin.process.traversal.step.map.GraphStep.processNextStart(GraphStep.java:149)
~[gremlin-core-3.5.1.jar:3.5.1]
at
org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.hasNext(AbstractStep.java:150)
~[gremlin-core-3.5.1.jar:3.5.1]
at
org.apache.tinkerpop.gremlin.process.traversal.step.util.ExpandableStepIterator.next(ExpandableStepIterator.java:55)
~[gremlin-core-3.5.1.jar:3.5.1]
at
org.apache.tinkerpop.gremlin.process.traversal.step.filter.FilterStep.processNextStart(FilterStep.java:37)
~[gremlin-core-3.5.1.jar:3.5.1]
at
org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.hasNext(AbstractStep.java:150)
~[gremlin-core-3.5.1.jar:3.5.1]
at
org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal.hasNext(DefaultTraversal.java:222)
~[gremlin-core-3.5.1.jar:3.5.1]
at
org.apache.tinkerpop.gremlin.util.iterator.IteratorUtils.fill(IteratorUtils.java:62)
~[gremlin-core-3.5.1.jar:3.5.1]
at
org.apache.tinkerpop.gremlin.util.iterator.IteratorUtils.list(IteratorUtils.java:85)
~[gremlin-core-3.5.1.jar:3.5.1]
at
org.apache.tinkerpop.gremlin.util.iterator.IteratorUtils.asList(IteratorUtils.java:382)
~[gremlin-core-3.5.1.jar:3.5.1]
at
org.apache.tinkerpop.gremlin.server.handler.HttpGremlinEndpointHandler.lambda$channelRead$1(HttpGremlinEndpointHandler.java:221)
~[gremlin-server-3.5.1.jar:3.5.1]
at
org.apache.tinkerpop.gremlin.util.function.FunctionUtils.lambda$wrapFunction$0(FunctionUtils.java:36)
~[gremlin-core-3.5.1.jar:3.5.1]
at
org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor.lambda$eval$0(GremlinExecutor.java:278)
~[gremlin-groovy-3.5.1.jar:3.5.1]
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
~[?:1.8.0_181]
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
~[?:1.8.0_181]
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
~[?:1.8.0_181]
at
org.apache.hugegraph.auth.HugeGraphAuthProxy$ContextTask.run(HugeGraphAuthProxy.java:1860)
~[hugegraph-api-1.0.0.jar:1.0.0]
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
~[?:1.8.0_181]
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
~[?:1.8.0_181]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_181]
2023-09-14 17:37:59 [gremlin-server-exec-2] [ERROR]
o.a.h.b.t.AbstractTransaction - Failed to parse entry:
0x93313a313533353431313839383138313831383236:
[�1:153541189818181826153541189818181826 孙幼蓉男153541189818181826]
```
--
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]