yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #14001
[Bug 1314129] Re: jsonutils should use simplejson on python 2.6 if available
Added all projects that sync jsonutils from oslo-incubator to the list
of affected projects.
** Also affects: ironic
Importance: Undecided
Status: New
** Also affects: nova
Importance: Undecided
Status: New
** Also affects: neutron
Importance: Undecided
Status: New
** Also affects: tuskar
Importance: Undecided
Status: New
** Also affects: sahara
Importance: Undecided
Status: New
** Also affects: keystone
Importance: Undecided
Status: New
** Also affects: cinder
Importance: Undecided
Status: New
** Also affects: heat
Importance: Undecided
Status: New
** Also affects: horizon
Importance: Undecided
Status: New
** Also affects: ceilometer
Importance: Undecided
Status: New
** Also affects: trove
Importance: Undecided
Status: New
** Also affects: glance
Importance: Undecided
Status: New
** Also affects: taskflow
Importance: Undecided
Status: New
** Also affects: python-novaclient
Importance: Undecided
Status: New
** Also affects: python-keystoneclient
Importance: Undecided
Status: New
** Also affects: marconi
Importance: Undecided
Status: New
** Also affects: python-neutronclient
Importance: Undecided
Status: New
** Also affects: oslo.messaging
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1314129
Title:
jsonutils should use simplejson on python 2.6 if available
Status in OpenStack Telemetry (Ceilometer):
New
Status in Cinder:
New
Status in OpenStack Image Registry and Delivery Service (Glance):
New
Status in Orchestration API (Heat):
New
Status in OpenStack Dashboard (Horizon):
New
Status in Ironic (Bare Metal Provisioning):
New
Status in OpenStack Identity (Keystone):
New
Status in OpenStack Message Queuing Service (Marconi):
New
Status in OpenStack Neutron (virtual network service):
New
Status in OpenStack Compute (Nova):
New
Status in Oslo - a Library of Common OpenStack Code:
New
Status in Messaging API for OpenStack:
New
Status in Python client library for Keystone:
New
Status in Python client library for Neutron:
New
Status in Python client library for Nova:
New
Status in OpenStack Data Processing (Sahara, ex. Savanna):
New
Status in Taskflow for task-oriented systems.:
New
Status in Openstack Database (Trove):
New
Status in Tuskar:
New
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