Uploaded image for project: 'Hue (READ ONLY)'
  1. Hue (READ ONLY)
  2. HUE-748

SanerThreadPoolService: do not fail silently on TTransportExceptions

    Details

    • Type: Improvement
    • Status: Resolved
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: 1.2.0, 2.0.0-beta
    • Fix Version/s: backlog
    • Component/s: core.api
    • Labels:
      None
    • Easy:
      Easy

      Description

      Currently, when a TTransportException happens the worker thread exits silently:
      ...
      } catch (TTransportException ttx) {
      // Assume the client died and continue silently
      } ...

      This makes it hard to debug issues such as timeout settings. It would be nice to have a debug statement there. I'll have a patch soon.

        Attachments

          Activity

            People

            • Assignee:
              giladwolff Gilad Wolff
              Reporter:
              giladwolff Gilad Wolff
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: