- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
当客户端尝试查询 cosmos 时,会看到大量对象引用未设置到对象实例
异常。
深入检查后,异常消息包含如下详细信息:
{
"CPU Load History":{
"CPU History":"(2021-10-06T19:01:18.6834408Z 82.390), (2021-10-06T19:01:28.5562209Z 89.873), (2021-10-06T19:01:42.1291501Z 93.642), (2021-10-06T19:01:52.6528941Z 90.542), (2021-10-06T19:02:02.7588327Z 90.015), (2021-10-06T19:02:16.2446310Z 91.149)"
}
}
“IsClientCpuOverloaded”:true
"TransportException":"发生客户端传输错误:请求在等待服务器响应时超时。(时间:2021-10-06T19:03:07.1867280Z,错误代码:ReceiveTimeout [0x0010]
Exception while executing function: ParseData Object reference notset to an instance of an object.{"name":"Typed FeedIteratorReadNextAsync","id":"xxx-xx-xx-x-xxxx","callerinfo":{"member":"OperationHelperWithRootTraceAsync","file":"ClientContextCore.cs","line":219},"starttime":"07:02:25:448","duration inmilliseconds":52503.1979,"data":{"Client Configuration":{"ClientCreated TimeUtc":"2021-10-06T18:14:08.4529348Z","NumberOfClientsCreated":1,"UserAgent":"cosmos-netstandard-sdk/3.19.0|3.19.1|02|X64|Microsoft Windowsxx.x.xxxx|.NET Core 3.1.18|N|F 00000001|","ConnectionConfig":{"gw":"(cps:50, urto:10, p:False, httpf:False)","rntbd":"(cto: 5, icto: -1, mrpc: 30, mcpe: 65535, erd: False,pr: ReuseUnicastPort)","other":"(ed:False,be:True)"},"ConsistencyConfig":"(consistency: NotSet,prgns:[])"}},"children":[{"name":"MoveNextAsync","id":"xxxx-xx-x-fs-xxxx","callerinfo":{"member":"MoveNextAsync","file":"CrossPartitionRangePageAsyncEnumerator.cs","line":113}
{"ResponseTimeUTC":"2021-10-06T19:03:07.1875054Z","ResourceType":"Document","OperationType":"Query","LocationEndpoint":"xxxx.azure.com","StoreResult":{"ActivityId":"xxxx-xx-xx-x-xx","StatusCode":"Gone","SubStatusCode":"Unknown","LSN":-1,"PartitionKeyRangeId":null,"GlobalCommittedLSN":-1,"ItemLSN":-1,"UsingLocalLSN":true,"QuorumAckedLSN":-1,"SessionToken":null,"CurrentWriteQuorum":-1,"CurrentReplicaSetSize":-1,"NumberOfReadRegions":-1,"IsClientCpuOverloaded":true,"IsValid":false,"StorePhysicalAddress":xxxxx/","RequestCharge":0,"BELatencyInMs":null,"TransportException":"Aclient transport error occurred: The request timed out while waitingfor a server response. (Time: 2021-10-06T19:03:07.1867280Z, activityID: xxx-xx-x-xx-xx, error code: ReceiveTimeout [0x0010], base error:HRESULT 0x80131500, URI: xxxx/, connection: xx.xx.xx.xx:63676 ->xx.xx.xx.xxx:14190, payload sent: True, CPU history: (2021-10-06T18:25:38.6098171Z 100.000), (2021-10-06T18:25:53.9808590Z95.716), (2021-10-06T18:25:58.9272146Z 59.098), (2021-10-06T18:26:15.3087856Z 91.388), (2021-10-06T18:26:18.6269463Z96.000), (2021-10-06T18:26:28.8584330Z 85.611), CPU count: 4)
最佳答案
这是 3.20.0 中修复的错误: https://learn.microsoft.com/en-us/azure/cosmos-db/sql/sql-api-sdk-dotnet-standard#-3200---2021-06-21
请更新到最新的 SDK 版本以避免出现这种情况。
话虽如此,这是在服务不可用错误期间发生的,请按照 https://learn.microsoft.com/en-us/azure/cosmos-db/troubleshoot-service-unavailable
从您的详细信息来看,CPU 似乎很热,您可能会遇到线程匮乏的情况:https://learn.microsoft.com/en-us/azure/cosmos-db/sql/troubleshoot-dot-net-sdk-request-timeout#high-cpu-utilization
您的 CPU 快照显示了两个问题:
关于azure - 宇宙数据库 : TransportException - A client transport error occurred,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/69472460/
我正在安装 Laravel 4 并运行“composer install”命令。它能够成功安装 13 个软件包,但是当需要安装 symfony/translation 时,它 100% 下载了它,然后
我们将Elasticsearch集群从2.1.1升级到2.2。我们通过2.2.1之前版本运行的bulkload处理器进行的批量加载过程现在引发以下异常。如果我想念什么,请告诉我。我是这个新手。 [ma
当客户端尝试查询 cosmos 时,会看到大量对象引用未设置到对象实例异常。 深入检查后,异常消息包含如下详细信息: { "CPU Load History":{ "CPU Hist
我正在使用 JGit 从我的 git 存储库中 checkout 分支并修改文件。提交更改后,我尝试推送它,但遇到了 TransportException: Caused by: org.eclips
当客户端尝试查询 cosmos 时,会看到大量对象引用未设置到对象实例异常。 深入检查后,异常消息包含如下详细信息: { "CPU Load History":{ "CPU Hist
大家好,我已经遇到这个问题好几天了,当我尝试使用 composer 为我的 php 项目下载依赖项时出现此错误 c:\wamp64\www\Test>composer global require "
安装 composer 后,我用这个命令检查它: composer diagnose 一切正常。当我为最新版本的 Laravel 运行此命令时: composer global require "la
当我尝试使用此命令创建 ScalaTest 示例时: sbt new scala/scalatest-example.g8 fails on TransportException 我得到以下信息: [
我正在尝试使用 SSHJ 登录其他机器。下面的 PFA 代码(不包括 try/catch/finally block )。 Security.addProvider(new org.bouncycas
这是我的Eureka Server 应用程序。property # set port server.port=8761 # no need to register the server with th
我是微服务的新手,正在尝试从链接运行代码:https://dzone.com/articles/advanced-microservices-security-with-spring-and-oa .
我正在尝试更新项目中的 Zend Framework 2 库并遇到异常: use@machine:/path/to/project# php composer.phar self-update [Co
Eureka 服务器无法在 Docker compose 上运行 这是 Eureka 服务器和配置服务器的 docker-compose version: '3' services: fete
我是微服务新手。我正在尝试创建一个用于学习目的的小型应用程序。这是我的代码:EurekaServer - application.yml spring: application:
我是一名优秀的程序员,十分优秀!