File tree Expand file tree Collapse file tree 5 files changed +66
-15
lines changed Expand file tree Collapse file tree 5 files changed +66
-15
lines changed Original file line number Diff line number Diff line change 39
39
" convertToCapped" ,
40
40
" createCollection" ,
41
41
" createIndex" ,
42
+ " createSearchIndexes" ,
42
43
" dropCollection" ,
43
44
" find" ,
44
- " insert"
45
+ " insert" ,
46
+ " updateSearchIndex"
45
47
]
46
48
},
47
49
{
59
61
" createCollection" ,
60
62
" createIndex" ,
61
63
" createRole" ,
64
+ " createSearchIndexes" ,
62
65
" createUser" ,
63
66
" dbStats" ,
64
67
" dropCollection" ,
73
76
" revokeRole" ,
74
77
" setAuthenticationRestriction" ,
75
78
" startBackup" ,
79
+ " updateSearchIndex" ,
76
80
" viewRole" ,
77
81
" viewUser"
78
82
]
88
92
" convertToCapped" ,
89
93
" createCollection" ,
90
94
" createIndex" ,
95
+ " createSearchIndexes" ,
91
96
" dropCollection" ,
92
97
" find" ,
93
- " insert"
98
+ " insert" ,
99
+ " updateSearchIndex"
94
100
]
95
101
},
96
102
{
113
119
" convertToCapped" ,
114
120
" createCollection" ,
115
121
" createIndex" ,
122
+ " createSearchIndexes" ,
116
123
" dropCollection" ,
117
124
" find" ,
118
125
" insert" ,
119
126
" remove" ,
120
- " update"
127
+ " update" ,
128
+ " updateSearchIndex"
121
129
]
122
130
},
123
131
{
132
140
" convertToCapped" ,
133
141
" createCollection" ,
134
142
" createIndex" ,
143
+ " createSearchIndexes" ,
135
144
" dbHash" ,
136
145
" dbStats" ,
137
146
" dropCollection" ,
138
147
" dropIndex" ,
148
+ " dropSearchIndex" ,
139
149
" find" ,
140
150
" insert" ,
141
151
" killCursors" ,
142
152
" listCollections" ,
143
153
" listIndexes" ,
154
+ " listSearchIndexes" ,
144
155
" planCacheRead" ,
145
156
" remove" ,
146
157
" renameCollectionSameDB" ,
147
- " update"
158
+ " update" ,
159
+ " updateSearchIndex"
148
160
]
149
161
},
150
162
{
158
170
" convertToCapped" ,
159
171
" createCollection" ,
160
172
" createIndex" ,
173
+ " createSearchIndexes" ,
161
174
" dropCollection" ,
162
175
" find" ,
163
- " insert"
176
+ " insert" ,
177
+ " updateSearchIndex"
164
178
]
165
179
},
166
180
{
175
189
" convertToCapped" ,
176
190
" createCollection" ,
177
191
" createIndex" ,
192
+ " createSearchIndexes" ,
178
193
" dbHash" ,
179
194
" dbStats" ,
180
195
" dropCollection" ,
181
196
" dropIndex" ,
197
+ " dropSearchIndex" ,
182
198
" find" ,
183
199
" insert" ,
184
200
" killCursors" ,
185
201
" listCollections" ,
186
202
" listIndexes" ,
203
+ " listSearchIndexes" ,
187
204
" planCacheRead" ,
188
205
" remove" ,
189
206
" renameCollectionSameDB" ,
190
- " update"
207
+ " update" ,
208
+ " updateSearchIndex"
191
209
]
192
210
},
193
211
{
197
215
},
198
216
"actions" : [
199
217
" createIndex" ,
218
+ " createSearchIndexes" ,
200
219
" find"
201
220
]
202
221
},
211
230
" convertToCapped" ,
212
231
" createCollection" ,
213
232
" createIndex" ,
233
+ " createSearchIndexes" ,
214
234
" dropCollection" ,
215
235
" find" ,
216
- " insert"
236
+ " insert" ,
237
+ " updateSearchIndex"
217
238
]
218
239
},
219
240
{
247
268
" convertToCapped" ,
248
269
" createCollection" ,
249
270
" createIndex" ,
271
+ " createSearchIndexes" ,
250
272
" dbHash" ,
251
273
" dbStats" ,
252
274
" dropCollection" ,
258
280
" killCursors" ,
259
281
" listCollections" ,
260
282
" listIndexes" ,
261
- " planCacheRead"
283
+ " listSearchIndexes" ,
284
+ " planCacheRead" ,
285
+ " updateSearchIndex"
262
286
]
263
287
},
264
288
{
286
310
" killCursors" ,
287
311
" listCollections" ,
288
312
" listIndexes" ,
313
+ " listSearchIndexes" ,
289
314
" planCacheRead"
290
315
]
291
316
},
315
340
" convertToCapped" ,
316
341
" createCollection" ,
317
342
" createIndex" ,
343
+ " createSearchIndexes" ,
318
344
" dbHash" ,
319
345
" dbStats" ,
320
346
" dropCollection" ,
326
352
" killCursors" ,
327
353
" listCollections" ,
328
354
" listIndexes" ,
329
- " planCacheRead"
355
+ " listSearchIndexes" ,
356
+ " planCacheRead" ,
357
+ " updateSearchIndex"
330
358
]
331
359
},
332
360
{
340
368
" convertToCapped" ,
341
369
" createCollection" ,
342
370
" createIndex" ,
371
+ " createSearchIndexes" ,
343
372
" dropCollection" ,
344
373
" find" ,
345
- " insert"
374
+ " insert" ,
375
+ " updateSearchIndex"
346
376
]
347
377
},
348
378
{
356
386
" convertToCapped" ,
357
387
" createCollection" ,
358
388
" createIndex" ,
389
+ " createSearchIndexes" ,
359
390
" dropCollection" ,
360
391
" find" ,
361
- " insert"
392
+ " insert" ,
393
+ " updateSearchIndex"
362
394
]
363
395
},
364
396
{
375
407
" killCursors" ,
376
408
" listCollections" ,
377
409
" listIndexes" ,
410
+ " listSearchIndexes" ,
378
411
" planCacheRead"
379
412
]
380
413
},
389
422
" convertToCapped" ,
390
423
" createCollection" ,
391
424
" createIndex" ,
425
+ " createSearchIndexes" ,
392
426
" dropCollection" ,
393
427
" find" ,
394
- " insert"
428
+ " insert" ,
429
+ " updateSearchIndex"
395
430
]
396
431
},
397
432
{
Original file line number Diff line number Diff line change 78
78
" killCursors" ,
79
79
" listCollections" ,
80
80
" listIndexes" ,
81
+ " listSearchIndexes" ,
81
82
" moveChunk" ,
82
83
" planCacheRead" ,
83
84
" refineCollectionShardKey" ,
102
103
" killCursors" ,
103
104
" listCollections" ,
104
105
" listIndexes" ,
106
+ " listSearchIndexes" ,
105
107
" planCacheRead"
106
108
]
107
109
},
138
140
" killCursors" ,
139
141
" listCollections" ,
140
142
" listIndexes" ,
143
+ " listSearchIndexes" ,
141
144
" moveChunk" ,
142
145
" planCacheRead" ,
143
146
" refineCollectionShardKey" ,
186
189
" killCursors" ,
187
190
" listCollections" ,
188
191
" listIndexes" ,
192
+ " listSearchIndexes" ,
189
193
" planCacheRead"
190
194
]
191
195
},
203
207
" killCursors" ,
204
208
" listCollections" ,
205
209
" listIndexes" ,
210
+ " listSearchIndexes" ,
206
211
" planCacheRead"
207
212
]
208
213
},
220
225
" killCursors" ,
221
226
" listCollections" ,
222
227
" listIndexes" ,
228
+ " listSearchIndexes" ,
223
229
" planCacheRead"
224
230
]
225
231
},
Original file line number Diff line number Diff line change 67
67
" killCursors" ,
68
68
" listCollections" ,
69
69
" listIndexes" ,
70
+ " listSearchIndexes" ,
70
71
" planCacheRead"
71
72
]
72
73
},
84
85
" killCursors" ,
85
86
" listCollections" ,
86
87
" listIndexes" ,
88
+ " listSearchIndexes" ,
87
89
" planCacheRead"
88
90
]
89
91
},
117
119
" killCursors" ,
118
120
" listCollections" ,
119
121
" listIndexes" ,
122
+ " listSearchIndexes" ,
120
123
" planCacheRead"
121
124
]
122
125
},
152
155
" killCursors" ,
153
156
" listCollections" ,
154
157
" listIndexes" ,
158
+ " listSearchIndexes" ,
155
159
" planCacheRead"
156
160
]
157
161
},
Original file line number Diff line number Diff line change 47
47
" killCursors" ,
48
48
" listCollections" ,
49
49
" listIndexes" ,
50
+ " listSearchIndexes" ,
50
51
" planCacheRead"
51
52
]
52
53
},
64
65
" killCursors" ,
65
66
" listCollections" ,
66
67
" listIndexes" ,
68
+ " listSearchIndexes" ,
67
69
" planCacheRead"
68
70
]
69
71
},
76
78
" changeStream" ,
77
79
" collStats" ,
78
80
" createIndex" ,
81
+ " createSearchIndexes" ,
79
82
" dbHash" ,
80
83
" dbStats" ,
81
84
" dropIndex" ,
85
+ " dropSearchIndex" ,
82
86
" find" ,
83
87
" killCursors" ,
84
88
" listCollections" ,
85
89
" listIndexes" ,
90
+ " listSearchIndexes" ,
86
91
" planCacheRead"
87
92
]
88
93
},
95
100
" changeStream" ,
96
101
" collStats" ,
97
102
" createIndex" ,
103
+ " createSearchIndexes" ,
98
104
" dbHash" ,
99
105
" dbStats" ,
100
106
" dropIndex" ,
107
+ " dropSearchIndex" ,
101
108
" find" ,
102
109
" killCursors" ,
103
110
" listCollections" ,
104
111
" listIndexes" ,
112
+ " listSearchIndexes" ,
105
113
" planCacheRead"
106
114
]
107
115
},
119
127
" killCursors" ,
120
128
" listCollections" ,
121
129
" listIndexes" ,
130
+ " listSearchIndexes" ,
122
131
" planCacheRead"
123
132
]
124
133
},
Original file line number Diff line number Diff line change 1
1
arbiter
2
- balancer
3
- custom-replset-name
4
2
default-cr
5
3
demand-backup
6
4
demand-backup-physical
7
- finalizer
8
5
limits
9
6
liveness
10
7
mongod-major-upgrade
You can’t perform that action at this time.
0 commit comments