-
Type: Bug
-
Resolution: Won't Do
-
Priority: Major - P3
-
None
-
Affects Version/s: 3.2.9, 3.6.9, 4.0.0, 4.0.1, 4.0.2, 4.0.3, 4.0.4, 4.0.5, 4.0.6
-
Component/s: Packaging
-
Environment:Linux, Ubuntu, CentOS
-
Server Development Platform
mongoreplay does not exist in mongodb-org official repository for Linux distributions, I tried to find out exact time that it is removed, but I couldn't, I traced it up to version 3.2.9 in the apt repo, none of -tools packages have it
And also taking a look at this in packager.py:
# Remove the mongoreplay binary due to libpcap dynamic
# linkage.
if os.path.exists(sdir + "bin/mongoreplay"):
os.unlink(sdir + "bin/mongoreplay")
It is wired for a team to develop a program and then not ship that with this weird if! (If it is our work there, delete it!)
I think libpcap can be simply a dependency for mongoreplay package, libpcap is available under any distro I checked!
- depends on
-
TOOLS-2201 Mongoreplay support for new mongod traffic capture format
- Closed