Home
last modified time | relevance | path

Searched refs:replset (Results 1 – 13 of 13) sorted by relevance

/dports/www/nginx-full/nginx_http_gridfs_module-7970bab/mongo-c-driver/src/
H A Dmongo.c80 mongo_replset* r = conn->replset; in mongo_get_host_count()
91 mongo_replset* r = conn->replset; in mongo_get_host()
272 conn->replset->seeds = NULL; in mongo_replset_init()
273 conn->replset->hosts = NULL; in mongo_replset_init()
432 node = conn->replset->seeds; in mongo_replset_connect()
444 if( !conn->replset->hosts ) { in mongo_replset_connect()
493 if( conn->replset ) { in mongo_reconnect()
517 if( conn->replset ) { in mongo_disconnect()
532 if( conn->replset ) { in mongo_destroy()
536 bson_free( conn->replset ); in mongo_destroy()
[all …]
H A Dmongo.h142 mongo_replset *replset; /**< replset object if connected to a replica set. */ member
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_cdr_mongodb/driver/src/
H A Dmongo.c73 mongo_replset* r = conn->replset; in mongo_get_host_count()
84 mongo_replset* r = conn->replset; in mongo_get_host()
427 conn->replset->seeds = NULL; in mongo_replset_init()
428 conn->replset->hosts = NULL; in mongo_replset_init()
594 node = conn->replset->seeds; in mongo_replset_connect()
606 if( !conn->replset->hosts ) { in mongo_replset_connect()
655 if( conn->replset ) { in mongo_reconnect()
679 if( conn->replset ) { in mongo_disconnect()
694 if( conn->replset ) { in mongo_destroy()
698 bson_free( conn->replset ); in mongo_destroy()
[all …]
H A Dmongo.h165 mongo_replset *replset; /**< replset object if connected to a replica set. */ member
/dports/databases/percona-toolkit/percona-toolkit-3.3.0/src/go/internal/testutils/
H A Denv.go162 replset := hosts[rs]
164 if host, ok := replset[name]; ok {
/dports/databases/mongodb36/mongodb-src-r3.6.23/buildscripts/resmokeconfig/suites/
H A Dgenerational_fuzzer_replication.yml16 clusterType: 'replset'
/dports/www/nginx-full/nginx_http_gridfs_module-7970bab/
H A Dngx_http_gridfs_module.c80 ngx_str_t replset; /* Name of the replica set, if connecting. */ member
190 gridfs_loc_conf->replset.len = strlen( (char *)(value + 1)->data ); in ngx_http_mongo()
191 gridfs_loc_conf->replset.data = ngx_pstrdup( cf->pool, value + 1 ); in ngx_http_mongo()
506 mongo_replset_init( &mongo_conn->conn, (const char *)gridfs_loc_conf->replset.data ); in ngx_http_mongo_add_connection()
541 … "Mongo Exception: Replica set name %s does not match.", gridfs_loc_conf->replset.data); in ngx_http_mongo_add_connection()
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/mongodb_shard/tasks/
H A Dmain.yml79 - name: Get config server replset mongo_output
83 - name: Assert that replset is a config server
281 - name: Create admin user on 3.2 and 4.0 config replset
/dports/databases/mongodb36/mongodb-src-r3.6.23/etc/
H A Dsystem_perf.yml732 - "rhel70-perf-replset"
764 - "rhel70-perf-replset"
883 - "rhel70-perf-replset"
910 - "rhel70-perf-replset"
H A Dlog_redaction.audit323 20160717:dan:src/mongo/s/catalog/replset/replset_dist_lock_manager.cpp:20
324 20160717:dan:src/mongo/s/catalog/replset/sharding_catalog_client_impl.cpp:24
325 20160717:dan:src/mongo/s/catalog/replset/sharding_catalog_manager_impl.cpp:7
2337 20160711:ramon:src/mongo/s/catalog/replset/dist_lock_catalog_impl.cpp:0
2338 20160711:ramon:src/mongo/s/catalog/replset/dist_lock_catalog_impl.h:0
2339 20160711:ramon:src/mongo/s/catalog/replset/dist_lock_catalog_impl_test.cpp:0
2340 20160711:ramon:src/mongo/s/catalog/replset/replset_dist_lock_manager.h:0
2342 20160711:ramon:src/mongo/s/catalog/replset/SConscript:0
2346 20160711:ramon:src/mongo/s/catalog/replset/sharding_catalog_client_impl.h:0
2350 20160711:ramon:src/mongo/s/catalog/replset/sharding_catalog_manager_impl.h:0
[all …]
H A Dperf.yml114 # if we started a replset, initiate it and wait for it to become primary
133 # print the replset config unless this is a standalone
/dports/databases/mongodb36/mongodb-src-r3.6.23/buildscripts/resmokelib/testing/fixtures/
H A Dreplicaset.py127 if client.local.system.replset.count():
/dports/databases/nagios-check_mongodb/nagios-plugin-mongodb-9d17373/
H A Dcheck_mongodb.py360 rs_conf = con.local.system.replset.find_one()