Best unofficial Apache Server developers community |
| |||||
| Feb 7, 2012 | |||||
|
Bulgogi |
|
||||
| Tags: | |||||
|
Config servers never get rid of stale replica set members June 21, 2011 08:31:34 PM We have a shard set-up with 2 shards, each of which is a replica set with a primary, a secondary, and an arbiter. Today, we upgraded the two replica sets to larger machines by adding new members and promoting them to masters. On the config… Replica Set Issues : does not belong to replica set as a non-passive member September 12, 2011 07:18:46 AM Hi Guys, I am looking for some help because i am running out of ideas. Every time run command db.addshard i get a message { "ok" : 0, "errmsg" : "host yy.yy.yy.yy:27017 does not belong to replica set as a non-passive memberset1" } I have a… Removed RS member still called by mongos January 27, 2012 07:54:02 AM Hi! It seems to be a bug when using rs.remove() to remove replica set members. After doing rs.remove() we have to restart all our mongos routers. We can reproduce the error by: 1. Add a new node to the replica set with rs.add() 2. Let the new… Created] (SLING-2252) If a config is removed and a different config is to be installed perform an up October 20, 2011 04:34:35 AM If a config is removed and a different config is to be installed perform an update 3 Member Replica Set - 2 Members go down January 11, 2012 05:10:33 PM Hi All, Given the following scenario: 3 standard nodes in a Replica Set When 2 Secondary members go down And the Primary relinquished Primary status and becomes Secondary How do I force it to be Primary? The only thing I can think of is to shut… Re: Re: Re: replica set primary member is down July 1, 2011 04:45:14 AM This is a multi-part message in MIME format. I now add the arbitor, the problem is the rs.addArb() operation must be done on the primary node, but it is down. And I can't do any operation from the mongos node any operation might cause the… Adding a former member to the replica set August 24, 2011 01:34:57 PM Hi, based on the information on http://www.mongodb.org/display/DOCS/Adding+a+New+Set+Member ... if I wanted to add a former member "B", I'll do rs.add({_id : 1, host : "B"}). However, if I'm using DNS names for hostnames and if those names change… Removing a replica set member July 29, 2010 03:17:47 AM What's the best way to remove a replica member? Removing a replica set member October 7, 2010 04:01:17 PM Hi, What's the recommended way of removing a member from a replica set? Should I modify the config object and reconfig? Is there a helper command for removing a member? Regards, nipra Adding a new replica member February 3, 2012 07:22:13 AM Our replica had some major problems (either a corrupt oplog or corrupt disk) so we canned it and built a new one. We have about 390 gigs of data on the master that needs to be synced to the replica. Unfortunately it gets about 20 hours into syncing… replica set primary member is down July 1, 2011 02:23:17 AM This is a multi-part message in MIME format. I have a two shards cluster, each is a two-member replset. Now one member was down and the physical machine can't work, I need to change for a new machine. How should I reconfig the shard configuration.… Exceptions on a replica member December 13, 2010 11:26:46 AM I started seeing these errors in a member of a replica set, it looks like an internal error on the mongod, but the member actually seems to be fully functional, I have not run repair just yet, as I wanted to share this condition and see if anyone… Slave of Replica-Set Member January 11, 2011 11:45:47 AM 1. Is it possible to have a slave of a replica-set member ? 2. Also I am getting a weird situation in a replica-set. I have 3 members in a replica set. When I kill the primary, one of the secondary becomes the primary. So far so good. But when I… Replica set member stays on RECOVERING December 8, 2010 09:33:23 AM Hi, One of my nodes failed and was brought back up, but never gets out of recovering. The "status" shows a few things, including resyncing, and I can often see CPU and disk activity, but it basically just hangs on RECOVERING for most of the time.… problem adding a member to a replica set October 17, 2011 08:50:22 AM Hi, I've got the following error: PRIMARY> rs.add("volga.test:27021"); { "assertion" : "need most members up to reconfigure, not ok : volga.test:27021", "assertionCode" : 13144, "errmsg" : "db assertion failure", "ok" : 0 } PRIMARY>… changing priority of a replica set member October 7, 2010 01:09:29 PM What's the command to use in the mongo shell to change the priority of an existing member of a replica set? I currently have a three node set where all the nodes have the default priority of 1. Changing the hostname of a replica set member? May 5, 2011 03:01:40 PM I created a replica set using the default options, on an EC2 machine. When I did that, it used the internal EC2 hostname for the member instead of the public/elastic hostname for the primary. What's the right way to change this? Can I just change… Do I need to add a replica set member to the sharding configuration too? February 10, 2011 07:33:53 AM When adding a shard, one has to specify the shard's replica set name as well as a list of servers. If I add a new replica set member tomorrow, do I need to add this server address to the sharding configuration as well? I noticed that if this new… Question about adding a new member to replica set January 17, 2012 07:01:45 AM Hi all, I've seen some conflicting messages about how to add a new member to a replica set. Following the documentation on MongoDB site, I successfully added a new replica member by: 1) logging to primary server for the replica set 2) used… Is that possible to force a replica set member become primary ? August 8, 2010 10:44:49 PM Hi there ! if we have 2 data center , and the struct like this: (DC01) / main = shared 1 |= replica set 01 - member A (primary) |= replica set 01 - arbiter A = shard 2 |= replica set 02 - member A (primary) |= replica set 02 - arbiter A | … Member Server DNS records being removed over night May 24, 2011 Following further investigations from my previous question , and the good advice of @Shane Madden I have the following environment: 2x Windows… Mongodb do i need to put my config servers on separate servers? April 16, 2011 i assume yes since if an instance goes down all 3 go down? Member gets member: granting points April 20, 2011 Hi there, My site has a recommend to a friend button. To encourage people to use this functionality I want to reward those who use it with points… Is it OK to shard mongodb without replica set? May 15, 2011 Lets say I have 4 database servers. I want to add them to the "shard" cluster. That's it. No replica set, no nothing. Just 4 servers. If I turn… Does every server in a MongoDB replica set need to have exactly the same RAM? May 12, 2011 Can I set up a replica set in MongoDB 1.8 using servers with different amounts of RAM? server1: 5gb server2: 2gb server3: 4gb If yes, what are the… MongoDB is not distributing reads in a replica set May 4, 2011 We have three servers in a replica set. For the sake of example, ServerA is primary, while ServerB and ServerC are secondaries. While stress testing… What IP does my web server connect to after I set up replica set in Mongo? May 7, 2011 Install Mongo on A. Start the server: $ mongod --rest --replSet myset rs.initiate() on A. Install Mongo on B. Start the server: $ mongod --rest… In order to support Failover in mongodb we have to configure replica set along with Autosharding? February 3, 2011 Hi,I am undergoing testing on mongodb AutoSharding and failover.Whether replicaset has to configured along with mongodb autosharding inorder to… BIND9 DNS server config file ( named.config.options) May 2, 2011 options { version "Not available"; directory "/var/cache/bind"; forwarders { 212.129.64.220; 212.129.64.221; }; acl "mynetworks" { 127/8;… Nginx traffic is going to wrong upsteam when mixing named servers and default servers June 24, 2011 I have the below config file for nginx. The problem is all traffic is going to upstream clustera. How do I configure nginx to only send traffic for… Is it beneficial to add more hbase servers without adding more hdfs servers? May 20, 2011 I'm using Eucalyptus and am considering putting hdfs and hbase on our node controllers. Would running hbase on some of our instances improve… Set data in Cassandra is removed by itself June 1, 2011 Hi, Data that I set is removed when I get out of Cassandra... When I go back to get the data, I get this error:… Memcached - How to prevent an item from being removed February 9, 2011 I'm using the beitmemcached client in my application. Is there a way of preventing a cached value from being removed when the cache grows too large?… Removed digits while inserting into mysql (php) February 8, 2011 Hi I´m inserting data (just 3 fields) in a mysql table. The problem is when inserting one of those, a number (3 digits) in a tinyint (also tried… White space in database not being removed. March 14, 2011 I have some white space at the begging of a paragraph in a text field in MySQL. Using trim($var_text_field) in PHP or TRIM(text_field) in MySQL… Get the member id from database June 15, 2011 I am trying to get the memberid corresponding to text enter into the textbox like this SELECT member_Id FROM members WHERE… Should apache ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ line be removed in production? June 7, 2011 Here is the part of my current apache config that refers to cgi-bin stuff. This info was included in the default configuration in debian. Should… What does "The indexes PRIMARY and id seem to be equal and one of them could possibly be removed." mean? March 31, 2011 What does this mean and how can I fix it? Why is PHP still working under apache2 after I have removed both mpm-prefork and mpm-worker ! March 15, 2011 I have uninstalled both mpm-prefork and mpm-worker from my apache2 installation on ubuntu linux, but PHP pages are still being server ! Why is this… Mysql: deleting rows vs. using a "removed" column May 31, 2011 I was previously under the impression that deleting rows in an autoincremented table can harm SELECT performance, and so I've been using a tinyint… | |||||
(41 lines) Feb 7, 2012 19:02
(50 lines) Feb 7, 2012 19:47
(62 lines) Feb 7, 2012 20:02
(27 lines) Feb 8, 2012 23:36
(50 lines) Feb 9, 2012 18:52
(56 lines) Feb 9, 2012 21:46