-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: 8.2.4, 7.0.31, 8.2.6, 8.2.12
-
Component/s: None
-
None
-
Catalog and Routing
-
ALL
-
-
🟥 DDL
-
None
-
None
-
None
-
None
-
None
-
None
Setting expireAfterSeconds on a wildcard index stops the server. No error comes back to the client.
The combination is already known to be invalid, this appears in the log just before the
server stops.
Index type 'wildcard' does not support the 'expireAfterSeconds' option
After restarting, the index is still a plain wildcard index with no expireAfterSeconds on it, and there is no repeat shutdown on startup.
Expected
Error 72 InvalidOptions, with the index left alone.
Actual
The server stops and the process exits with 133.