Michael Russo created USERGRID-1305:
---------------------------------------
Summary: Error trying to send push notifications / iterate
collections
Key: USERGRID-1305
URL: https://issues.apache.org/jira/browse/USERGRID-1305
Project: Usergrid
Issue Type: Story
Affects Versions: 2.1.1
Reporter: Michael Russo
Assignee: Michael Russo
Fix For: 2.1.1
The graph read filter will attempt to queue up read repair events to de-index
deleted entities. However, if it encounters a non-time UUID, the deIndex code
throws an exception:
Caused by: java.lang.UnsupportedOperationException: Not a time-based UUID
at java.util.UUID.timestamp(UUID.java:293)
at
org.apache.usergrid.corepersistence.index.IndexServiceImpl.deIndexEntity(IndexServiceImpl.java:284)
at
org.apache.usergrid.corepersistence.asyncevents.EventBuilderImpl.buildEntityDelete(EventBuilderImpl.java:132)
at
org.apache.usergrid.corepersistence.pipeline.read.traverse.AbstractReadGraphFilter.lambda$null$1(AbstractReadGraphFilter.java:159)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)