lgc
lgc
Logs may be lost under high load. Fluent relies on inotify to passively receive file changes, and each notify fluent can only read a few lines. Therefore, under high load,...
@rashmichandrashekar I also faced this issue, the root cause is fluent bit use the inode to distinguish new and old file, when a file use one inode to record postition...
> @codelipenghui yes, consumeA acknowledged each message after receiving it. @yabinmeng Has the problem of not being able to continue consumption on another cluster been resolved?
> I took a look at the test and the issue is that by the time the consumer has acknowledged all the messages there is still no valid snapshot, therefore...
To sum up: There are two conditions for subscription replication between multiple sites in pulsar 2.8: 1. Continuous production data 2. Close message deduplication
> > I had the same problem with version 2.8.1 of Pulsar. What is the final solution to this issue? > To sum up: There are two conditions for subscription...