We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e889f9c commit af2a92fCopy full SHA for af2a92f
mars/services/storage/handler.py
@@ -39,7 +39,7 @@
39
logger = logging.getLogger(__name__)
40
41
42
-class StorageHandlerActor(mo.StatelessActor):
+class StorageHandlerActor(mo.Actor):
43
"""
44
Storage handler actor, provide methods like `get`, `put`, etc.
45
This actor is stateful and created on worker's sub pools.
0 commit comments