You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
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.
The text was updated successfully, but these errors were encountered: