You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Mark Hanson (JIRA)" <ji...@apache.org> on 2019/03/08 18:53:00 UTC

[jira] [Created] (GEODE-6501) ConfigureEvictionThroughGfsh > configureEvictionByObjectSizer FAILED

Mark Hanson created GEODE-6501:
----------------------------------

             Summary: ConfigureEvictionThroughGfsh > configureEvictionByObjectSizer FAILED
                 Key: GEODE-6501
                 URL: https://issues.apache.org/jira/browse/GEODE-6501
             Project: Geode
          Issue Type: Bug
          Components: eviction
            Reporter: Mark Hanson


Error in log

{noformat}
[INFO  07:33:22.434 GMT] (c760e5ff2587fc29): (2) Executing - create region --name=region6 --eviction-action=local-destroy --eviction-entry-count=1000 --type=REPLICATE_PERSISTENT
[INFO  07:33:22.434 GMT] (c760e5ff2587fc29): 
[ERROR 07:33:22.606 GMT] (c760e5ff2587fc29): Member | Status | Message
[ERROR 07:33:22.606 GMT] (c760e5ff2587fc29): ------ | ------ | ----------------------------------------------------------------------------------
[ERROR 07:33:22.606 GMT] (c760e5ff2587fc29): server | ERROR  | An Eviction Controller with local destroy eviction action is incompatible with d..
[ERROR 07:33:22.606 GMT] (c760e5ff2587fc29): 
Executing b72e33f1eb3d4659: gfsh -e connect --locator=localhost[10334] -e describe region --name=region1
[INFO  07:33:24.325 GMT] (b72e33f1eb3d4659): 
[INFO  07:33:24.325 GMT] (b72e33f1eb3d4659): (1) Executing - connect --locator=localhost[10334]
{noformat}



Report in CI

{noformat}
org.apache.geode.management.internal.cli.commands.ConfigureEvictionThroughGfsh > configureEvictionByObjectSizer FAILED
    org.junit.ComparisonFailure: [Process of [702294542500d6c3: gfsh -e start locator --name=locator -e start server --name=server --server-port=0 -e sleep --time=1 -e deploy --jar=C:\Users\geode\AppData\Local\Temp\junit5618353584039515190\ourJar.jar -e create region --name=region1 --eviction-action=local-destroy --eviction-max-memory=1000 --eviction-object-sizer=MySizer --type=REPLICATE -e create region --name=region2 --eviction-action=overflow-to-disk --eviction-max-memory=1000 --eviction-object-sizer=MySizer --type=REPLICATE -e create region --name=region3 --eviction-action=overflow-to-disk --eviction-max-memory=1000 --eviction-object-sizer=MySizer --type=REPLICATE_PERSISTENT -e create region --name=region4 --eviction-action=local-destroy --eviction-max-memory=1000 --eviction-object-sizer=MySizer --type=LOCAL -e create region --name=region5 --eviction-action=overflow-to-disk --eviction-max-memory=1000 --eviction-object-sizer=MySizer --type=LOCAL] did not exit after 4 MINUTES] expected:<[tru]e> but was:<[fals]e>
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at org.apache.geode.test.junit.rules.gfsh.GfshExecution.awaitTermination(GfshExecution.java:124)
        at org.apache.geode.test.junit.rules.gfsh.GfshRule.execute(GfshRule.java:125)
        at org.apache.geode.test.junit.rules.gfsh.GfshScript.execute(GfshScript.java:133)
        at org.apache.geode.management.internal.cli.commands.ConfigureEvictionThroughGfsh.configureEvictionByObjectSizer(ConfigureEvictionThroughGfsh.java:171)
{noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)