[
https://issues.apache.org/jira/browse/GEODE-235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15237717#comment-15237717
]
ASF subversion and git services commented on GEODE-235:
-------------------------------------------------------
Commit c67a1c913d72062044767717078d8c5bcc5200a9 in incubator-geode's branch
refs/heads/develop from [~gemzdude]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-geode.git;h=c67a1c9 ]
GEODE-235: Add region name to EntryEventImpl toString
A new EntryEventImplTest was added. It currently only
verifies that the toString output includes the region name.
This closes #125
> 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)