Frank Lyaruu

Results 30 comments of Frank Lyaruu

A possible set up for something like this could be using a regular MySQL database along with some kind of change capture tool like Debezium. It would add a lot...

The noria output doesn't add much: ``` Running `target/release/noria-server --deployment myapp --no-reuse --shards 0 -v -z '127.0.0.1:2181'` Aug 17 20:48:53.223 INFO became leader at epoch 3 Aug 17 20:48:53.232 INFO...

Not much more info: ``` Aug 17 21:29:53.331 TRCE readying empty node, local: 0, shard: 0, domain: 0 Aug 17 21:29:53.332 TRCE node ready, node: 1 Aug 17 21:29:53.332 WARN...

Ok, first tried (without much success) to debug on Mac. Then, just to check, dusted off my linux box, and I have the exact same problem. I'll attempt debugging on...

Ok, I got the same issue now with gdb on my linux box, looks something like this: ``` Aug 22 16:28:34.597 TRCE creating table, for: Cats2 Aug 22 16:28:34.605 TRCE...

I've tried it on another box. Nothing rust related on it. Rustup-ed, checked out all, did the same steps, with the same result. cargo update did not seem to help....

Ok, deleted all the Noria things, re-build & ran noria (same result). Pointed the noria-mysql dependencies to the local: ``` -noria = { git = "https://github.com/mit-pdos/noria.git" } -noria-server = {...

Ok, went back to this one. I've added some debug around the deserialization code: ```rust println!("Before deserialize!"); let result = usize::deserialize(deserializer).map(|p| LocalBypass(p as *mut T)); println!("After deserialize!"); ``` And it...

Yes, works for me! So I guess it would make sense then to release Noria 0.7, as the master of Noria MySQL depends on it...? Would it help to set...

Worse still, it can prevent Eclipse from starting altogether. While offline, it will hang on the splash screen giving no feedback whatsoever. Plug the network back, and it starts. Took...