Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hang on indexing edges #178

Open
slygren opened this issue Dec 16, 2019 · 2 comments
Open

Hang on indexing edges #178

slygren opened this issue Dec 16, 2019 · 2 comments
Assignees
Labels
bug Something isn't working janus triage

Comments

@slygren
Copy link

slygren commented Dec 16, 2019

Tried latest (1.0.4) images for both simple- and app.yml against a janusgraph 0.4.0 backend. Indexing the datasource goes all well for the vertices (400K), but falls over and hangs forever once the process of indexing edges (2.4M) is about to start.

There's no activity on either the AA 'docker-console' or the elasticsearch datastore side.

@arcade-player arcade-player self-assigned this Dec 17, 2019
@arcade-player arcade-player added bug Something isn't working janus triage labels Dec 17, 2019
@arcade-player
Copy link
Contributor

Does it stucks after a while or isn't able to index ALL the edges?
BTW, our tests are using Janus 0.3.2, but we don't know if there are so many differences on 0.4.0.

@slygren
Copy link
Author

slygren commented Dec 17, 2019

It seems to freeze just as it is about to start indexing the edges. It's identifying the number of edges to process, but there's no listing like there is for the vertices

i.e
'c.a.index.ElasticBulkGraphIndexer : sending bulk to index 1301 of size 1000 - total indexed:: 337000'

As for changes between 0.3.2 and 0.4.0 I really don't know of any making such an impact.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working janus triage
Projects
None yet
Development

No branches or pull requests

2 participants