Thanks! The map/reduce function being executed
is map_get_old_processed_files/3:

https://gist.github.com/oleksiyk/abdb48ebd4554d3a40e1

The request is (in Javascript):

var request = {
        inputs: ['fs_files', accountId + '.processed.files'],
        query: [{
            map: {
                module: 'riakfs_storage_stats',
                function: 'map_get_old_processed_files',
                language: 'erlang',
                keep: true,
                arg: from.toDate().toISOString()
            }
        }]
    };

The bucket is of a custom type, but nothing special, just sets a LevelDB
backend with default options.

On 26 October 2014 02:28, Christopher Meiklejohn <
christopher.meiklej...@gmail.com> wrote:

> Hi,
>
> Can you please send the map-reduce job you tried to run and I would be
> happy to debug it.
>
> Chris
>
> > On Oct 25, 2014, at 22:51, Oleksiy Krivoshey <oleks...@gmail.com> wrote:
> >
> > Hi!
> >
> > Once in a few days I got the following error in my Riak cluster:
> >
> > 2014-10-25 03:01:23.731 [error] <0.221.0> Supervisor
> riak_pipe_fitting_sup had child undefined started with
> riak_pipe_fitting:start_link() at <0.22692.2455> exit with reason noproc in
> context shutdown_err
> > or
> > 2014-10-25 05:00:09.896 [error] <0.221.0> Supervisor
> riak_pipe_fitting_sup had child undefined started with
> riak_pipe_fitting:start_link() at <0.27111.2457> exit with reason noproc in
> context shutdown_err
> > or
> >
> > The client application exits with a connection timeout error when
> hitting this error.
> >
> > Please suggest what does this mean and how to fix it?
> >
> > Thanks!
> >
> > --
> > Oleksiy
> > _______________________________________________
> > riak-users mailing list
> > riak-users@lists.basho.com
> > http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
>



-- 
Oleksiy Krivoshey
_______________________________________________
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to