-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Major - P3
-
None
-
Affects Version/s: 4.2.9
-
Component/s: None
-
None
-
Server Development Platform
-
ALL
-
None
-
None
-
None
-
None
-
None
-
None
-
None
The ADL team has noticed that some of the published mqlrun binaries are quite large. E.g. https://s3.amazonaws.com/downloads.10gen.com/linux/mh-linux-x86_64-enterprise-rhel70-v4.2-latest.tgz results in a 1.2GB file:
$ ls -l mh-linux-x86_64-enterprise-rhel70-4.2.9-27-ge41d7e8/ total 2547072 -rwxr-xr-x 1 david staff 1.2G Aug 24 23:07 mqlrun* $ file mh-linux-x86_64-enterprise-rhel70-4.2.9-27-ge41d7e8/mqlrun mh-linux-x86_64-enterprise-rhel70-4.2.9-27-ge41d7e8/mqlrun: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=dc480a7c6894b63d615876202428be67933f370c, with debug_info, not stripped
This does not seem to be the case for 4.4 binaries (which use a different archive format as well).