Details
-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b152
-
linux
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8212512 | 8u202 | David Buck | P3 | Resolved | Fixed | b01 |
JDK-8208935 | 8u201 | David Buck | P3 | Resolved | Fixed | b01 |
JDK-8196857 | 8u192 | David Buck | P3 | Resolved | Fixed | b01 |
JDK-8199820 | 8u191 | David Buck | P3 | Resolved | Fixed | b01 |
JDK-8201846 | 8u181 | David Buck | P3 | Resolved | Fixed | b31 |
JDK-8199832 | 8u172 | David Buck | P3 | Resolved | Fixed | b31 |
JDK-8198389 | 8u162 | David Buck | P3 | Resolved | Fixed | b35 |
JDK-8216836 | emb-8u201 | David Buck | P3 | Resolved | Fixed | master |
JDK-8211528 | emb-8u191 | David Buck | P3 | Resolved | Fixed | master |
Description
The exception was due to the newly added call to fallocate.
The linux man pages say [1]:
EOPNOTSUPP
The filesystem containing the file referred to by fd does not
support this operation; or the mode is not supported by the
filesystem containing the file referred to by fd.
Seems like the problem only occurs with certain file systems (e.g. NFS mounts).
I guess they still need to be supported and a fallback path is needed.
[1] http://man7.org/linux/man-pages/man2/fallocate.2.html
Attachments
Issue Links
- backported by
-
JDK-8196857 (ch) linux io_util_md: Operation not supported exception after 8168628
- Resolved
-
JDK-8198389 (ch) linux io_util_md: Operation not supported exception after 8168628
- Resolved
-
JDK-8199820 (ch) linux io_util_md: Operation not supported exception after 8168628
- Resolved
-
JDK-8199832 (ch) linux io_util_md: Operation not supported exception after 8168628
- Resolved
-
JDK-8201846 (ch) linux io_util_md: Operation not supported exception after 8168628
- Resolved
-
JDK-8208935 (ch) linux io_util_md: Operation not supported exception after 8168628
- Resolved
-
JDK-8211528 (ch) linux io_util_md: Operation not supported exception after 8168628
- Resolved
-
JDK-8212512 (ch) linux io_util_md: Operation not supported exception after 8168628
- Resolved
-
JDK-8216836 (ch) linux io_util_md: Operation not supported exception after 8168628
- Resolved
- relates to
-
JDK-8168628 (fc) SIGBUS when extending file size to map it
- Resolved