infinyon / fluvio

Lean and mean distributed stream processing system written in rust and web assembly. Alternative to Kafka + Flink in one.
https://www.fluvio.io/
Apache License 2.0
3.79k stars 500 forks source link

fix: update sysinfo and fix fd leak on linux #4163

Closed fraidev closed 4 weeks ago

fraidev commented 4 weeks ago

Update sysinfo to 0.31.4 and fix file descriptor leak on Linux. sysinfo leaks file descriptors on Linux if the limit is not set.

Spu Before:

▷ ls /proc/570230/fd/ | wc -l
1114

Spu After:

▷ ls /proc/574099/fd/ | wc -l
19