GitHub user mdunker opened a pull request:
https://github.com/apache/usergrid/pull/572
b/62626229 - dead letter queue handling
1. Add workers that move messages from dead letter queues back to the
indexing and utility queues.
2. Change ERROR for DuplicateUniquePropertyExistsException to INFO. This
happens when someone tries to create an entity with the same unique value as
another entity, which is not an error that should be logged.
3. Add better logging when cluster region or region list has an invalid
region.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mdunker/usergrid b62626229
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/usergrid/pull/572.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #572
----
commit cd26e34321ba3b1dc5263629b1bc1ad507ed7c34
Author: Mike Dunker <[email protected]>
Date: 2017-06-14T20:29:59Z
b/62626229 (dead letter queue handling)
1. Add workers that move messages from dead letter queues back to the
indexing and utility queues.
2. Change ERROR for DuplicateUniquePropertyExistsException to INFO. This
happens when someone tries to create an entity with the same unique value as
another entity, which is not an error that should be logged.
3. Add better logging when cluster region or region list has an invalid
region.
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---