Few Vertex can't be retrived through properties which are used to create UNIQUE INDEX,But can get with other properties


Krishna Sailesh <krishna...@...>
 

Hi,


we have a unique composite Index on vertices with two properties id, name. trying to get the vertex with id,name we cant retrive the vertex, but we can retrieve the vertex with other properties of the vertex.

is this indexing issue? if yes, why this is not happening with other vertices?
if reindexing can solve the issue, can you please suggest the best way to reindex the vertices?


Thanks
Krishna Jalla


Abhay Pandit <abha...@...>
 

Hi Krishna,

What backend database and index store are you using?

Thanks,
Abhay


On Fri, 5 Jun 2020 at 19:26, Krishna Sailesh <krishna...@...> wrote:
Hi,


we have a unique composite Index on vertices with two properties id, name. trying to get the vertex with id,name we cant retrive the vertex, but we can retrieve the vertex with other properties of the vertex.

is this indexing issue? if yes, why this is not happening with other vertices?
if reindexing can solve the issue, can you please suggest the best way to reindex the vertices?


Thanks
Krishna Jalla

--
You received this message because you are subscribed to the Google Groups "JanusGraph users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to janusgra...@....
To view this discussion on the web visit https://groups.google.com/d/msgid/janusgraph-users/7017d802-b505-4270-902c-48e1ec7c3d70o%40googlegroups.com.


Krishna Sailesh <krishna...@...>
 

Hi Abhay

i am using Cassandra as backend database and elastic search for indexing


Thanks
Krishna Jalla


On Friday, June 5, 2020 at 7:41:33 PM UTC+5:30, Abhay Pandit wrote:
Hi Krishna,

What backend database and index store are you using?

Thanks,
Abhay

On Fri, 5 Jun 2020 at 19:26, Krishna Sailesh <kri...@...> wrote:
Hi,


we have a unique composite Index on vertices with two properties id, name. trying to get the vertex with id,name we cant retrive the vertex, but we can retrieve the vertex with other properties of the vertex.

is this indexing issue? if yes, why this is not happening with other vertices?
if reindexing can solve the issue, can you please suggest the best way to reindex the vertices?


Thanks
Krishna Jalla

--
You received this message because you are subscribed to the Google Groups "JanusGraph users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to janusgra...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/janusgraph-users/7017d802-b505-4270-902c-48e1ec7c3d70o%40googlegroups.com.


Abhay Pandit <abha...@...>
 

Great, I too have been having such kind of issues and with my personal experience I have seen that data is getting committed in cassandra but it's not getting committed to Elastic properly and this is mostly due to elastic failures.

Are you using Bulk-Loader to load data?

Thanks,
Abhay



On Fri, 5 Jun 2020 at 20:15, Krishna Sailesh <krishna...@...> wrote:
Hi Abhay

i am using Cassandra as backend database and elastic search for indexing


Thanks
Krishna Jalla

On Friday, June 5, 2020 at 7:41:33 PM UTC+5:30, Abhay Pandit wrote:
Hi Krishna,

What backend database and index store are you using?

Thanks,
Abhay

On Fri, 5 Jun 2020 at 19:26, Krishna Sailesh <kri...@...> wrote:
Hi,


we have a unique composite Index on vertices with two properties id, name. trying to get the vertex with id,name we cant retrive the vertex, but we can retrieve the vertex with other properties of the vertex.

is this indexing issue? if yes, why this is not happening with other vertices?
if reindexing can solve the issue, can you please suggest the best way to reindex the vertices?


Thanks
Krishna Jalla

--
You received this message because you are subscribed to the Google Groups "JanusGraph users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to janu...@....
To view this discussion on the web visit https://groups.google.com/d/msgid/janusgraph-users/7017d802-b505-4270-902c-48e1ec7c3d70o%40googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "JanusGraph users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to janusgra...@....
To view this discussion on the web visit https://groups.google.com/d/msgid/janusgraph-users/a796f7d7-9254-4da7-9928-ecf0f9e835bbo%40googlegroups.com.


Krishna Sailesh <krishna...@...>
 

Hi Abhay,

Thanks for your response, i am not using bulk loader to load data.

