[
https://issues.apache.org/jira/browse/HBASE-12996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14313447#comment-14313447
]
Dave Latham commented on HBASE-12996:
-------------------------------------
{{transient}} as much to document as anything else that the field is not part
of the serialization contract of Filters, even though they don't use Java
serialization. Our unit tests, for example, do some population of fields with
random values, seralize, deserialize, and does a deep equals comparison as an
automatic serialization test. It ignores fields marked transient.
> Reversed field on Filter should be transient
> --------------------------------------------
>
> Key: HBASE-12996
> URL: https://issues.apache.org/jira/browse/HBASE-12996
> Project: HBase
> Issue Type: Bug
> Affects Versions: 2.0.0, 1.1.0, 0.98.11
> Reporter: Ian Friedman
> Priority: Trivial
> Fix For: 2.0.0, 1.1.0, 0.98.11
>
> Attachments: HBASE-12996.patch
>
>
> Filter has the field
> {code}
> protected boolean reversed;
> {code}
> which should be marked transient.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)