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)

Reply via email to