Kyle Kingsbury

Results 185 comments of Kyle Kingsbury

Huh, this is all github hosted... wonder if they changed an origin CSP or something.

Ahhhh, it's mad because we try to frame it from the riemann.io domain. Hmmmmmm.

Hmm. Both pages are hosted by github pages on riemann.io, so... you'd think same-origin would be OK. Browser security models have changed so much since I was last up on...

Yeah, it doesn't look like we get any control over the content security policy at the repo level. As a quick fix, we could replace the frame with a regular...

Possssibly we could work around this with a ``? I'm not sure what takes precedence...

Wow AkihiroSuda, this is terrific detective work! Thank you! That'll save a whole ton of headache in the merge process.

I want to try and preserve service startup parallelism if possible--what do you think about calling IOUtil/load to force the static initializer to run earlier?

So this seems to work on JDK8, but there's gotta be something different going on in JDK7 because it doesn't have IOUtil/load. I'm gonna try promoting the lock of Runtime...

Ugh, so I introduced a lock mutexing sse-server and tcp-server's startup, and it _still_ deadlocks in Travis. Maybe a different codepath this time?

I know, right? I tried too! Outta time to hack on this today but keep me posted, and thank you! On Oct 21, 2015 11:18 PM, Akihiro Suda [email protected] wrote:Couldn't...