Bug 478204

Summary: Support LDAP abandon operation
Product: [Retired] penrose Reporter: Chandrasekar Kannan <ckannan>
Component: EngineAssignee: Endi Sukma Dewata <edewata>
Status: CLOSED EOL QA Contact: Ben Levenson <benl>
Severity: low Docs Contact:
Priority: medium    
Version: 2.0CC: benl, nmalki, ykaul
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-03-27 20:13:44 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 471500    

Description Chandrasekar Kannan 2008-12-27 08:08:34 UTC
When I cancel a slow/long operation from my ldap client (softerra) penrose doesn't stop the query against the underlaying db. It will
continue even though the client has been gone. Is there a way to correct this behavior so that the server stop searches that are
abandoned by the client?

=========================================================
Issue dump from jira
$VAR1 = {
          'priority' => '3',
          'customFieldValues' => [],
          'project' => 'PENROSE',
          'status' => '1',
          'components' => [
                            {
                              'name' => 'Engine',
                              'id' => '10009'
                            },
                            {
                              'name' => 'Listeners',
                              'id' => '10070'
                            }
                          ],
          'reporter' => 'jimyang',
          'key' => 'PENROSE-232',
          'assignee' => 'jimyang',
          'summary' => 'Support LDAP abandon operation',
          'id' => '10731',
          'updated' => '2008-03-21 10:44:03.0',
          'votes' => '0',
          'fixVersions' => [
                           {
                             'releaseDate' => '2008-09-18 00:00:00.0',
                             'sequence' => '31',
                             'name' => 'Penrose-2.1',
                             'released' => 'false',
                             'id' => '10130',
                             'archived' => 'false'
                           }
                         ],
          'affectsVersions' => [],
          'description' => 'When I cancel a slow/long operation from my ldap client (softerra) penrose doesn't stop the query against the underlaying db. It will
continue even though the client has been gone. Is there a way to correct this behavior so that the server stop searches that are
abandoned by the client?',
          'created' => '2007-06-18 21:57:58.0',
          'type' => '2'
        };


=========================================================

Comment 1 Jim Yang 2009-01-26 15:49:36 UTC
Endi needs to add doc to this.

Comment 2 Endi Sukma Dewata 2009-01-27 18:03:26 UTC
The LDAP abandon operation has been implemented for LDAP search operation. Other LDAP operations cannot be abandoned in version 2.0.