Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-23699

The code comment's reference is wrong for the function isUsingFixedMemoryPerSlot

    XMLWordPrintableJSON

Details

    Description

      The code is as follow. USE_MANAGED_MEMORY should be FIX_PER_SLOT_MEMORY_SIZE.

      /**

      • Gets whether the state backend is configured to use a fixed amount of memory shared between
      • all RocksDB instances (in all tasks and operators) of a slot. See {@link * RocksDBOptions#USE_MANAGED_MEMORY}

        for details.
        */
        public boolean isUsingFixedMemoryPerSlot()

        { return fixedMemoryPerSlot != null; }

      Attachments

        Issue Links

          Activity

            People

              mans2singh Mans Singh
              Jiangang Liu
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: