File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2869,7 +2869,7 @@ async def _read(self) -> T:
2869
2869
_debug_log (
2870
2870
_COMMAND_LOGGER ,
2871
2871
message = f"Retrying read attempt number { self ._attempt_number } " ,
2872
- clientId = self ._client .client_id ,
2872
+ clientId = self ._client ._topology_settings . _topology_id ,
2873
2873
commandName = self ._operation ,
2874
2874
operationId = self ._operation_id ,
2875
2875
)
Original file line number Diff line number Diff line change @@ -2855,7 +2855,7 @@ def _read(self) -> T:
2855
2855
_debug_log (
2856
2856
_COMMAND_LOGGER ,
2857
2857
message = f"Retrying read attempt number { self ._attempt_number } " ,
2858
- clientId = self ._client .client_id ,
2858
+ clientId = self ._client ._topology_settings . _topology_id ,
2859
2859
commandName = self ._operation ,
2860
2860
operationId = self ._operation_id ,
2861
2861
)
You can’t perform that action at this time.
0 commit comments