[
https://issues.apache.org/jira/browse/GEODE-7577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17080045#comment-17080045
]
Anilkumar Gingade commented on GEODE-7577:
------------------------------------------
This appeared in AcceptanceTestOpenJDK11 #37
{noformat}
org.apache.geode.cache.persistence.MissingDiskStoreAcceptanceTest >
waitingForMembersMessageIsLogged FAILED
org.junit.ComparisonFailure: [Exit value from process started by
[54690c9eca5fe0e5: gfsh -e start locator --name=locator
--dir=/tmp/junit8220715861809755091/locator --port=24180
--locators=localhost[24180] -e start server --name=server1
--dir=/tmp/junit8220715861809755091/server1 --locators=localhost[24180]
--server-port=24181 -e start server --name=server2
--dir=/tmp/junit8220715861809755091/server2 --locators=localhost[24180]
--server-port=24182 -e create region --name=myRegion
--type=REPLICATE_PERSISTENT]] expected:<[0]> but was:<[1]>
at
jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at
jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at
jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at
org.apache.geode.test.junit.rules.gfsh.GfshExecution.awaitTermination(GfshExecution.java:137)
at
org.apache.geode.test.junit.rules.gfsh.GfshRule.execute(GfshRule.java:128)
at
org.apache.geode.test.junit.rules.gfsh.GfshRule.execute(GfshRule.java:114)
at
org.apache.geode.cache.persistence.MissingDiskStoreAcceptanceTest.setUp(MissingDiskStoreAcceptanceTest.java:103)
{noformat}
=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Test Results URI
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
http://files.apachegeode-ci.info/builds/apache-develop-main/1.13.0-SNAPSHOT.0170/test-results/acceptanceTest/1586470692/
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Test report artifacts from this job are available at:
http://files.apachegeode-ci.info/builds/apache-develop-main/1.13.0-SNAPSHOT.0170/test-artifacts/1586470692/acceptancetestfiles-OpenJDK11-1.13.0-SNAPSHOT.0170.tgz
> Server is not logging about waiting for missing persistent members
> ------------------------------------------------------------------
>
> Key: GEODE-7577
> URL: https://issues.apache.org/jira/browse/GEODE-7577
> Project: Geode
> Issue Type: Bug
> Components: persistence
> Reporter: Kirk Lund
> Priority: Major
> Labels: flaky
> Time Spent: 1h 40m
> Remaining Estimate: 0h
>
> During startup, a Server is supposed to log when it is waiting for missing
> persistent members. Somehow, this log message is no longer being logged.
> The log message looks like:
> "Region %s has potentially stale data. It is waiting for another member to
> recover the latest data.%sMy persistent id:%s%s%sMembers with potentially new
> data:%s%s%sUse the gfsh show missing-disk-stores command to see all disk
> stores that are being waited on by other members."
> Passing equal numbers into MembershipChangeListener for warningDelay and
> pollDuration seems to be the main cause.
> I also noticed that the formatting of the message was broken when
> LocalizedStrings were removed from Geode.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)