[SERVER-10499] replsets/ismaster1.js failing on Linux RHEL, 64 and 32 bit Created: 13/Aug/13  Updated: 11/Jul/16  Resolved: 22/Aug/13

Status: Closed
Project: Core Server
Component/s: Testing Infrastructure
Affects Version/s: None
Fix Version/s: 2.5.2

Type: Bug Priority: Major - P3
Reporter: Matt Kangas Assignee: Greg Studer
Resolution: Done Votes: 0
Labels: buildbot
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Operating System: ALL
Participants:

 Description   

http://buildlogs.mongodb.org/Linux%20RHEL%2064-bit/builds/1485/test/recent%20failures/ismaster1.js

Tue Aug 13 10:26:39.274 assert failed : slave had the following problems.
The result was:
{
	"setName" : "ismaster",
	"setVersion" : 1,
	"ismaster" : false,
	"secondary" : true,
	"hosts" : [
		"bs-rhel-57-64-1:31000"
	],
	"passives" : [
		"bs-rhel-57-64-1:31001"
	],
	"arbiters" : [
		"bs-rhel-57-64-1:31003"
	],
	"passive" : true,
	"me" : "bs-rhel-57-64-1:31001",
	"maxBsonObjectSize" : 16777216,
	"maxMessageSizeBytes" : 48000000,
	"localTime" : ISODate("2013-08-13T14:26:39.271Z"),
	"ok" : 1
}
It lacked the following fields which it should have contained: primary at src/mongo/shell/assert.js:7
failed to load: /data/buildslaves/Linux_RHEL_64bit/mongo/jstests/replsets/ismaster1.js


message from build #1785:

http://buildlogs.mongodb.org/Linux%20RHEL%2032-bit/builds/1785/test/replica%20sets/ismaster1.js

Mon Aug 12 17:56:25.232 assert failed : slave had the following problems.
The result was:
{
	"setName" : "ismaster",
	"setVersion" : 1,
	"ismaster" : false,
	"secondary" : true,
	"hosts" : [
		"bs-rhel-57-32-1:31000"
	],
	"passives" : [
		"bs-rhel-57-32-1:31001"
	],
	"arbiters" : [
		"bs-rhel-57-32-1:31003"
	],
	"passive" : true,
	"me" : "bs-rhel-57-32-1:31001",
	"maxBsonObjectSize" : 16777216,
	"maxMessageSizeBytes" : 48000000,
	"localTime" : ISODate("2013-08-12T21:56:25.204Z"),
	"ok" : 1
}
It lacked the following fields which it should have contained: primary at src/mongo/shell/assert.js:7
failed to load: /data/buildslaves/Linux_RHEL_32bit/mongo/jstests/replsets/ismaster1.js
 



 Comments   
Comment by auto [ 22/Aug/13 ]

Author:

{u'username': u'gregstuder', u'name': u'Greg Studer', u'email': u'greg@10gen.com'}

Message: SERVER-10499 ismaster1.js need to explicitly wait for secondary to ack master
Branch: master
https://github.com/mongodb/mongo/commit/c7412ac58c1c7052157c85bed8d07840ffe1a6fb

Generated at Thu Feb 08 03:23:19 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.