On Thu, Jul 8, 2010 at 6:15 PM, Adam Kocoloski <[email protected]> wrote:
> > > Sorry to be the bearer of bad news, but I'm -1 on these artifacts. View > group compaction is broken. The couch_view_group server calls > couch_file:delete/1 to try to remove the current index file when the > compaction is complete, but that function does not exist anymore - it's been > replaced by couch_file:delete/2, which takes the root directory as the first > argument. The process will crash, and will continue to use the old > uncompacted file when it starts up again. > > It looks like we don't have a test for view group compaction. I'm pretty > busy at the moment, perhaps someone else wants to take a look? It could be > modeled off of the compact.js test for DB compaction. Best, > Working on it. cheers > > Adam > > -- Filipe David Manana, [email protected] "Reasonable men adapt themselves to the world. Unreasonable men adapt the world to themselves. That's why all progress depends on unreasonable men."
