facebook / wangle

Wangle is a framework providing a set of common client/server abstractions for building services in a consistent, modular, and composable way.
Apache License 2.0
3.05k stars 539 forks source link

FileRegionReadPool BUG #128

Closed alexliyu7352 closed 6 years ago

alexliyu7352 commented 6 years ago

When I run then FileServer example, It is shows

F0418 04:36:35.498564 16180 Singleton.cpp:149] Singleton N5folly20IOThreadPoolExecutorE/N12_GLOBAL__N_118FileRegionReadPoolE requested before registrationComplete() call. This usually means that either main() never called folly::init, or singleton was requested before main() (which is not allowed).

yfeldblum commented 6 years ago

I can fix this shortly.