Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-4295

[Plasma] Incorrect log message when evicting objects

    XMLWordPrintableJSON

Details

    Description

      When Plasma evicts objects on running out of memory, it prints log messages of the form:

      There is not enough space to create this object, so evicting x objects to free up y bytes. The number of bytes in use (before this eviction) is z.

      However, the reported number of bytes in use (before this eviction) actually reports the number of bytes after the eviction. A straightforward fix is to simply replace z with (y+z).

      Attachments

        Issue Links

          Activity

            People

              anuragkh Anurag Khandelwal
              anuragkh Anurag Khandelwal
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 0.5h
                  0.5h