← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1314129] Re: jsonutils should use simplejson on python 2.6 if available

 

** Changed in: sahara
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1314129

Title:
  jsonutils should use simplejson on python 2.6 if available

Status in OpenStack Telemetry (Ceilometer):
  Fix Committed
Status in Cinder:
  In Progress
Status in OpenStack Image Registry and Delivery Service (Glance):
  In Progress
Status in Orchestration API (Heat):
  In Progress
Status in OpenStack Dashboard (Horizon):
  Fix Committed
Status in OpenStack Bare Metal Provisioning Service (Ironic):
  Fix Committed
Status in OpenStack Identity (Keystone):
  Fix Committed
Status in OpenStack Message Queuing Service (Marconi):
  Fix Committed
Status in OpenStack Neutron (virtual network service):
  Fix Committed
Status in OpenStack Compute (Nova):
  In Progress
Status in Oslo - a Library of Common OpenStack Code:
  Fix Committed
Status in Messaging API for OpenStack:
  In Progress
Status in Python client library for Neutron:
  In Progress
Status in Python client library for Nova:
  Fix Committed
Status in OpenStack Data Processing (Sahara, ex. Savanna):
  Fix Released
Status in Taskflow for task-oriented systems.:
  Fix Committed
Status in Openstack Database (Trove):
  In Progress
Status in Tuskar:
  Fix Committed

Bug description:
  Python 2.6 ships 'json' module that is very slow because it's written
  in pure Python. Python 2.7 updated [1] its 'json' module from
  simplejson PyPI repo with a version that is based on C extension (and
  quick). Quoting: "Updated module: The json module was upgraded to
  version 2.0.9 of the simplejson package, which includes a C extension
  that makes encoding and decoding faster. (Contributed by Bob Ippolito;
  issue 4136.)"

  We should strive to use simplejson library when running on Python 2.6.

  [1]: https://docs.python.org/dev/whatsnew/2.7.html

To manage notifications about this bug go to:
https://bugs.launchpad.net/ceilometer/+bug/1314129/+subscriptions