Oleksandr Porunov

Results 120 comments of Oleksandr Porunov

As a workaround solution I added [StaleIndexRecordUtil.java](https://github.com/JanusGraph/janusgraph/blob/master/janusgraph-core/src/main/java/org/janusgraph/graphdb/database/util/StaleIndexRecordUtil.java) tool which may be used to fix the above problems with stale indices. The tool will be available starting from JanusGraph version 1.0.0....

> What are potential other prevention methods @porunov It's an interesting topic to investigate and I believe solutions might change from storage backend to a storage backend. As for Cassandra...

> Does that mean I should set storage.cql.atomic-batch-mutate to true and storage.cql.batch-statement-size to a value that's greater than the maximum number of vertices mutated in my transactions? Yes, I think...

> We are unfortunately stuck with Janusgraph 0.5 (can't update for other reasons). How can we get your `StaleIndexRecordUtil` in 0.5 I had to refactor some part of the code...

> In my case what is happening, I have a composite index comprised of `uid` and `name`. Now I'm encountering a few ghost vertices searchable via name and `uid`. >...

> @porunov we can't really switch into latest master as of now due to code constraint and we are using v0.5. > > Is there any workaround to solve this...

> Can we implement this using 0.6 version. Is it possible to fix this bug in 0.6 without Re-ingesting. I think it's possible but for this to happen you will...

> Can you provide me the PRs and commit which I needed to merge to get this function up and working. Thanks in Advance. Here are the commits ordered by...

The PR to add support fir jdk 11 in Gremlin is just added: https://github.com/apache/tinkerpop/pull/1299 TinkerPop will bring jdk 11 support in version 3.5.0 (not released yet). We are expecting to...

@i-davydov TinkerPop added jdk 11 support for TinkerPop version 3.5.0 but that version isn't released yet. You can search for available TinkerPop versions here: https://github.com/apache/tinkerpop/releases