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

BasicChannelSemantics should not keep transactions as thread locals

    XMLWordPrintableJSON

Details

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

    Description

      This design does not allow us to build sinks where a send-ack design is used and the underlying network framework uses thread pools. Though you could write a sink to work around this issue, the sink is likely to use way more resources than required (a thread needs to poll the channel, then block and wait for the ack which is received by another thread and then continue)

      Attachments

        Activity

          People

            Unassigned Unassigned
            hshreedharan Hari Shreedharan
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: