[
https://issues.apache.org/jira/browse/GEODE-4725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16380865#comment-16380865
]
ASF subversion and git services commented on GEODE-4725:
--------------------------------------------------------
Commit 84d31b853c080aeaaf12b5b9a1fe58edaa045928 in geode's branch
refs/heads/develop from [~nnag]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=84d31b8 ]
GEODE-4725: PdxReadSerialized reset
* In the lucene event listener's process events method the flag
pdxReadSerialized is reset to the initial value then to rather change it to
false.
> 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
> Time Spent: 40m
> Remaining Estimate: 0h
>
> 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)