Hi all, Siddhi version 2.1.0-wso2v1 have new service called SnapshotService. I think this service is used to recover the siddhi context from an unexpected shutdown. The service have a method to generate a byte array with snapshot data, and a method to restore this snapshot.
Byte array generation works perfect. The byte array is generated with all Snapshotable elements. But I think there are a bug into the restore method. It iterates a snapshotable list of elements that in the first instance are empty, and the byte array is never setted to siddhiContext. I am misunderstanding something? Or it is a bug? Thanks in advance.
_______________________________________________ Architecture mailing list [email protected] https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
