[SERVER-22081] Enable CSRS continuous stepdown workload in evergreen Created: 06/Jan/16  Updated: 23/Nov/16  Resolved: 08/Mar/16

Status: Closed
Project: Core Server
Component/s: Sharding
Affects Version/s: None
Fix Version/s: 3.2.5, 3.3.2

Type: Task Priority: Major - P3
Reporter: Kaloian Manassiev Assignee: Dianna Hohensee (Inactive)
Resolution: Done Votes: 0
Labels: test-only
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Depends
Related
is related to SERVER-21054 Add failover workload to cause CSRS c... Closed
Tested
Backwards Compatibility: Fully Compatible
Backport Completed:
Sprint: Sharding E (01/08/16), Sharding F (01/29/16), Sharding 11 (03/11/16)
Participants:
Linked BF Score: 0

 Description   

The CSRS continuous stepdown workload is currently disabled, because of intermittent failures during chunk migration. This ticket is to get it enabled and to port it back to 3.2.



 Comments   
Comment by Githook User [ 30/Mar/16 ]

Author:

{u'username': u'DiannaHohensee', u'name': u'Dianna Hohensee', u'email': u'dianna.hohensee@10gen.com'}

Message: Enabling CSRS continuous config stepdown workload in evergreen

Patches:

SERVER-22081 Enable CSRS continuous stepdown workload in evergreen
(cherry picked from commit 5be3e6bcfe523ffdce23099c71ffc23fa40c2560)

SERVER-22511 blacklisting sharding_rs1.js because of config db write without retries
(cherry picked from commit b01e99cf36b81b00def7e53f3ce4a7154770b84a)

SERVER-22081 blacklisting migrateBig.js from the sharding_continuous_config_stepdown suite: it can fail writing to config w/o retries
(cherry picked from commit 57e294758424b0a358294337918a065614cafe4a)

SERVER-22081 blacklist split_large_key.js from config stepdown suite because count() against config server has no retries
(cherry picked from commit ee050e4700001d0f9ebf8aa388c57307ff405574)

SERVER-22081 blacklisting tests from the continuous config stepdown suite that do direct writes (with no retries) against config/admin databases
(cherry picked from commit 920d38ceb07bff0ec18e2f173d942c3b743dea4b)

SERVER-22155 temporarily blacklist cleanup_orphaned_cmd_during_movechunk.js until it's improved
(cherry picked from commit f4f60232b46cc2295119f0c572d7251af4500e5d)

SERVER-22151 typo fix
(cherry picked from commit c298fa69111ec33912c9f2294de8fe8f7703ab35)

SERVER-22155 temporarily blacklist cleanup_orphaned_cmd_during_movechunk_hashed.js until it's improved
(cherry picked from commit 1cb056dc49c1bbd0fd30e5c3634e85f93c1eb3b3)

SERVER-22151 blacklist lagged_config_secondary.js and similar tests from the sharding_csrs_continuous_config_stepdown_WT test suite
(cherry picked from commit c60496946bdf5e723bfa3cfb8937e1ab10d15bee)

Conflicts:
buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml
jstests/sharding/authCommands.js
jstests/sharding/authConnectionHook.js
jstests/sharding/cleanup_orphaned_cmd_prereload.js
jstests/sharding/coll_epoch_test0.js
jstests/sharding/coll_epoch_test1.js
jstests/sharding/coll_epoch_test2.js
jstests/sharding/covered_shard_key_indexes.js
jstests/sharding/cursor_cleanup.js
jstests/sharding/delete_during_migrate.js
jstests/sharding/exact_shard_key_target.js
jstests/sharding/listDatabases.js
jstests/sharding/mapReduce_inSharded.js
jstests/sharding/mapReduce_inSharded_outSharded.js
jstests/sharding/mapReduce_nonSharded.js
jstests/sharding/mapReduce_outSharded.js
jstests/sharding/mongos_no_detect_sharding.js
jstests/sharding/mongos_no_replica_set_refresh.js
jstests/sharding/multi_mongos2.js
jstests/sharding/recovering_slaveok.js
jstests/libs/override_methods/sharding_continuous_config_stepdown.js
Branch: v3.2
https://github.com/mongodb/mongo/commit/558ee7cc36b81b4eab5d93d3620ee0806a90ae70

Comment by Githook User [ 18/Feb/16 ]

Author:

{u'username': u'DiannaHohensee', u'name': u'Dianna Hohensee', u'email': u'dianna.hohensee@10gen.com'}

Message: SERVER-22081 blacklist server_status.js from sharding_continuous_config_stepdown
testing suite: writes to config server directly, not through mongos, so there
are no retries.

(cherry picked from commit 200b1cd8caf4b617e98a486cfbf17d00108bf881)
Branch: v3.2
https://github.com/mongodb/mongo/commit/2767df9bfeb2231a54b47d02a5d146a759bfbbba

Comment by Githook User [ 28/Jan/16 ]

Author:

{u'username': u'DiannaHohensee', u'name': u'Dianna Hohensee', u'email': u'dianna.hohensee@10gen.com'}

Message: SERVER-22081 blacklisting migrateBig.js from the sharding_continuous_config_stepdown suite: it can fail writing to config w/o retries
Branch: master
https://github.com/mongodb/mongo/commit/57e294758424b0a358294337918a065614cafe4a

Comment by Githook User [ 21/Jan/16 ]

Author:

{u'username': u'DiannaHohensee', u'name': u'Dianna Hohensee', u'email': u'dianna.hohensee@10gen.com'}

Message: SERVER-22081 blacklist split_large_key.js from config stepdown suite because count() against config server has no retries
Branch: master
https://github.com/mongodb/mongo/commit/ee050e4700001d0f9ebf8aa388c57307ff405574

Comment by Githook User [ 15/Jan/16 ]

Author:

{u'username': u'DiannaHohensee', u'name': u'Dianna Hohensee', u'email': u'dianna.hohensee@10gen.com'}

Message: SERVER-22081 blacklisting tests from the continuous config stepdown suite that do direct writes (with no retries) against config/admin databases
Branch: master
https://github.com/mongodb/mongo/commit/920d38ceb07bff0ec18e2f173d942c3b743dea4b

Comment by Githook User [ 15/Jan/16 ]

Author:

{u'username': u'DiannaHohensee', u'name': u'Dianna Hohensee', u'email': u'dianna.hohensee@10gen.com'}

Message: SERVER-22081 blacklist server_status.js from sharding_continuous_config_stepdown
testing suite: writes to config server directly, not through mongos, so there
are no retries.
Branch: master
https://github.com/mongodb/mongo/commit/200b1cd8caf4b617e98a486cfbf17d00108bf881

Comment by Githook User [ 11/Jan/16 ]

Author:

{u'username': u'DiannaHohensee', u'name': u'Dianna Hohensee', u'email': u'dianna.hohensee@10gen.com'}

Message: SERVER-22081 Enable CSRS continuous stepdown workload in evergreen
Branch: master
https://github.com/mongodb/mongo/commit/5be3e6bcfe523ffdce23099c71ffc23fa40c2560

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