Bug 1271672
| Summary: | [Cinder] Delete snapshot is stuck at future.get() db transaction | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [oVirt] ovirt-engine | Reporter: | Ori Gofen <ogofen> | ||||
| Component: | BLL.Storage | Assignee: | Daniel Erez <derez> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Ori Gofen <ogofen> | ||||
| Severity: | urgent | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 3.6.0 | CC: | acanan, amureini, bugs, gklein, masayag, ylavi | ||||
| Target Milestone: | ovirt-3.6.0-ga | Flags: | rule-engine:
ovirt-3.6.0+
rule-engine: blocker+ ylavi: planning_ack+ amureini: devel_ack+ rule-engine: testing_ack+ |
||||
| Target Release: | 3.6.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | storage | ||||||
| Fixed In Version: | ovirt-engine-3.6.0.2 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2015-11-04 13:36:20 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | Storage | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | 1264691 | ||||||
| Bug Blocks: | |||||||
| Attachments: |
|
||||||
Target release should be placed once a package build is known to fix a issue. Since this bug is not modified, the target version has been reset. Please use target milestone to plan a fix for a oVirt release. Verified on rhevm-3.6.0.2 oVirt 3.6.0 has been released on November 4th, 2015 and should fix this issue. If problems still persist, please open a new BZ and reference this one. |
Created attachment 1082830 [details] log Description of problem: Delete snapshot operation hangs when it reaches the part that uses Future interface of java.util.concurrent to interact with postgresql db, this bug is a RHEL 6.7 bug and do not reproduce on engines based on Fedora machines. Version-Release number of selected component (if applicable): rhevm-3.6-15 How reproducible: 100% Steps to Reproduce: 1.delete a cinder storage snapshot Actual results: operation fails right after it timed out Expected results: operation successful Additional info: