• Daniel Hiltgen's avatar
    logs: explain client aborts better (#7783) · b85520bf
    Daniel Hiltgen authored
    Users get confused by "Failed to acquire semaphore" error="context canceled"
    messages in the logs, which are actually clients giving up.  While there could be
    a legitimate hang bug in the system, sometimes this is just short client timeouts
    with an overloaded system, so this should help users understand what's going on
    better.
    b85520bf
server.go 32.4 KB