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 GitHub Bot (JIRA)" <ji...@apache.org> on 2018/02/22 21:46:01 UTC

[jira] [Updated] (GEODE-4725) LuceneEventListener should set pdxReadSerialized back to original value

     [ https://issues.apache.org/jira/browse/GEODE-4725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated GEODE-4725:
----------------------------------
    Labels: pull-request-available  (was: )

> LuceneEventListener should set pdxReadSerialized back to original value
> -----------------------------------------------------------------------
>
>                 Key: GEODE-4725
>                 URL: https://issues.apache.org/jira/browse/GEODE-4725
>             Project: Geode
>          Issue Type: Bug
>          Components: lucene
>            Reporter: Jason Huynh
>            Priority: Major
>              Labels: pull-request-available
>
> In LuceneEventListener.process, we set the value of pdx read serialized to true:
> DefaultQuery.setPdxReadSerialized(true);
>  
> In the finally block, we end up setting it to false.
> This is incorrect, we should store the original value before setting to true and set the value back to the original value in the finally block.



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