-
Type: Bug
-
Resolution: Works as Designed
-
Priority: Major - P3
-
None
-
Affects Version/s: 3.2.11
-
Component/s: mongoimport
-
None
-
Environment:centos-6.6 mongo3.2.11
when I use mongoimport to import my csv files with replca set url strings ,I kill the primary
I think it would fail over but actually mongoimport failed ,so I can't underestand what happend
mongoimport does not support replica set ,or some other methods?
my command:
mongoimport --host=res_malie/192.168.12.11,192.168.12.12,192.168.12.13 -d malie -c subs_1 --numInsertionWorkers=64 --file=/data_mongo/script/mi_dm_subs --fieldFile=/data_mongo/script/headerline/subs.headerline_1 --type csv --writeConcern '
'