Skip to content

Commit 206594a

Browse files
committed
Bug 37355953 - [37305744->25.03] IllegalStateException: Missing the ownership data for partition 0 from PartitionedService.validatePartitionConfig
[git-p4: depot-paths = "//dev/coherence-ce/main/": change = 112735]
1 parent e735f39 commit 206594a

File tree

1 file changed

+1
-1
lines changed
  • prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service

1 file changed

+1
-1
lines changed

prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/Grid.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6906,7 +6906,7 @@ public void onReceived()
69066906

69076907
super.onReceived();
69086908

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

0 commit comments

Comments
 (0)