c5a6bfdca3
The current implementation of GreenPoller.poll() calls eventlet.sleep() in `while True:` loop. It causes high CPU load, so should be refactored to use queue.get() with timeout. Change-Id: I48f1d8db39c4d7df8bd7f0bc9898ebefcd8df9e8