Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Make the below configs in the RemoteLogManager to be updated dynamically. Once they are updated, the respective thread-pool will be resized:
    • remote.log.manager.copier.thread.pool.size
    • remote.log.manager.expiration.thread.pool.size 
    • remote.log.reader.threads and
    • remote.log.manager.thread.pool.size (deprecated in KIP-950, we can skip making this config as dynamic)
  • Add a new method isInitialized in RemoteLogMetadataManager.

...