Masahiro Nakagawa

Results 14 issues of Masahiro Nakagawa

From fluentd issue. https://github.com/fluent/fluentd/issues/703 Error log is here: https://github.com/shoichikaji/fluentd-error/blob/master/log/fluentd-only-error-coolio-1.4.2.log

@taichi will work on JRuby support for Cool.io.

I tried dstep for header conversion, but dstep doesn't work. ``` sh /path/to/dev/dstep$ bin/dstep test_files/arrays.h extern (C): ``` I built dstep with 2.059(tried many 'git co') or 2.060, but results...

Enhancement request for input plugins. By default, `PluginHelper::Timer#timer_execute` launches timer immediately. This is no problem on almost cases but some plugins, e.g. in_tail, takes long time in `start` by executing...

v1
enhancement

From this thread: "How to specify own spec?" https://groups.google.com/forum/#!topic/fpm-users/GeH7xHhBo80 I didn't get the answer so I implemented this feature. To use --package-template-dir, we can specify full customized spec instead of...

More human readable version of http://fluentd.org/plugin/ Separate tables into filter, database and other sections.

For this, changing data format from Message to PackedForward is needed because Message format is not efficient when re-send events with ack.

msgpack-d has a room for performance improvement. http://forum.dlang.org/thread/[email protected] From above thread, cerealed has similar performance with msgpack-d. I use modified benchmark script which adds more types. ``` d import std.stdio;...

See: https://github.com/msgpack/msgpack/blob/master/spec.md Maybe, separating versions is needed for DUB. 0.9.x is for old specification. 1.x.x is for new specification.

Some users want this plugin to tail local file and forward events to fluentd destination. https://github.com/fujiwara/fluent-agent-hydra has a good reference implementation.

enhancement