[
https://issues.apache.org/jira/browse/GEODE-9964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17480188#comment-17480188
]
Dan Smith commented on GEODE-9964:
----------------------------------
For the two places listed above, the customer visible impact is that they get a
less informative message with the IllegalStateException that is thrown in this
error case.
> ExplicitMoveDirector incorrectly compares Member with
> InternalDistributedMember.
> --------------------------------------------------------------------------------
>
> Key: GEODE-9964
> URL: https://issues.apache.org/jira/browse/GEODE-9964
> Project: Geode
> Issue Type: Bug
> Components: core
> Affects Versions: 1.14.2, 1.15.0
> Reporter: Jacob Barrett
> Priority: Major
>
> {{ExplicitMoveDirector}} incorrectly compares {{Member}} with
> {{InternalDistributedMember}} due use of raw types rather than generics. It
> is also likely there is either no testing for this failure case or the test
> is passing for the wrong reasons.
> See
> [here|https://github.com/apache/geode/blob/2b032440eb9d0f3c68a94602289cc41435c68fad/geode-core/src/main/java/org/apache/geode/internal/cache/partitioned/rebalance/ExplicitMoveDirector.java#L93]
> See
> [here|https://github.com/apache/geode/blob/2b032440eb9d0f3c68a94602289cc41435c68fad/geode-core/src/main/java/org/apache/geode/internal/cache/partitioned/rebalance/ExplicitMoveDirector.java#L99]
--
This message was sent by Atlassian Jira
(v8.20.1#820001)