~ubuntu-branches/ubuntu/saucy/python-happybase/saucy

« back to all changes in this revision

Viewing changes to TODO.rst

  • Committer: Package Import Robot
  • Author(s): Thomas Goirand
  • Date: 2013-05-30 13:56:42 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130530135642-tveld2y1dbkhmuv3
Tags: 0.6-1
* New upstream release (Closes: #712971).
* Ran wrap-and-sort.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
* Automatic retries for failed operations (but only those that can be retried)
15
15
 
16
 
* Connection pooling (maybe based on PyCassa's ConnectionPool?)
17
 
 
18
 
* Thread safety. This involves at least coordinating access to the socket
19
 
  connection to HBase's Thrift gateway.
20
 
 
21
16
* Port HappyBase over to the (still experimental) HBase Thrift2 API when it
22
17
  becomes mainstream, and expose more of the underlying features nicely in the
23
18
  HappyBase API.