Hello, I have a Log4j2 TCPSocketServer working on a hadoop distributed system. All the data nodes send log events to Edge node where TCPSocketServer is running. I have context specified in Java code for Routing. Routing creates multiple files and appends log events to them as per the context specified in Java code.
The problem is that one of the file is not getting appended anymore. There have been no changes to the Java codebase. Some minor cluster changes happened however. Is there any log that gets generated for the TCPSocketServer which can tell if TCPSocketServer is having some issues in filtering? Any help is deeply appreciated. Much Thanks Regards, Anhad