Skip to content

Commit

Permalink
update data_manager config
Browse files Browse the repository at this point in the history
  • Loading branch information
SibylYang committed Jul 23, 2024
1 parent ad87ea9 commit d7f6111
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions alluxiofs/client/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ def __init__(
self.config = AlluxioClientConfig(**kwargs)
self.session = self._create_session(self.config.concurrency)
self.hash_provider = ConsistentHashProvider(self.config)
self.data_manager = None
if kwargs.get(ALLUXIO_COMMON_EXTENSION_ENABLE, False):
logger.info("alluxiocommon extension enabled.")
self.data_manager = _DataManager(
Expand Down

0 comments on commit d7f6111

Please sign in to comment.