Skip to content

Commit

Permalink
Bug 37355953 - [37305744->25.03] IllegalStateException: Missing the o…
Browse files Browse the repository at this point in the history
…wnership data for partition 0 from PartitionedService.validatePartitionConfig

[git-p4: depot-paths = "//dev/coherence-ce/main/": change = 112735]
  • Loading branch information
mgamanho committed Dec 5, 2024
1 parent e735f39 commit 206594a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6906,7 +6906,7 @@ public void onReceived()

super.onReceived();

if (!service.isWelcomedBy(memberFrom))
if (!service.isWelcomedBy(memberFrom) || mapConfig.isEmpty())
{
// COH-5774: drop "early" updates. We must have received a MemberWelcome first.
_trace("Ignoring premature ConfigSync from member " + memberFrom.getId(), 5);
Expand Down

0 comments on commit 206594a

Please sign in to comment.