Miyuru Dayarathna
Miyuru Dayarathna
**Description:** Currently Siddhi allows user to specify range partition queries without covering the completely possible set of ranges. For example, lets take the following query. @app:name('incrementalPersistenceTest10') define stream cseEventStreamOne (symbol...
**Description:** This issue is related to the distributed stream processing. When a partial Siddhi app gets generated by the stream processor they use XML as the default mapping type. Its...
**Description:** Given a pattern matching query such as the following, the users are unable to put breakpoints at the _from_ clause in the Stream Processor Studio. `@App:name("TemperatureMonitor")` `@App:description("An application for...
**Description:** In a status dashboard with 3 workers, the middle worker sometimes gets duplicated (see the screenshot below). This happens intermittently. When we press the refresh button of the browser...
If we take any of the log lines such as follows, ``` frontend_logger.info("Calculating Page Rank"); ``` Those should carry their corresponding frontend (FE) service session ID as well. This will...
We created this issue to keep track of removal of native mode related code.
There can be situations where `output[0][0]` is null. Need to check such occurences and fix them all.
Currently, the partitioned graph data of JasmineGraph gets stored in `org.jasminegraph.server.instance.datafolder` and we have set its value by default to `/var/tmp/jasminegraph-localstore`. Instead of that we need to change the folder...
Need to change the following line in configuration file and set its value to false. ``` org.jasminegraph.fl.org.training=false ```
Need to have constant for Buffer size of 300.