Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-998

Limit amount of memory used by drill C++ client API

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.5.0
    • Client - C++
    • None

    Description

      The C++ client API buffers the data that it gets back from the server and holds it until it the application has consumed it. If the application is unable to (or does not) consume the data as fast as the server is sending it back, the client API will buffer all the data, eventually running out of memory.
      The client API should limit the amount of data it buffers and block on receiving data until the application consumes the data.

      Attachments

        1. DRILL-998-patch-1.diff
          20 kB
          Parth Chandra

        Issue Links

          Activity

            People

              DrillCommitter DrillCommitter
              parthc Parth Chandra
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: