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

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

Commit 5dc08bf0878c9cef38fa9c321a638656531beb09 in geode's branch 
refs/heads/develop from [~dschneider]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=5dc08bf ]

GEODE-4844: JdbcWriter and JdbcAsyncWriter will write rows loaded by the 
JdbcLoader (#1618)

* JdbcWriter and JdbcAsyncWriter will no longer write to sql 
  if the event was from a load. This will cause them to never write
  back out events from the JdbcLoader. It also means that if someone
  is using one of the jdbc writers on a region that uses some other loader
  that the jdbc writer will ignore data loaded by it. We think the common
  use case will be if you have a jdbc writer you will either also have the
  JdbcLoader or no loader. In the future we may need to add a feature so
  that a user can tell the jdbc writer to not ignore load events.



> 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
>              Labels: pull-request-available
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> 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)

Reply via email to