This is an automated email from the ASF dual-hosted git repository.
kmiller pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/develop by this push:
new e26889d GEODE-4647 Document eventSecondaryQueueSize statistic (#1831)
e26889d is described below
commit e26889d4a3516542bc720156186513295fca8903
Author: Karen Miller <[email protected]>
AuthorDate: Tue Apr 24 14:55:22 2018 -0700
GEODE-4647 Document eventSecondaryQueueSize statistic (#1831)
* GEODE-4647 Document eventSecondaryQueueSize statistic
* GEODE-4647 New statistic is now named secondaryEventQueueSize
* GEODE-4647 revise secondaryEventQueueSize defn wording, per review
---
geode-docs/reference/statistics_list.html.md.erb | 1 +
1 file changed, 1 insertion(+)
diff --git a/geode-docs/reference/statistics_list.html.md.erb
b/geode-docs/reference/statistics_list.html.md.erb
index 40dbbe3..3f08960 100644
--- a/geode-docs/reference/statistics_list.html.md.erb
+++ b/geode-docs/reference/statistics_list.html.md.erb
@@ -891,6 +891,7 @@ These statistics are for outgoing gateway queue and its
connection. The primary
| `eventsDistributed` | Number of events operations removed
from the event queue and sent.
|
| `eventsNotQueuedConflated` | Number of events operations received
but not added to the event queue because the queue already contains an event
with the event's key. |
| `eventsQueued` | Number of events operations added to
the event queue.
|
+| `secondaryEventQueueSize` | Size of the secondary event queue.
|
| `unprocessedEventMapSize` | Current number of events entries in
the secondary's unprocessed event map.
|
| `unprocessedEventsAddedBySecondary` | Number of events added to the
secondary's unprocessed event map by the secondary.
|
| `unprocessedEventsRemovedByPrimary` | Number of events removed through a
listener from the secondary's unprocessed event map by the primary.
|
--
To stop receiving notification emails like this one, please contact
[email protected].