[
https://issues.apache.org/jira/browse/GEODE-235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15230690#comment-15230690
]
ASF GitHub Bot commented on GEODE-235:
--------------------------------------
GitHub user gemzdude opened a pull request:
https://github.com/apache/incubator-geode/pull/125
GEODE-235: Add region name to EntryEventImpl.toString
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gemzdude/incubator-geode feature/GEODE-235
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-geode/pull/125.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 #125
----
commit 143ecafe9a40f43fb27751bf667f6aa608ed95ec
Author: Scott Jewell <[email protected]>
Date: 2016-04-05T18:03:06Z
GEODE-235 Modify EntryEventImpl toString to include region name and new
unit test
commit 5fab4e86e52c1fba4b6de10f2d235ca718b159ab
Author: Scott Jewell <[email protected]>
Date: 2016-04-05T22:06:47Z
GEODE-235: Remove spy of system under test
commit 0c9e9a6d2a4e82bdb50a8a90c5942a99e8e01d8c
Author: Scott Jewell <[email protected]>
Date: 2016-04-05T23:19:30Z
GEODE-235: Simplify mock of LocalRegion
commit 96d175abc41b3b7a0d8889aaaefc504e90168314
Author: Scott Jewell <[email protected]>
Date: 2016-04-05T23:25:21Z
GEODE-235: Simplify mock of LocalRegion
commit b26abfc3c7580664e1a6487039906370bcab55d4
Author: Scott Jewell <[email protected]>
Date: 2016-04-07T17:29:41Z
Merge branch 'develop' into feature/GEODE-235
----
> EntryEvent toString should describe the region the event is on
> --------------------------------------------------------------
>
> Key: GEODE-235
> URL: https://issues.apache.org/jira/browse/GEODE-235
> Project: Geode
> Issue Type: Improvement
> Components: regions
> Reporter: Darrel Schneider
> Assignee: Scott Jewell
>
> When an EntryEvent gets logged it looks something like this:
> {code}
> Event=EntryEventImpl[op=CREATE;key=112;oldValue=null;newValue=VMCachedDeserializable@2009740363;callbackArg=null;originRemote=true;originMember=cc2-rh6<v448>:3889;callbacksInvoked;version={v1;
> rv1; mbr=cc2-rh6<v449>:50532; time=1439996558405;
> remote};id=EventID[threadID=61;sequenceID=389];isFromServer]
> {code}
> Given that every EntryEvent is also a CacheEvent which has a getRegion method
> we should also show the fully qualified region name for the event.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)