Wiki source code of Missing Log Entries - Runtime
Last modified by Erik Bakker on 2024/09/03 13:22
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{container}}{{container layoutStyle="columns"}}((( | ||
2 | In this document, we will use the information from the actual root cause analysis to make a generic view that can be used if you run into the same or a similar problem in the future. Finally, the document will describe the situation, the problem, the analysis, and the result. | ||
3 | |||
4 | Should you have any questions, please get in touch with [[academy@emagiz.com>>mailto:academy@emagiz.com]]. | ||
5 | |||
6 | == 1. Situation == | ||
7 | |||
8 | Log entries are suddenly missing for a certain runtime. | ||
9 | |||
10 | == 2. Problem == | ||
11 | |||
12 | The problem in this case was that a message which exceeded the maximum size of 1MB was send to the topic on that runtime. This caused the logging to shut down. | ||
13 | |||
14 | == 3. Analysis == | ||
15 | |||
16 | === 3.1 Reproduction === | ||
17 | |||
18 | N/A | ||
19 | |||
20 | === 3.2 Analysis === | ||
21 | |||
22 | Analysis showed that logging can be stopped due to messages which exceed the maximum size of 1MB being placed on a topic, however, this does not happen for each of those messages. This can shut down the log entries for the whole runtime. | ||
23 | |||
24 | == 4. Result == | ||
25 | |||
26 | There is no permanent fix for this issue as it is hard to reproduce. Restarting the runtime will resolve the problem. | ||
27 | |||
28 | == 5. Suggested Additional Readings == | ||
29 | |||
30 | * [[Missing Log Entries (Search Result)>>url:https://docs.emagiz.com/bin/view/Main/Search?sort=score&sortOrder=desc&highlight=true&facet=true&r=1&f_space_facet=0%2FMain.&f_type=DOCUMENT&f_locale=en&f_locale=&f_locale=en&text=%22missing+log+entries%22||target="blank"]] | ||
31 | |||
32 | )))((({{toc/}}))){{/container}}{{/container}} |