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 fea26be commit c7a7208Copy full SHA for c7a7208
src/coherence/client.py
@@ -525,7 +525,7 @@ async def is_ready(self) -> bool:
525
partitioned cache service that owns this cache has no storage-enabled
526
members.
527
528
- :return: `true`if this map is ready to be used.
+ :return: `true` if this map is ready to be used.
529
"""
530
531
@abc.abstractmethod
@@ -870,8 +870,6 @@ async def is_ready(self) -> bool:
870
"Please upgrade to a version that supports this operation."
871
) from e
872
raise # Re-raise all other gRPC errors
873
- except Exception as e:
874
- raise RuntimeError("An unexpected error occurred in is_ready()") from e
875
876
@_pre_call_cache
877
async def size(self) -> int:
0 commit comments