multiple users have attempted to run influxdb in a docker container with a windows host and a volume mounted from windows. that causes problems because it apparently uses samba/cifs which does not support fsync on directories. this patchset will, if it receives an EINVAL on directory fsync, as is what appears to happen on samba/cifs, then it will ignore it. this should help. fixes #9833. fixes #9630. |
||
---|---|---|
.. | ||
binaryutil | ||
bloom | ||
bytesutil | ||
deep | ||
escape | ||
estimator | ||
file | ||
limiter | ||
metrics | ||
mmap | ||
pool | ||
pprofutil | ||
radix | ||
rhh | ||
slices | ||
snowflake | ||
tar | ||
testing/assert | ||
tracing | ||
README.md |
README.md
pkg/ is a collection of utility packages used by the InfluxDB project without being specific to its internals.
Utility packages are kept separate from the InfluxDB core codebase to keep it as small and concise as possible. If some utilities grow larger and their APIs stabilize, they may be moved to their own repository under the InfluxDB organization, to facilitate re-use by other projects. However that is not the priority.
Because utility packages are small and neatly separated from the rest of the codebase, they are a good place to start for aspiring maintainers and contributors. Get in touch if you want to help maintain them!