Bruce Schuchardt created GEODE-2255:
---------------------------------------
Summary: DiskStoreCommandsDUnitTest.testBackupDiskStoreBackup
fails with suspect string
Key: GEODE-2255
URL: https://issues.apache.org/jira/browse/GEODE-2255
Project: Geode
Issue Type: Bug
Components: regions
Reporter: Bruce Schuchardt
This test often fails on my Ubuntu machine with this suspect string:
{noformat}
org.apache.geode.management.internal.cli.commands.DiskStoreCommandsDUnitTest >
testBackupDiskStoreBackup FAILED
java.lang.AssertionError: Suspicious strings were written to the log during
this run.
Fix the strings or use IgnoredException.addIgnoredException to ignore.
-----------------------------------------------------------------------
Found suspect string in log4j at line 956
[fatal 2016/12/27 22:02:17.701 PST <Idle OplogCompactor> tid=0x4fb]
Uncaught exception in thread Thread[Idle OplogCompactor,5,Oplog Compactor
Thread Group]
java.lang.IllegalStateException: could not create krf
/export/trout1/users/bschuchardt/devel/gfdev/open/geode-core/build/distributedTest/controllerDiskDir/BACKUPdiskStore_2.krf
at org.apache.geode.internal.cache.Oplog.createKrf(Oplog.java:4201)
at org.apache.geode.internal.cache.Oplog$2.run(Oplog.java:3864)
at
org.apache.geode.internal.cache.DiskStoreImpl$7.run(DiskStoreImpl.java:4628)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.io.FileNotFoundException:
/export/trout1/users/bschuchardt/devel/gfdev/open/geode-core/build/distributedTest/controllerDiskDir/BACKUPdiskStore_2.krf
(No such file or directory)
at java.io.FileOutputStream.open0(Native Method)
at java.io.FileOutputStream.open(FileOutputStream.java:270)
at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
at java.io.FileOutputStream.<init>(FileOutputStream.java:162)
at org.apache.geode.internal.cache.Oplog.krfFileCreate(Oplog.java:4000)
at org.apache.geode.internal.cache.Oplog.createKrf(Oplog.java:4183)
... 5 more
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)