Dongx

Results 5 comments of Dongx

I did some verification ``` client.submit("g.tx().open()"); Thread.sleep(300) client.submit(""); // this line is query something client.submit("g.tx().commit()"); ``` or ``` client.submit(""); // this line is submit something client.submit("g.tx().rollback()"); ``` Those two ways...

> issues.apache.org/jira/browse/TINKERPOP-2132 > I wonder whether this is simply a variation of this TinkerPop issue: [issues.apache.org/jira/browse/TINKERPOP-2132](https://issues.apache.org/jira/browse/TINKERPOP-2132) Yes,I think so. I was used Gremlin 3.7.0,Is there a solution?

> Not yet, but there is an open PR which should fix this problem: [apache/tinkerpop#2525](https://github.com/apache/tinkerpop/pull/2525). It will probably be released with TinkerPop 3.7.2 at the beginning of April. JanusGraph will...

> Not yet, but there is an open PR which should fix this problem: [apache/tinkerpop#2525](https://github.com/apache/tinkerpop/pull/2525). It will probably be released with TinkerPop 3.7.2 at the beginning of April. JanusGraph will...

> [https://github.com/alibaba/easyexcel/pull/3685这个pr](https://github.com/alibaba/easyexcel/pull/3685%E8%BF%99%E4%B8%AApr) 为啥不合并呢 😢