AnandInguva commented on code in PR #28781:
URL: https://github.com/apache/beam/pull/28781#discussion_r1346354445


##########
sdks/python/apache_beam/runners/worker/sdk_worker.py:
##########
@@ -162,8 +162,7 @@ def __init__(
       control_address,  # type: str
       credentials=None,  # type: Optional[grpc.ChannelCredentials]
       worker_id=None,  # type: Optional[str]
-      # Caching is disabled by default
-      state_cache_size=0,  # type: int
+      state_cache_size=100 << 20,  # type: int

Review Comment:
   Yes, that is right. But first, i wanted to fix on a name. I need to remove 
few comments regarding the state cache as well. 
   
   Also, do we want to put state cache pipeline option in the `experiments`?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to