-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
-
S
Context:
The config msg in the following error message is incorrect:
If you are experiencing failures due to too many nested documents, try carefully increasing the configured nested object limit (es.settings.index.nested_documents_limit) or enabling the skipping of documents that have reached this limit during import (import.data.skipDataAfterNestedDocLimitReached). See Optimize documentation for details.
it should be import.skipDataAfterNestedDocLimitReached instead.
AT:
- above error log references the correct config field
Testing Notes:
- Set the nested document limit really low (1 is fine)
- Observe the import logs
- Find the log message referencing this field. It should now contain the correct config path
This is the controller panel for Smart Panels app
[OPT-6969] Incorrect config reference in error log
Status | Original: Triage [ 10612 ] | New: Backlog [ 11212 ] |
Assignee | New: Joshua Windels [ joshua.windels ] |
Status | Original: Backlog [ 11212 ] | New: In Development [ 10312 ] |
Assignee | Original: Joshua Windels [ joshua.windels ] | New: Helene Waechtler [ helene.waechtler ] |
Status | Original: In Development [ 10312 ] | New: In Review [ 10212 ] |
Status | Original: In Review [ 10212 ] | New: Ready for Testing [ 10008 ] |
Assignee | Original: Helene Waechtler [ helene.waechtler ] | New: Cigdem Ilhan [ cigdem.ilhan ] |
Fix Version/s | New: 3.9.5 [ 18190 ] | |
Fix Version/s | New: 3.8.7 [ 18192 ] | |
Fix Version/s | New: 3.7.4 [ 18193 ] | |
Fix Version/s | New: 3.10.3 [ 18290 ] | |
Fix Version/s | New: 3.11.0-alpha3 [ 18393 ] |
Description |
Original:
*Context:*
The config msg in the following error message is incorrect: If you are experiencing failures due to too many nested documents, try carefully increasing the configured nested object limit (es.settings.index.nested_documents_limit) or enabling the skipping of documents that have reached this limit during import ({*}import.data.skipDataAfterNestedDocLimitReached{*}). See Optimize documentation for details. it should be *import.skipDataAfterNestedDocLimitReached* instead{*}.{*} *AT:* * above error log references the correct config field |
New:
*Context:*
The config msg in the following error message is incorrect: If you are experiencing failures due to too many nested documents, try carefully increasing the configured nested object limit (es.settings.index.nested_documents_limit) or enabling the skipping of documents that have reached this limit during import ({*}import.data.skipDataAfterNestedDocLimitReached{*}). See Optimize documentation for details. it should be *import.skipDataAfterNestedDocLimitReached* instead{*}.{*} *AT:* * above error log references the correct config field *Testing Notes:* * Set the nested document limit really low (1 is fine) * Observe the import logs * Find the log message referencing this field. It should now contain the correct config path |
Status | Original: Ready for Testing [ 10008 ] | New: In Test [ 10004 ] |
Assignee | Original: Cigdem Ilhan [ cigdem.ilhan ] | |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Test [ 10004 ] | New: Done [ 10010 ] |