Skip to content

Commit

Permalink
Use ConectionPool instead of one Connection in HBase
Browse files Browse the repository at this point in the history
As part of this patch thread become monkey-patched

Closes bug 1298455

Change-Id: I2822983b2d3768bb78b1d4b11db2c64c2020ef50
  • Loading branch information
Nadya Privalova committed Mar 28, 2014
1 parent 69a9bfa commit 26a42e7
Show file tree
Hide file tree
Showing 3 changed files with 221 additions and 193 deletions.
2 changes: 1 addition & 1 deletion ceilometer/cli.py
Expand Up @@ -26,7 +26,7 @@
# NOTE(jd) We need to monkey patch the socket and select module for,
# at least, oslo.rpc, otherwise everything's blocked on its first read()
# or select()
eventlet.monkey_patch(socket=True, select=True)
eventlet.monkey_patch(socket=True, select=True, thread=True)


from oslo.config import cfg
Expand Down

0 comments on commit 26a42e7

Please sign in to comment.