You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2018/02/06 22:37:00 UTC

[jira] [Commented] (GEODE-4389) Overriding a cache listener from a template region is cumulative

    [ https://issues.apache.org/jira/browse/GEODE-4389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16354655#comment-16354655 ] 

ASF subversion and git services commented on GEODE-4389:
--------------------------------------------------------

Commit ff1b8c7bdb8b02b015b6e233cadc6ae68cc33a54 in geode's branch refs/heads/develop from [~jens.deppe]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=ff1b8c7 ]

GEODE-4389: Ensure that region template creation does not require callback classes on the locator (#1390)



> Overriding a cache listener from a template region is cumulative 
> -----------------------------------------------------------------
>
>                 Key: GEODE-4389
>                 URL: https://issues.apache.org/jira/browse/GEODE-4389
>             Project: Geode
>          Issue Type: Bug
>          Components: gfsh
>            Reporter: Jens Deppe
>            Assignee: Jens Deppe
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.5.0
>
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> Assuming I have a region (/TEMPLATE) with a cache listener (LISTENER1) and do:
> {noformat}
> create region --template=/TEMPLATE --name=/COPY --cache-listener=LISTENER2
> {noformat}
> Then I end up with the {{/COPY}} region containing both listeners. There should only be one.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)