Graylog2 / Graylog2/graylog2-server
Graylog node don't process journal messages unless have messages in
- Dominant language
- Java
- Stars
- 8.1k
- Forks
- 1.1k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 217
Description
## Expected Behavior
Node can continue to process journal messages when input is stopped.
## Current Behavior
Node stop process journal messages when there is no message coming.
## Possible Solution
It's a bug.
## Steps to Reproduce (for bugs)
1. start a global kafka input on 3 nodes.
2. config kafka topic with 3 shards.
3. increase messages sent to graylog, make one node have thousands of unprocessed messages.
4. stop the input and restart the node with unprocessed journal messages.
5. find the the node is back with many journal messages, but it stop to process them.
* Graylog Version: 2.2.1
* Elasticsearch Version:
* MongoDB Version:
* Operating System:
* Browser version:
Contributor guide
Assessment
This issue has not been assessed yet.