On Mon, Oct 4, 2010 at 9:48 AM, Adrian Pemsel <[email protected]> wrote: > Thanks for your hints. Our map functions looks good, though (basically just > a copy of a map function we previously used on other data). Does anyone know > what the Indexer does in the "FINISHING" state? I would have a look myself, > but I don't know any Erlang and the closest I have been to truly functional > programming were some OCAML programs at the university ;-) > > Thanks, >
I haven't dug into it, but last I looked, my hunch was that an extended stay in the Finishing state was due to garbage collection as the process exited. Paul Davis
