Bug 870162
Summary: | Cannot abandon simple paged result search | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Noriko Hosoi <nhosoi> |
Component: | 389-ds-base | Assignee: | Rich Megginson <rmeggins> |
Status: | CLOSED ERRATA | QA Contact: | Sankar Ramalingam <sramling> |
Severity: | unspecified | Docs Contact: | |
Priority: | high | ||
Version: | 6.4 | CC: | jgalipea, jrusnack, nkinder, syeghiay |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | 389-ds-base-1.2.11.15-3.el6 | Doc Type: | Bug Fix |
Doc Text: |
Cause: The abandon request expects the operation exist. When sending an abort request, the search operation could have already finished and the operation object has been released.
Consequence: Abandoning simple paged requests sometimes fails.
Fix: It skips operation's existence checking, which is not needed.
Result: Simple paged results is always successfully aborted.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2013-02-21 08:21:23 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: |
Description
Noriko Hosoi
2012-10-25 16:51:18 UTC
From official acceptance tests, trac498 is passing. Hence marking the bug as Verified. ##############################trac498############################### trac498 - test 2 types of abandons trac498 - type 1: -abandon Search returned Simple Paged Results Search abandoned TestCase [trac498] result-> [PASS] trac498 - type 2: -pg 0 Search returned Simple Paged Results Search abandoned TestCase [trac498] result-> [PASS] dn: uid=ttestuserds97,dc=example,dc=com cn: testtestuserds97 uid: ttestuserds97 loop 1: 1: next page size (0) loop 2: 0 cookies vs. 4 filters; resetting cookie next_filter: (ou=*) Search returned 0 Search returned Simple Paged Results Search abandoned Search returned Operation completed without error Successfully abandoned search PASS Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHSA-2013-0503.html |