Back to bug 1325007

Who When What Removed Added
Greg McCullough 2016-04-07 20:59:03 UTC Status NEW ASSIGNED
CC thenness
Assignee gmccullo mkanoor
Flags needinfo?(thenness)
Thomas Hennessy 2016-04-08 11:21:00 UTC Flags needinfo?(thenness)
Chris Pelland 2016-04-14 14:24:17 UTC Priority unspecified high
CC cpelland
Dave Johnson 2016-04-15 02:41:32 UTC QA Contact dajohnso anewman
John Prause 2016-04-15 13:12:07 UTC Blocks 1327604
John Prause 2016-04-15 13:12:14 UTC Keywords ZStream
Dave Johnson 2016-04-15 22:32:57 UTC CC dajohnso
Whiteboard zone
John Prause 2016-04-18 15:23:43 UTC CC jprause
Thomas Hennessy 2016-05-10 19:55:07 UTC Status ASSIGNED ON_DEV
Flags needinfo?(thenness)
Assignee mkanoor tfitzger
Flags needinfo?(thenness)
Tina Fitzgerald 2016-05-10 22:06:23 UTC Status ON_DEV POST
Satoe Imaishi 2016-05-11 14:25:53 UTC CC simaishi
Satoe Imaishi 2016-05-11 17:08:18 UTC Status POST MODIFIED
Fixed In Version 5.6.0.0
Satoe Imaishi 2016-05-11 20:51:07 UTC Status MODIFIED ON_QA
Marianne Feifer 2016-05-26 19:52:36 UTC CC mfeifer
Doc Text Cause: Customer needs to enable automate role in UI zone to which thousands of messages are being queued but not processed

Consequence: The zone from the code looks like was setting the zone = default which would prevent it from getting picked up by workers in a different zone with Automate role.

Fix: Clear zone if automate role not enabled.

Result:
Dayle Parker 2016-06-24 00:55:05 UTC Doc Text Cause: Customer needs to enable automate role in UI zone to which thousands of messages are being queued but not processed

Consequence: The zone from the code looks like was setting the zone = default which would prevent it from getting picked up by workers in a different zone with Automate role.

Fix: Clear zone if automate role not enabled.

Result:
Previously, if the Automate role was not enabled in the UI zone in a multi-zone environment, thousands of messages were being queued but not processed. This happened because the code set the zone to default, which directed the messages into the UI zone and prevented them from being picked up by workers in a zone where the Automate role was enabled. This patch clears the zone setting if the Automate role is not enabled in that zone, and messages are processed as expected.
Milan Falešník 2016-06-28 09:11:45 UTC CC mfalesni
QA Contact anewman mfalesni
Milan Falešník 2016-06-28 11:31:35 UTC Status ON_QA VERIFIED
errata-xmlrpc 2016-06-29 07:21:55 UTC Status VERIFIED RELEASE_PENDING
errata-xmlrpc 2016-06-29 15:47:51 UTC Status RELEASE_PENDING CLOSED
Resolution --- ERRATA
Last Closed 2016-06-29 11:47:51 UTC

Back to bug 1325007