Gerd Zellweger
Gerd Zellweger
here is my run of `mvn package` when running on Apple M2 Max: (here is maybe some helpful info on what's causing it: https://stackoverflow.com/questions/64036879/differing-floating-point-calculation-results-between-x86-64-and-armv8-2-a) ``` [INFO] Scanning for projects... [INFO]...
When I try to use the remove tool to remove a demo it stops and doesn't make progress: https://github.com/feldera/feldera/assets/127654/6283d307-b65c-498e-bc6a-077d5b67b68a - (It might be because the pipeline it tries to remove...
https://github.com/feldera/feldera/blob/f69c5bcd50b97065dd50d8f5f5b1fad18bd5ad65/sql-to-dbsp-compiler/SQL-compiler/src/test/java/org/dbsp/sqlCompiler/compiler/sql/streaming/StreamingTests.java#L382
### Is your feature request related to a problem? Please describe. Static replication can consume too much memory. Currently CNR/NR set-up the replication factor at data-structure instantiation and doesn't allow...
### Is your feature request related to a problem? Please describe. Partitioning a DS leads to more write-scaling however the write-scaling is bottlenecked by the amount of replication we do...
The [async](https://github.com/vmware/node-replication/pull/21) variant for NR works but the read throughput is still much lower than non-async (30% drop in perf). Likely this is due to necessary allocations.
I think CNR is also affected by the same bug, we should apply it in both libraries.
It would be nice if [with_tokio_rt](https://docs.rs/actix-web/4.8.0/actix_web/rt/struct.System.html#method.with_tokio_rt) also works with closures that e.g., return `Arc` or similar. e.g., my use-case is that my tokio runtime is declared as ``` pub static...
Make sure these links/files are converted to use the new API. Commit your changes directly on Simon's PR branch: Note some of them might not need any changes, but it's...
we seem to be using our own format rather than e.g., standardizing on https://docs.rs/chrono/latest/chrono/struct.DateTime.html#method.to_rfc3339 or https://docs.rs/chrono/latest/chrono/struct.DateTime.html#method.to_rfc2822