can reindexing helps to solve this issue? if yes, can you please suggest the best way?

Thanks
Krishna Jalla


On Friday, June 5, 2020 at 8:58:07 PM UTC+5:30, Abhay Pandit wrote:
Great, I too have been having such kind of issues and with my personal experience I have seen that data is getting committed in cassandra but it's not getting committed to Elastic properly and this is mostly due to elastic failures.

Are you using Bulk-Loader to load data?

Thanks,
Abhay



On Fri, 5 Jun 2020 at 20:15, Krishna Sailesh <kri...@...> wrote:
Hi Abhay

i am using Cassandra as backend database and elastic search for indexing


Thanks
Krishna Jalla

On Friday, June 5, 2020 at 7:41:33 PM UTC+5:30, Abhay Pandit wrote:
Hi Krishna,

What backend database and index store are you using?

Thanks,
Abhay

On Fri, 5 Jun 2020 at 19:26, Krishna Sailesh <kri...@...> wrote:
Hi,


we have a unique composite Index on vertices with two properties id, name. trying to get the vertex with id,name we cant retrive the vertex, but we can retrieve the vertex with other properties of the vertex.

is this indexing issue? if yes, why this is not happening with other vertices?
if reindexing can solve the issue, can you please suggest the best way to reindex the vertices?


Thanks
Krishna Jalla

--
You received this message because you are subscribed to the Google Groups "JanusGraph users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to janu...@....
To view this discussion on the web visit https://groups.google.com/d/msgid/janusgraph-users/7017d802-b505-4270-902c-48e1ec7c3d70o%40googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "JanusGraph users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to janusgra...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/janusgraph-users/a796f7d7-9254-4da7-9928-ecf0f9e835bbo%40googlegroups.com.


Abhay Pandit <abha...@...>
 

Hi Krishna,

I think re-indexing will not solve this issue. Still you can try it once if it helps.
I took an approach to drop the difference of data from Cassandra and Elastic and re-ingest it.

For dropping use vertex id.

Thanks,
Abhay

On Mon, 8 Jun 2020 at 12:48, Krishna Sailesh <krishna...@...> wrote:
Hi Abhay,

Thanks for your response, i am not using bulk loader to load data.

can reindexing helps to solve this issue? if yes, can you please suggest the best way?

Thanks
Krishna Jalla

On Friday, June 5, 2020 at 8:58:07 PM UTC+5:30, Abhay Pandit wrote:
Great, I too have been having such kind of issues and with my personal experience I have seen that data is getting committed in cassandra but it's not getting committed to Elastic properly and this is mostly due to elastic failures.

Are you using Bulk-Loader to load data?

Thanks,
Abhay



On Fri, 5 Jun 2020 at 20:15, Krishna Sailesh <kri...@...> wrote:
Hi Abhay

i am using Cassandra as backend database and elastic search for indexing


Thanks
Krishna Jalla

On Friday, June 5, 2020 at 7:41:33 PM UTC+5:30, Abhay Pandit wrote:
Hi Krishna,

What backend database and index store are you using?

Thanks,
Abhay

On Fri, 5 Jun 2020 at 19:26, Krishna Sailesh <kri...@...> wrote:
Hi,


we have a unique composite Index on vertices with two properties id, name. trying to get the vertex with id,name we cant retrive the vertex, but we can retrieve the vertex with other properties of the vertex.

is this indexing issue? if yes, why this is not happening with other vertices?
if reindexing can solve the issue, can you please suggest the best way to reindex the vertices?


Thanks
Krishna Jalla

--
You received this message because you are subscribed to the Google Groups "JanusGraph users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to janu...@....
To view this discussion on the web visit https://groups.google.com/d/msgid/janusgraph-users/7017d802-b505-4270-902c-48e1ec7c3d70o%40googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "JanusGraph users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to janu...@....
To view this discussion on the web visit https://groups.google.com/d/msgid/janusgraph-users/a796f7d7-9254-4da7-9928-ecf0f9e835bbo%40googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "JanusGraph users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to janusgra...@....
To view this discussion on the web visit https://groups.google.com/d/msgid/janusgraph-users/a47d526e-5263-4b65-903d-c9f9d44ec9d7o%40googlegroups.com.