Tags: alvinhom/fluent-bit
Tags
lib: chunkio: file: fix mmap leak due to missing mremap on syncing (f… …luent#1037) When a file is synced, the memory map size can change since there is always extra space available in the region. The current implementation did not adjusted the memory mapped size leading to keep mapped regions. This patch make sure to adjust memory map size if required. Signed-off-by: Eduardo Silva <eduardo@treasure-data.com>
filter_parser: fix error message (fluent#1008) Signed-off-by: Eduardo Silva <eduardo@treasure-data.com>
filter: compose safety Tag and fix write offset (fluent#993) Filter was trusting that input plugins was ingesting a NULL terminated value, but if the data comes from Forward this will not be the case and when calling the Routing will not match any rule. This patch add a safety tag composer plus fix a problem when setting up the write position when data has been removed. Signed-off-by: Eduardo Silva <eduardo@treasure-data.com>
output: on proxy plugin init, validate return value (fluent#949) Signed-off-by: Eduardo Silva <eduardo@treasure-data.com>
PreviousNext