edgelesssys / edgelessdb

EdgelessDB is a MySQL-compatible database for confidential computing. It runs entirely inside a secure enclave and comes with advanced features for collaboration, recovery, and access control.
https://edgeless.systems/products/edgelessdb
GNU General Public License v2.0
170 stars 17 forks source link

fix rare "runtime: epollcreate failed with 38" error on start #98

Closed thomasten closed 2 years ago

thomasten commented 2 years ago

Some goroutines that execute init() functions of Go packages can already run before emain is called. Thus, we must make sure that the OE modules are loaded before.