leil-io / saunafs

SaunaFS is a free-and open source, distributed POSIX file system inspired by Google File System.
https://saunafs.com
GNU General Public License v3.0
62 stars 5 forks source link

fix: Unhandled exception in plugin_manager.cc #237

Closed uristdwarf closed 2 weeks ago

uristdwarf commented 3 weeks ago

An unhandled exception could occur when searching for plugins, which would cause chunkserver to fail to start chunkserver.

Fixes #220