Github user GERey commented on a diff in the pull request: https://github.com/apache/incubator-usergrid/pull/264#discussion_r31750303 --- Diff: stack/rest/src/main/java/org/apache/usergrid/rest/IndexResource.java --- @@ -250,7 +252,8 @@ private ReIndexService getReIndexService() { private ReIndexRequestBuilder createRequest() { - return createRequest(); + //TODO: wire this up through spring, and in the future guice. + return new ReIndexRequestBuilderImpl(); --- End diff -- This was an endless loop, and should be returning the builder this is making a call through to core skipping services. Maybe this needs a ticket associated with it?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---