Uploaded image for project: 'Quarkus'
  1. Quarkus
  2. QUARKUS-2068

REST Client Reactive downloads only the first 2G of file

XMLWordPrintable

    • False
    • None
    • False
    • +
    • Hide
      == Reactive Rest client downloads only the first 2G of file

      Downloading a file bigger than 2G causes an issue where the Reactive Rest client trims the file at 2044 MiBs. OOM log exceptions accompany the event.
      Show
      == Reactive Rest client downloads only the first 2G of file Downloading a file bigger than 2G causes an issue where the Reactive Rest client trims the file at 2044 MiBs. OOM log exceptions accompany the event.
    • Documented as Known Issue
    • Hide

      1. `git clone git@github.com:fedinskiy/quarkus-test-suite.git -b reproducer/reactive-rest-client`
      2. `cd quarkus-test-suite/http/rest-client-reactive`
      3. `mvn clean verify -Dit.test=FileIT#download*`

      There are two methods in the file, download uses ReactiveRestClient(and fails) and downloadManually uses RestAssured(and works).
      Paths to files can be found in logs, after `Hash of ` words.

      Show
      1. `git clone git@github.com:fedinskiy/quarkus-test-suite.git -b reproducer/reactive-rest-client` 2. `cd quarkus-test-suite/http/rest-client-reactive` 3. `mvn clean verify -Dit.test=FileIT#download*` There are two methods in the file, download uses ReactiveRestClient(and fails) and downloadManually uses RestAssured(and works). Paths to files can be found in logs, after `Hash of ` words.
    • ---

      When user tries to download file bigger, than 2G, reactive rest client trims the file at 2044 MiBs, and there are numerous OOM exceptions in logs.

              mszynkie@redhat.com Michal Szynkiewicz (Inactive)
              rhn-support-fdudinsk Fedor Dudinskii
              Fedor Dudinskii Fedor Dudinskii
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: