Bug 846968
| Summary: | gluster-object: object creation fails when large number of objects are created in parallel | |||
|---|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | Saurabh <saujain> | |
| Component: | gluster-swift | Assignee: | Luis Pabón <lpabon> | |
| Status: | CLOSED ERRATA | QA Contact: | pushpesh sharma <psharma> | |
| Severity: | low | Docs Contact: | ||
| Priority: | low | |||
| Version: | 2.0 | CC: | bbandari, bengland, gluster-bugs, madam, mzywusko, perfbz, pportant, rfortier, rhs-bugs, sdharane, shaines, vagarwal, vbellur | |
| Target Milestone: | --- | |||
| Target Release: | --- | |||
| Hardware: | x86_64 | |||
| OS: | Linux | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Bug Fix | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 858440 (view as bug list) | Environment: | ||
| Last Closed: | 2013-09-23 22:32:20 UTC | Type: | Bug | |
| 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: | 858440 | |||
|
Description
Saurabh
2012-08-09 10:19:01 UTC
What was the error code for the failed operations? Also, can you paste the snippet of the log file of these errors. This is likely a combination of the current behavior reported under bug 829913, and bug 876660. In this case, because the files are distributed over two nodes, it is likely that 50% of the requests end up creating the temp file on the wrong node, and that 50% of the time, the node servicing the PUT operation in the UFO (proxy and object server combination) is not the local node. In the worse case, in the worse case, the final home of the PUT is servicing the request, but the temp file lands on the other node only to have it moved to the local node again. RHS 2.0 UFO Bugs are being set to low priority. 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/RHBA-2013-1262.html |