Hello Wilfried, On 13 Feb 2014, at 15:40 pm, Sibla Wilfried <[email protected]> wrote:
> I saw that the target is sending all log events (old and new) again to the > server after each restart. It should not do that. > Could this be a bug? Or did I forgot some config parameters? The agent should talk to the server and figure out what events to send. This happens in FeedbackChannel.synchronizeStore(...) where a delta between the local and remote range is calculated. So if something goes wrong there, that is definitely a bug. There is nothing to configure. Did you try stepping through this method to see if anything goes wrong there? Greetings, Marcel
