Vitaly Bogdanov
Vitaly Bogdanov
Could you please make it more specific which checks this command should perform?
Different service providers may have different requirements on performance and availability. Some of them may even not need distributed databases. And using another db instead of ETCD may significantly simplify...
@anandrgitnirman , thank you for analysis. As far as I see most of the work we have is done in gRPC requests. We also have HTTP handler and it forwards...
Just was not sure if GracefulStop blocks until gRPC requests in progress are finished. Documentation says that it is the case. So it can be enough.
Guys, I think we definitely need a test for this use case as it is critical one. Please either reopen it or open new issue for the test.
I suggest adding a unit test to check this on building stage.
> the flame-graph also points at opencog::SourceSet which looses huge amounts of time in boost which calls operator== which calls pthread stuff Linas thank you for spotting this. I believe...
Is this this issue still actual?
I mean does this issue repeat? I don't see it for a long time.
I just realized that relex unit tests doesn't have asserts actually. I would propose dividing them on two sets: - add asserts to passed unit tests to guarantee they stay...