4 Commits

Author SHA1 Message Date
Oleksii Zamiatin
53aa3a57d9 Use eventletutils to check is_monkey_patched
Move monkey_patched check to oslo utils by the change
Depends-On: Ie24ecb54946bfba465d293185ebfda25691a8701

Reduce the function implementation from pika driver.

Change-Id: Ic6cf38bc842f4b829e92a20d76c1f1b64a99968c
2016-05-09 19:36:57 +03:00
Gevorg Davoian
fbc5df6645 Replace expriration_time by timer
This patch refactors some classes and methods of the pika driver by
replacing manually calculated expiration times with specialized
timer/stopwatch objects (oslo_utils.timeutils.StopWatch).

Change-Id: I28f83797eafbfa612bac748796e3e39742eb27ba
2016-04-04 14:44:02 +03:00
Nguyen Hung Phuong
3728ccc831 Fix typos in Oslo.messaging files
TrivialFix

Change-Id: If093e39ce8b163a541dd835ceb1ac0b3ab89e5a1
2016-03-29 11:02:04 +07:00
dukhlov
0aca222d96 Fix problems during unstable network
In this patch start and stop method is not raised exceptions
if connectivity problem is detected. Rasing exceptions there
exceptions are not expected by MessageHandlerServer.
It hangs server on start

Closes-Bug: #1553168

Change-Id: I891abab2a1184fa65b496ea2f7fc54894bc0b421
2016-03-16 07:14:19 -04:00