Author: spadkins
Date: Thu Jan 17 06:46:25 2008
New Revision: 10578

Modified:
   p5ee/trunk/App-WorkQueue/lib/App/WorkQueue.pm

Log:
fix a small bug causing big problems in _maintain_queue_buffers for release

Modified: p5ee/trunk/App-WorkQueue/lib/App/WorkQueue.pm
==============================================================================
--- p5ee/trunk/App-WorkQueue/lib/App/WorkQueue.pm       (original)
+++ p5ee/trunk/App-WorkQueue/lib/App/WorkQueue.pm       Thu Jan 17 06:46:25 2008
@@ -1762,8 +1762,6 @@
         }
         elsif ($op eq "release") {
             #$context->log({level=>3}, "WQ: _maintain_queue_buffers : entry 
release begin\n");
-            $self->_release_in_mem($entry, $columns, $values);
-
             my $status_attrib = $self->{status_attrib};
             my $STATUS_ACQUIRED = $self->{STATUS_ACQUIRED};
             my $release_without_acquire = 0;
@@ -1802,7 +1800,6 @@
                 my $context = $self->{context};
                 $context->log("WorkQueue: release: released something not in 
memory entry=[$entry] nrows=[$nrows] 
release_without_acquire=[$release_without_acquire]\n");
             }
-
             #$context->log({level=>3}, "WQ: _maintain_queue_buffers : entry 
release end\n");
         }
         elsif ($op eq "unacquire") {

Reply via email to