Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
None
-
ALL
Description
- Linux RHEL 64-bit Build #1484 Mon Aug 12 (rev cbbfdade)
- Linux RHEL 64-bit Build #1485
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
|
- Linux RHEL 32-bit Build #1785 Mon Aug 12 (rev cbbfdade5)
- Linux RHEL 32-bit Build #1775 Thu Aug 8 (rev 465e77533)
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
|
|