DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
- 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
isInitializedin RemoteLogMetadataManager.
...