So both the emit and flush methods have been modified to make sure that
only one accesses the serializer at the same time. (with the synchronized
blocks) So since the output flusher only flushes every so many millis, then
this worked for us so far. (and I think it should work) We haven't had any
issues with this either locally or on the cluster.
On Wed, Oct 15, 2014 at 5:18 PM, Ufuk Celebi <
[hidden email]> wrote: