riemann-java-client
riemann-java-client copied to clipboard
Riemann Java Client
As of 0.5.1, the jar of this project contains: ``` clojure/lang/IBlockingDeref.class clojure/lang/IDeref.class ```
There's a mixture of 2/4/spaces/tabs. Be nice to pick one indenting style (2 spaces?) and run a linter over the code to minimise future whitespace changes. Maybe worth considering a...
Hi developer: I use riemann-java-client 0.4.3 in my program. And I found there are 98 threads blocked at sun.nio.ch.EPollArrayWrapper.epollWait. The following is the call stack generated by jcmd Thread.print. "New...
I'm experiencing [issues](https://gist.github.com/aengelberg/5f73ca3352f2419e7f0baad060e4db6f) in riemann-clojure-client that I believe can be traced to the following issues in the java client. When derefing the promise while the thread gets interrupted, I get...
Both from my own testing, and from looking through the code, it appears the the `writeTimeout` AtomicBoolean is ignored. It looks like it should be ferried through to bootstrap, and...
`RiemannReporter` (https://github.com/aphyr/riemann-java-client/blob/c7ef74cdae1cd53a66395d13fbf1ae0a5a81244e/metrics3-riemann-reporter/src/main/java/com/codahale/metrics/riemann/RiemannReporter.java) needs to override the `stop()` method of `ScheduledReporter` to close the Riemann server connection it holds. Otherwise, it leaves a dangling connection and non-daemon thread which prevents application...
I'm doing it for documentation, Since I got a problem with it and I managed to solve it. The `TcpTransport` and `UdpTransport` internally cache the IP address of a DNS...
Wondering if anyone else has noticed this behaviour with UDP sending? -Boy
Even though the pom.xml specifies Java 6 compatibility, the library is not Java 6 compatible as it uses core Java classes that are not present in Java 6, for example:...