[
https://issues.apache.org/jira/browse/GEODE-4844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16399709#comment-16399709
]
Darrel Schneider commented on GEODE-4844:
-----------------------------------------
We decided that the best way to fix this was to have the JdbcWriter and
JdbcAsyncWriter ignore events that are loads. In almost all cases these loads
will have been from a JdbcLoader. In the future if someone needs a JdbcWriter
that will write out data loaded by some other CacheLoader instance then we can
add support for that when it is needed.
> JdbcWriter and JdbcAsyncWriter will write rows loaded by the JdbcLoader
> -----------------------------------------------------------------------
>
> Key: GEODE-4844
> URL: https://issues.apache.org/jira/browse/GEODE-4844
> Project: Geode
> Issue Type: Bug
> Components: extensions, regions
> Affects Versions: 1.4.0
> Reporter: Darrel Schneider
> Assignee: Darrel Schneider
> Priority: Major
>
> If a region has both the JdbcLoader and JdbcWriter on it then every time the
> JdbcLoader loads something from jdbc, it is also rewritten to jdbc by the
> JdbcWriter.
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)