serenity
serenity copied to clipboard
Intel:Mesosphere oversubscription technologies for Apache Mesos
Hello, I have built Serenity with mesos-1.3.0 but when I try to load the libserenity.so to the agent I get the following error: undefined symbol: _ZNK6google8protobuf7Message13SpaceUsedLongEv Is it actually possible...
- getS, getD should return Result. Inside catch all exceptions. - Simplify use of the SerenityConfig class
Current moving average filter code (ema.cpp/ema.hpp) is a mix of "base" filter class and "exponential moving average" algorithm. **We should refactor the code:** - Create separate .hpp and .cpp for...
#149 Implemented simple tracking of products for consumption and production in components. This should be extended to keep track of specific ID of producers, to be sure that our pipelines...
#149 Implemented _std::vector consumables()_ function. Because some products are vectors, some components are consumers of vector. For easier development, we should have flattenedConsumables that will return flattened result.
SyncConsumer functionality should be implemented in Filter class.