You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eagle.apache.org by "tangjunjie (JIRA)" <ji...@apache.org> on 2016/05/16 02:09:12 UTC

[jira] [Created] (EAGLE-299) TestSiddhiStateSnapshotAndRestore fail occasionally

tangjunjie created EAGLE-299:
--------------------------------

             Summary: TestSiddhiStateSnapshotAndRestore fail occasionally
                 Key: EAGLE-299
                 URL: https://issues.apache.org/jira/browse/EAGLE-299
             Project: Eagle
          Issue Type: Test
            Reporter: tangjunjie


when test fail ,the log is
{noformat}
2016-05-13 15:31:54,266 INFO [main] snapshot.SnapshotService[44]: Taking snapshot ...
2016-05-13 15:31:54,269 INFO [main] snapshot.SnapshotService[53]: Taking snapshot finished.
2016-05-13 15:31:54,269 INFO [main] snapshot.SnapshotService[55]: Snapshot serialization started ...
Events{ @timeStamp = 1463124714265, inEvents = [Event{timestamp=1463124714265, data=[rename, /tmp/pii_1], isExpired=false}, Event{timestamp=1463124714265, data=[rename, /tmp/pii_2], isExpired=false}, Event{timestamp=1463124714265, data=[rename, /tmp/pii_3], isExpired=false}, Event{timestamp=1463124714265, data=[rename, /tmp/pii_4], isExpired=false}], RemoveEvents = [Event{timestamp=1463124714275, data=[rename, /tmp/pii_1], isExpired=true}] }
2016-05-13 15:31:54,323 INFO [main] snapshot.SnapshotService[57]: Snapshot serialization finished.
{noformat}

when test success,the log is
{noformat}
temporary directory: /tmp
Events{ @timeStamp = 1463124758602, inEvents = [Event{timestamp=1463124758602, data=[rename, /tmp/pii_1], isExpired=false}, Event{timestamp=1463124758602, data=[rename, /tmp/pii_2], isExpired=false}, Event{timestamp=1463124758602, data=[rename, /tmp/pii_3], isExpired=false}, Event{timestamp=1463124758602, data=[rename, /tmp/pii_4], isExpired=false}], RemoveEvents = [Event{timestamp=1463124758604, data=[rename, /tmp/pii_1], isExpired=true}] }
2016-05-13 15:32:38,805 INFO [main] snapshot.SnapshotService[44]: Taking snapshot ...
2016-05-13 15:32:38,808 INFO [main] snapshot.SnapshotService[53]: Taking snapshot finished.
2016-05-13 15:32:38,809 INFO [main] snapshot.SnapshotService[55]: Snapshot serialization started ...
2016-05-13 15:32:38,851 INFO [main] snapshot.SnapshotService[57]: Snapshot serialization finished.
Events{ @timeStamp = 1463124759141, inEvents = [Event{timestamp=1463124759141, data=[rename, /tmp/pii_5], isExpired=false}], RemoveEvents = [Event{timestamp=1463124759141, data=[rename, /tmp/pii_2], isExpired=true}] }
{noformat}
For more detail
https://github.com/wso2/siddhi/issues/134



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)