You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Jason Huynh (JIRA)" <ji...@apache.org> on 2017/08/25 16:15:00 UTC

[jira] [Created] (GEODE-3520) IndexMaintenanceExceptions should not affect a put

Jason Huynh created GEODE-3520:
----------------------------------

             Summary: IndexMaintenanceExceptions should not affect a put
                 Key: GEODE-3520
                 URL: https://issues.apache.org/jira/browse/GEODE-3520
             Project: Geode
          Issue Type: Bug
          Components: querying
            Reporter: Jason Huynh


Currently if a put thread hits an Index Maintenance issue, the exception is returned back to the putter and the cache and any indexes updated up to that point are left in a bad state.   Any callbacks that occur after index maintenance are not fired.

Instead we should probably log the exception and mark the index as invalid.  This will require us to provide a user a way to determine which indexes are valid/invalid (maybe a new column in GFSH to describe index).  The query engine would need to avoid using indexes marked as invalid.






--
This message was sent by Atlassian JIRA
(v6.4.14#64029)