[SERVER-911] mongos proces crash during setShardVersion (solaris) Created: 14/Jan/10 Updated: 03/Apr/10 Resolved: 11/Mar/10 |
|
| Status: | Closed |
| Project: | Core Server |
| Component/s: | Sharding |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Critical - P2 |
| Reporter: | Tomasz Drobiszewski | Assignee: | Mathias Stearn |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
bash-3.00$ uname -a bash-3.00$ mongod --version |
||
| Participants: |
| Description |
|
Thu Jan 14 09:10:54 Assertion: 10429:setShardVersion failed! , max: { sk: MaxKey }, shard: "log-engine.db.dev:27019", _id: ObjId(4b4ed154107b886e64956ba2) } , max: { sk: "2009-05-122" }, shard: "log-engine.db.dev:27019", _id: ObjId(4b4ed0cb107b886e64956b9f) } |
| Comments |
| Comment by Eliot Horowitz (Inactive) [ 11/Mar/10 ] |
|
This is really a general solaris build problem. |
| Comment by Tomasz Drobiszewski [ 14/Jan/10 ] |
|
It is kind of an issue there because that shouldn't happen that way. |
| Comment by Eliot Horowitz (Inactive) [ 14/Jan/10 ] |
|
do we need to make all solaris builds static? |
| Comment by Tomasz Drobiszewski [ 14/Jan/10 ] |
|
Reproduction: bash-3.00$ mongo ) { "added" : "log-engine:27019", "ok" : 1 }> db.runCommand( { addshard : "log-engine:27018" , allowLocal : true }) { "added" : "log-engine:27018", "ok" : 1 }> db.runCommand( { enablesharding : "test" }) { "ok" : 1 }> db.runCommand( { shardcollection : "test.logs05" , key : { sk : 1}} ) { "collectionsharded" : "test.logs05", "ok" : 1 }> db.logs05.ensureIndex( {i:1}) ) ) Parallel load: |