Uploaded image for project: 'Flume'
  1. Flume
  2. FLUME-2627

RpcClient implementations have inconsistent handling of unreachable hosts

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • None
    • None
    • None
    • None

    Description

      NettyAvroRpcClient.configure will throw FlumeException if it cannot connect to host.

      ThriftRpcClient.configure will try to establish a connection but it will not throw if it cannot connect, it will set its internal connection state to DEAD and will return false for ThriftRpcClient.isActive().

      LoadBalancingRpcClient.configure and FailoverRpcClient.configure will not try to connect at all.

      Attachments

        Activity

          People

            Unassigned Unassigned
            smolav Santiago M. Mola
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: