Bug 435734
| Summary: | page fault handling may keep mmap_sem for a long time | ||
|---|---|---|---|
| Product: | Red Hat Enterprise MRG | Reporter: | Roland Westrelin <roland.westrelin> |
| Component: | realtime-kernel | Assignee: | Peter Zijlstra <pzijlstr> |
| Status: | CLOSED WONTFIX | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 1.0 | CC: | bhu, lwang, williams |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-01-05 21:10:14 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
Roland Westrelin
2008-03-03 16:37:08 UTC
What workload are you seeing problems in? Typically paging is discouraged in RT workloads due to its non-deterministic character. Also, what contenders for the mmap_sem do you have, other page-faults, or something else? The workload is a real-time java program running on top of a real-time JVM. We are seeing a RT thread delayed by a non-realtime thread performing mmap I/Os. When that happens the RT thread is in the kernel, handling a write to a write-protected memory area (a mechanism we use to have the thread stop executing its java code and then from the SIGSEV do some work on behalf of the VM). |