Azure / azure-documentdb-datamigrationtool

Azure DocumentDB Data Migration Tool
MIT License
387 stars 183 forks source link

TransportException: A client transport error occurred: SSL negotiation failed. #201

Open pychuang opened 1 year ago

pychuang commented 1 year ago

Hi,

I got the following error while using dt to connect to Cosmos DB. How can I solve this problem?

Critical error: System.Exception: The request failed because the client was unable to establish connections to 0 endpoints across 1 regions. The client CPU was overloaded during the attempted request.
ActivityId: 8606f3f0-9a24-4c35-9c25-e355b6b6a5d4,
RequestStartTime: 2023-06-13T01:04:48.6225524Z, RequestEndTime: 2023-06-13T01:05:19.0167186Z, Number of regions attempted: 1
ResponseTime: 2023-06-13T01:04:48.7414311Z, StoreResult: StorePhysicalAddress: rntbd://cdb-ms-prod-westcentralus1-be19.documents.azure.com:14328/apps/dafbea28-2933-4393-a60d-d56f9976c7f6/services/de40827b-25ca-4fd8-b916-b180effea7cb/partitions/cab63e1f-6ace-4250-b0d0-9bd26fc5ec9d/replicas/133310901068295550p/, LSN: -1, GlobalCommittedLsn: -1, PartitionKeyRangeId: , IsValid: True, StatusCode: 410, SubStatusCode: 0, RequestCharge: 0, ItemLSN: -1, SessionToken: , UsingLocalLSN: False, TransportException: A client transport error occurred: SSL negotiation failed. (Time: 2023-06-13T01:04:48.7403057Z, activity ID: 8606f3f0-9a24-4c35-9c25-e355b6b6a5d4, error code: SslNegotiationFailed [0x0007], base error: socket error ConnectionReset [0x00002746], URI: rntbd://cdb-ms-prod-westcentralus1-be19.documents.azure.com:14328/, connection: 25.4.84.30:65126 -> 13.71.194.17:14328, payload sent: False, CPU history: (2023-06-13T01:03:58.3178538Z 3.100), (2023-06-13T01:04:08.3029913Z 3.724), (2023-06-13T01:04:18.3126260Z 2.880), (2023-06-13T01:04:28.3233419Z 3.216), (2023-06-13T01:04:38.3098793Z 4.155), (2023-06-13T01:04:48.3082329Z 3.187), CPU count: 12), ResourceType: StoredProcedure, OperationType: ExecuteJavaScript

Thanks, Po-Yu