[MCOL-4828] Retrieve and log perror value for low level POSIX file methods. Created: 2021-07-31 Updated: 2021-10-20 |
|
| Status: | Open |
| Project: | MariaDB ColumnStore |
| Component/s: | PrimProc |
| Affects Version/s: | 5.6.2 |
| Fix Version/s: | Icebox |
| Type: | New Feature | Priority: | Major |
| Reporter: | Roman | Assignee: | Roman |
| Resolution: | Unresolved | Votes: | 1 |
| Labels: | None | ||
| Description |
|
The current error handling code in IOM::thr_popper() (JFYI the class name is not precise) can't tell what actually goes wrong when pread fails, e.g. it is impossible to understand why GlusterFS fails reading compression headers in updateptrs() so it is unclear how to manage with the problem. |