Actions
Issue #1528
closedPulp doesn't work with python-pymongo >= 3, as found in Fedora Rawhide
Start date:
Due date:
Estimated time:
Severity:
3. High
Version:
Master
Platform Release:
2.8.0
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:
Description
Pulp cannot connect to MongoDB on Fedora Rawhide:
$ dnf info python-pymongo
Last metadata expiration check performed 1 day, 7:17:12 ago on Tue Jan 12 16:27:32 2016.
Installed Packages
Name : python-pymongo
Arch : x86_64
Epoch : 0
Version : 3.0.3
Release : 2.fc24
Size : 1.3 M
Repo : @System
From repo : rawhide
Summary : Python driver for MongoDB
URL : http://api.mongodb.org/python
License : ASL 2.0 and MIT
Description : The Python driver for MongoDB.
[rbarlow@boole pulp]$ sudo -u apache pulp-manage-db
Attempting to connect to localhost:27017
Could not connect to MongoDB at localhost:27017:
Cannot connect to database default :
Unknown option max_pool_size
We will need to determine what to do to support pymongo 2 and pymongo 3.
Related issues
Updated by rbarlow almost 9 years ago
Here is the changelog:
Updated by rbarlow almost 9 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to rbarlow
Updated by rbarlow almost 9 years ago
- Version set to Master
- Platform Release set to 2.8.0
Updated by rbarlow almost 9 years ago
- Status changed from ASSIGNED to POST
Added by rbarlow almost 9 years ago
Updated by rbarlow almost 9 years ago
- Blocked by Task #1559: Pulp's fedorapeople repository needs to distribute pymongo >= 3.0.0 added
Updated by ipanova@redhat.com almost 9 years ago
Handtested with pymongo3.2 and mongoengine 0.10.5. Migrations and connections to mongodb performed with no issues.
Added by rbarlow almost 9 years ago
Added by rbarlow almost 9 years ago
Updated by rbarlow almost 9 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulp|644b607528c406fddc69b2c07fa491c2497235a4.
Updated by dkliban@redhat.com almost 9 years ago
- Status changed from MODIFIED to 5
Updated by rbarlow over 8 years ago
- Status changed from 5 to 6
Pulp has been working with pymongo 3.2 in pulp-smash.
Updated by dkliban@redhat.com over 8 years ago
- Status changed from 6 to CLOSED - CURRENTRELEASE
Actions
Do not index the errata id twice.
It is an error in pymongo >= 3 to create two indices with different parameters and the same id. This commit eliminates a redundant index in the Errata unit.
https://pulp.plan.io/issues/1528
re #1528