On Fri, Apr 15, 2011 at 07:03, <rhuij...@apache.org> wrote: >... > Instead of installing a wq operation to remove records from the database > in the commit processing, just perform the operation directly. > > Working queue operations are for synchronizing the working copy with the > database. In this case the working copy doesn't change at all.
They are also used to ensure that N separate database operations are all completed. You don't want the deletes to happen without the rest of the commit processing, too. Given that... does this change still make sense? I'm not really sure of the node removal within the larger context of the commit. Cheers, -g