chunkio icon indicating copy to clipboard operation
chunkio copied to clipboard

Simple library to manage chunks of data in memory and file system

Results 8 chunkio issues
Sort by recently updated
recently updated
newest added

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @​takost in actions/checkout#1436 Support fetching without the --progress option...

dependencies

# The Problem Today, any errors in `chunkio` file operations will be reported to `stderr`. This is not a big deal when running an application using this library as a...

All elements created by chunkio.c:check_root_path and cio_stream.c:check_stream_path are created with hard-coded mode 0755. Therefore anyone can read the data; it is not confidential. Provide a config file option allowing a...

There are some error messages that could be more helpful with more context: `No space left on device => No space left on device. Space requested {} space available {}...

When we scan for chunks on startup, we load the list into memory, but exclude all chunks which are ultimately corrupted. This means that the library consumers are never actually...

Older linuxes as e.g. SLES 11 SP4 does not return EOPNOTSUPP for not supported filesystem. Instead it returns the generic -1 failure and sets the errno with description Operation not...

In the chunkio code there are system calls to expand files by using the system call "fallocate" that limits usage to certain file system types, this is mainly due to...

In Fluent Bit we see many corrupted chunks (resulting from previous OOM kills in Kubernetes) but they still remain on the disk indefinitely, although the `storage.delete_irrecoverable_chunks` parameter is set. ![Bildschirmfoto...