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/11 22:05:00 UTC

[jira] [Created] (GEODE-3433) LuceneEventListener should restore the original pdx serialization flag

Jason Huynh created GEODE-3433:
----------------------------------

             Summary: LuceneEventListener should restore the original pdx serialization flag
                 Key: GEODE-3433
                 URL: https://issues.apache.org/jira/browse/GEODE-3433
             Project: Geode
          Issue Type: Bug
          Components: lucene
            Reporter: Jason Huynh


Currently the LuceneEventListener is setting:
{noformat}
    DefaultQuery.setPdxReadSerialized(true);
{noformat}

And at the end of processing, it will set it back to false.
{noformat}
finally {
      DefaultQuery.setPdxReadSerialized(false);
    }
{noformat}

Instead we should probably store the original setting and restore the original instead of overriding it back to false every time.




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