[SERVER-27203] Queryable WT incorrectly read config string Created: 29/Nov/16  Updated: 05/Apr/17  Resolved: 01/Dec/16

Status: Closed
Project: Core Server
Component/s: Storage
Affects Version/s: 3.4.0
Fix Version/s: 3.4.1, 3.5.1

Type: Bug Priority: Major - P3
Reporter: Daniel Gottlieb (Inactive) Assignee: Daniel Gottlieb (Inactive)
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Backwards Compatibility: Fully Compatible
Operating System: ALL
Backport Completed:
Sprint: Storage 2016-12-12
Participants:

 Description   

A WT extension looks like

extensions=[local={entry=functionName,early_load=true,config={key="value"}},]

Previously the config string passed in was:

{entry=functionName,early_load=true,config={key="value"}}

However now, only the "config" piece is passed in:

{key="value"}

The code is still trying to parse the "config" value out of the string which results in an error and failure to start up.



 Comments   
Comment by Githook User [ 01/Dec/16 ]

Author:

{u'username': u'dgottlieb', u'name': u'Daniel Gottlieb', u'email': u'daniel.gottlieb@10gen.com'}

Message: SERVER-27203: Parse new-style WT extension config inputs

(cherry picked from commit 672c5fe6edacbf389766e18a74ced184c042b2c8)
Branch: v3.4
https://github.com/10gen/mongo-enterprise-modules/commit/d05efc86306bda73c544db749d4a0d7fc6643956

Comment by Githook User [ 01/Dec/16 ]

Author:

{u'username': u'dgottlieb', u'name': u'Daniel Gottlieb', u'email': u'daniel.gottlieb@10gen.com'}

Message: SERVER-27203: Parse new-style WT extension config inputs
Branch: master
https://github.com/10gen/mongo-enterprise-modules/commit/672c5fe6edacbf389766e18a74ced184c042b2c8

Generated at Thu Feb 08 04:14:27 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.