Giter VIP home page Giter VIP logo

Comments (5)

osiegmar avatar osiegmar commented on May 25, 2024

In addition to a configurable socket timeout (thanks for the PR!) you can also configure logbacks AsyncAppender not to block.

from logback-gelf.

fupgang avatar fupgang commented on May 25, 2024

We are ok with logback's AsyncAppender discarding TRACE, DEBUG and INFO messages when busy.
But we don't want to loose our ERRORs, therefore we still use blocking mode. We increased the default queue size instead.

from logback-gelf.

osiegmar avatar osiegmar commented on May 25, 2024

After reading https://stackoverflow.com/a/1338946 I'm wondering if the PR really helps regarding this issue as the socket timeout only seem to handle blocks for read operations not write operations.

from logback-gelf.

fupgang avatar fupgang commented on May 25, 2024

The above stacktrace shows the blocking read operation that happens during the tls handshake.
As I understand it, it helps.

This is relevant for GelfTcpTlsAppender only, as I wrote in #63:

Perhaps the socket timeout should be implemented in GelfTcpTlsAppender instead. I'm not sure, if it makes sense for a non-tls appender, since reading the socket appears when performing the tls handshake.

from logback-gelf.

osiegmar avatar osiegmar commented on May 25, 2024

You're right. The PR circumvents this exact problem (from your stack trace). I think it is okay to implement the socket timeout in the TcpAppender class – it a) doesn't hurt and b) allows for an internal change to extend its use case to write operations. And the latter is exactly what I'm thinking about (but failed to express earlier). Maybe I should switch over to NIO in order to have a socket timeout for writer operations as well...

from logback-gelf.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.