Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix_AddressRefresh_ResponseDelay #37338

Merged

use multi-master instead

7ee3c56
Select commit
Loading
Failed to load commit list.
Merged

fix_AddressRefresh_ResponseDelay #37338

use multi-master instead
7ee3c56
Select commit
Loading
Failed to load commit list.
Azure Pipelines / java - cosmos - tests succeeded Oct 24, 2023 in 59m 14s

Build #20231024.2 had test failures

Details

Tests

  • Failed: 20 (0.02%)
  • Passed: 91,618 (98.50%)
  • Other: 1,375 (1.48%)
  • Total: 93,013

Annotations

Check failure on line 1 in ClientMetricsTest::readAllItems[Gateway with Session consistency]

See this annotation in the file changed.

@azure-pipelines azure-pipelines / java - cosmos - tests

ClientMetricsTest::readAllItems[Gateway with Session consistency]

Found unexpected meter 'io.micrometer.core.instrument.dropwizard.DropwizardDistributionSummary@ae36ab3c' for prefix 'cosmos.client.req.rntbd' withTag 'null' --> 'io.micrometer.core.instrument.dropwizard.DropwizardDistributionSummary@ae36ab3c'
Found unexpected meter 'io.micrometer.core.instrument.dropwizard.DropwizardCounter@994ae850' for prefix 'cosmos.client.req.rntbd' withTag 'null' --> 'io.micrometer.core.instrument.dropwizard.DropwizardCounter@994ae850'
Found unexpected meter 'io.micrometer.core.instrument.dropwizard.DropwizardCounter@981490a4' for prefix 'cosmos.client.req.rntbd' withTag 'null' --> 'io.micrometer.core.instrument.dropwizard.DropwizardCounter@981490a4'
Found unexpected meter 'io.micrometer.core.instrument.dropwizard.DropwizardDistributionSummary@ae44c67e' for prefix 'cosmos.client.req.rntbd' withTag 'null' --> 'io.micrometer.core.instrument.dropwizard.DropwizardDistributionSummary@ae44c67e'
Found unexpected meter 'io.micrometer.core.instrument.dropwizard.DropwizardDistributionSummary@af7b1e2a' for prefix 'cosmos.client.req.rntbd' withTag 'null' --> 'io.micrometer.core.instrument.dropwizard.DropwizardDistributionSummary@af7b1e2a'
Found unexpected meter 'io.micrometer.core.instrument.dropwizard.DropwizardCounter@98067562' for prefix 'cosmos.client.req.rntbd' withTag 'null' --> 'io.micrometer.core.instrument.dropwizard.DropwizardCounter@98067562'
Found unexpected meter 'io.micrometer.core.instrument.dropwizard.DropwizardDistributionSummary@553b44d6' for prefix 'cosmos.client.req.rntbd' withTag 'null' --> 'io.micrometer.core.instrument.dropwizard.DropwizardDistributionSummary@553b44d6'
Found unexpected meter 'io.micrometer.core.instrument.dropwizard.DropwizardCounter@3f0b0efc' for prefix 'cosmos.client.req.rntbd' withTag 'null' --> 'io.micrometer.core.instrument.dropwizard.DropwizardCounter@3f0b0efc'
Raw output
java.lang.AssertionError: 
Found unexpected meter 'io.micrometer.core.instrument.dropwizard.DropwizardDistributionSummary@ae36ab3c' for prefix 'cosmos.client.req.rntbd' withTag 'null' --> 'io.micrometer.core.instrument.dropwizard.DropwizardDistributionSummary@ae36ab3c'
Found unexpected meter 'io.micrometer.core.instrument.dropwizard.DropwizardCounter@994ae850' for prefix 'cosmos.client.req.rntbd' withTag 'null' --> 'io.micrometer.core.instrument.dropwizard.DropwizardCounter@994ae850'
Found unexpected meter 'io.micrometer.core.instrument.dropwizard.DropwizardCounter@981490a4' for prefix 'cosmos.client.req.rntbd' withTag 'null' --> 'io.micrometer.core.instrument.dropwizard.DropwizardCounter@981490a4'
Found unexpected meter 'io.micrometer.core.instrument.dropwizard.DropwizardDistributionSummary@ae44c67e' for prefix 'cosmos.client.req.rntbd' withTag 'null' --> 'io.micrometer.core.instrument.dropwizard.DropwizardDistributionSummary@ae44c67e'
Found unexpected meter 'io.micrometer.core.instrument.dropwizard.DropwizardDistributionSummary@af7b1e2a' for prefix 'cosmos.client.req.rntbd' withTag 'null' --> 'io.micrometer.core.instrument.dropwizard.DropwizardDistributionSummary@af7b1e2a'
Found unexpected meter 'io.micrometer.core.instrument.dropwizard.DropwizardCounter@98067562' for prefix 'cosmos.client.req.rntbd' withTag 'null' --> 'io.micrometer.core.instrument.dropwizard.DropwizardCounter@98067562'
Found unexpected meter 'io.micrometer.core.instrument.dropwizard.DropwizardDistributionSummary@553b44d6' for prefix 'cosmos.client.req.rntbd' withTag 'null' --> 'io.micrometer.core.instrument.dropwizard.DropwizardDistributionSummary@553b44d6'
Found unexpected meter 'io.micrometer.core.instrument.dropwizard.DropwizardCounter@3f0b0efc' for prefix 'cosmos.client.req.rntbd' withTag 'null' --> 'io.micrometer.core.instrument.dropwizard.DropwizardCounter@3f0b0efc'

	at com.azure.cosmos.ClientMetricsTest.assertMetrics(ClientMetricsTest.java:1433)
	at com.azure.cosmos.ClientMetricsTest.assertMetrics(ClientMetricsTest.java:1350)
	at com.azure.cosmos.ClientMetricsTest.validateMetrics(ClientMetricsTest.java:1345)
	at com.azure.cosmos.ClientMetricsTest.readAllItems(ClientMetricsTest.java:547)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.testng.internal.invokers.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:136)
	at org.testng.internal.invokers.InvokeMethodRunnable.runOne(InvokeMethodRunnable.java:44)
	at org.testng.internal.invokers.InvokeMethodRunnable.call(InvokeMethodRunnable.java:72)
	at org.testng.internal.invokers.InvokeMethodRunnable.call(InvokeMethodRunnable.java:10)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)

Check failure on line 1 in readAllItems

See this annotation in the file changed.

@azure-pipelines azure-pipelines / java - cosmos - tests

readAllItems

Found unexpected meter 'io.micrometer.core.instrument.dropwizard.DropwizardDistributionSummary@ae36ab3c' for prefix 'cosmos.client.req.rntbd' withTag 'null' --> 'io.micrometer.core.instrument.dropwizard.DropwizardDistributionSummary@ae36ab3c' Found unexpected meter 'io.micrometer.core.instrument.dropwizard.DropwizardCounter@994ae850' for prefix 'cosmos.client.req.rntbd' withTag 'null' --> 'io.micrometer.core.instrument.dropwizard.DropwizardCounter@994ae850' Found unexpected meter 'io.micrometer.core.instrument.dropwizard.DropwizardCounter@981490a4' for prefix 'cosmos.client.req.rntbd' withTag 'null' --> 'io.micrometer.core.instrument.dropwizard.DropwizardCounter@981490a4' Found unexpected meter 'io.micrometer.core.instrument.dropwizard.DropwizardDistributionSummary@ae44c67e' for prefix 'cosmos.client.req.rntbd' withTag 'null' --> 'io.micrometer.core.instrument.dropwizard.DropwizardDistributionSummary@ae44c67e' Found unexpected meter 'io.micrometer.core.instrument.dropwizard.DropwizardDistributionSummary@af7b1e2a' for prefix 'cosmos.client.req.rntbd' withTag 'null' --> 'io.micrometer.core.instrument.dropwizard.DropwizardDistributionSummary@af7b1e2a' Found unexpected meter 'io.micrometer.core.instrument.dropwizard.DropwizardCounter@98067562' for prefix 'cosmos.client.req.rntbd' withTag 'null' --> 'io.micrometer.core.instrument.dropwizard.DropwizardCounter@98067562' Found unexpected meter 'io.micrometer.core.instrument.dropwizard.DropwizardDistributionSummary@553b44d6' for prefix 'cosmos.client.req.rntbd' withTag 'null' --> 'io.micrometer.core.instrument.dropwizard.DropwizardDistributionSummary@553b44d6' Found unexpected meter 'io.micrometer.core.instrument.dropwizard.DropwizardCounter@3f0b0efc' for prefix 'cosmos.client.req.rntbd' withTag 'null' --> 'io.micrometer.core.instrument.dropwizard.DropwizardCounter@3f0b0efc' 
Raw output
java.lang.AssertionError: Found unexpected meter 'io.micrometer.core.instrument.dropwizard.DropwizardDistributionSummary@ae36ab3c' for prefix 'cosmos.client.req.rntbd' withTag 'null' --> 'io.micrometer.core.instrument.dropwizard.DropwizardDistributionSummary@ae36ab3c'
Found unexpected meter 'io.micrometer.core.instrument.dropwizard.DropwizardCounter@994ae850' for prefix 'cosmos.client.req.rntbd' withTag 'null' --> 'io.micrometer.core.instrument.dropwizard.DropwizardCounter@994ae850'
Found unexpected meter 'io.micrometer.core.instrument.dropwizard.DropwizardCounter@981490a4' for prefix 'cosmos.client.req.rntbd' withTag 'null' --> 'io.micrometer.core.instrument.dropwizard.DropwizardCounter@981490a4'
Found unexpected meter 'io.micrometer.core.instrument.dropwizard.DropwizardDistributionSummary@ae44c67e' for prefix 'cosmos.client.req.rntbd' withTag 'null' --> 'io.micrometer.core.instrument.dropwizard.DropwizardDistributionSummary@ae44c67e'
Found unexpected meter 'io.micrometer.core.instrument.dropwizard.DropwizardDistributionSummary@af7b1e2a' for prefix 'cosmos.client.req.rntbd' withTag 'null' --> 'io.micrometer.core.instrument.dropwizard.DropwizardDistributionSummary@af7b1e2a'
Found unexpected meter 'io.micrometer.core.instrument.dropwizard.DropwizardCounter@98067562' for prefix 'cosmos.client.req.rntbd' withTag 'null' --> 'io.micrometer.core.instrument.dropwizard.DropwizardCounter@98067562'
Found unexpected meter 'io.micrometer.core.instrument.dropwizard.DropwizardDistributionSummary@553b44d6' for prefix 'cosmos.client.req.rntbd' withTag 'null' --> 'io.micrometer.core.instrument.dropwizard.DropwizardDistributionSummary@553b44d6'
Found unexpected meter 'io.micrometer.core.instrument.dropwizard.DropwizardCounter@3f0b0efc' for prefix 'cosmos.client.req.rntbd' withTag 'null' --> 'io.micrometer.core.instrument.dropwizard.DropwizardCounter@3f0b0efc'

at com.azure.cosmos.ClientMetricsTest.assertMetrics(ClientMetricsTest.java:1433)
at com.azure.cosmos.ClientMetricsTest.assertMetrics(ClientMetricsTest.java:1350)
at com.azure.cosmos.ClientMetricsTest.validateMetrics(ClientMetricsTest.java:1345)
at com.azure.cosmos.ClientMetricsTest.readAllItems(ClientMetricsTest.java:547)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at org.testng.internal.invokers.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:136)
at org.testng.internal.invokers.InvokeMethodRunnable.runOne(InvokeMethodRunnable.java:44)
at org.testng.internal.invokers.InvokeMethodRunnable.call(InvokeMethodRunnable.java:72)
at org.testng.internal.invokers.InvokeMethodRunnable.call(InvokeMethodRunnable.java:10)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

Check failure on line 1 in CosmosBulkGatewayTest::createItem_withBulk_split[Gateway with Session consistency]

See this annotation in the file changed.

@azure-pipelines azure-pipelines / java - cosmos - tests

CosmosBulkGatewayTest::createItem_withBulk_split[Gateway with Session consistency]

{"innerErrorMessage":null,"cosmosDiagnostics":{"userAgent":"azsdk-java-cosmos/4.52.0-beta.1 Linux/5.15.0-1047-azure JRE/17.0.8.1","activityId":"aa3fbfe7-9956-4491-b9b7-9233ee38c867","requestLatencyInMs":3410,"requestStartTimeUTC":"2023-10-24T16:34:57.647798335Z","requestEndTimeUTC":"2023-10-24T16:35:01.058768886Z","responseStatisticsList":[],"supplementalResponseStatisticsList":[],"addressResolutionStatistics":{},"regionsContacted":["west central us"],"retryContext":{"statusAndSubStatusCodes":null,"retryCount":0,"retryLatency":0},"metadataDiagnosticsContext":{"metadataDiagnosticList":null},"serializationDiagnosticsContext":{"serializationDiagnosticsList":null},"gatewayStatisticsList":[{"sessionToken":null,"operationType":"Query","resourceType":"Offer","statusCode":0,"subStatusCode":0,"requestCharge":0.0,"requestTimeline":[{"eventName":"connectionAcquired","startTimeUTC":"2023-10-24T16:34:57.647908330Z","durationInMilliSecs":0.057818},{"eventName":"connectionConfigured","startTimeUTC":"2023-10-24T16:34:57.647966148Z","durationInMilliSecs":0.008937},{"eventName":"requestSent","startTimeUTC":"2023-10-24T16:34:57.647975085Z","durationInMilliSecs":0.079949},{"eventName":"transitTime","startTimeUTC":"2023-10-24T16:34:57.648055034Z","durationInMilliSecs":3410.657677},{"eventName":"received","startTimeUTC":null,"durationInMilliSecs":0.0}],"partitionKeyRangeId":null,"responsePayloadSizeInBytes":0,"exceptionResponseHeaders":"{}"}],"samplingRateSnapshot":1.0,"systemInformation":{"usedMemory":"84083 KB","availableMemory":"4110221 KB","systemCpuLoad":"(2023-10-24T16:34:35.799893017Z 0.2%), (2023-10-24T16:34:40.799889273Z 0.3%), (2023-10-24T16:34:45.799893952Z 0.1%), (2023-10-24T16:34:50.799889313Z 0.1%), (2023-10-24T16:34:55.799891136Z 0.6%), (2023-10-24T16:35:00.799895402Z 1.1%)","availableProcessors":4},"clientCfgs":{"id":6,"machineId":"vmId_1fe03e2f-5291-4b4c-b3f9-54e6690be32d","connectionMode":"GATEWAY","numberOfClients":3,"excrgns":"[]","clientEndpoints":{"https://tec57b541267c42b5.documents.azure.com:443/":6},"connCfg":{"rntbd":null,"gw":"(cps:1000, nrto:PT1M, icto:PT1M, p:false)","other":"(ed: true, cs: false, rv: true)"},"consistencyCfg":"(consistency: Session, mm: false, prgns: [])","proactiveInit":"","e2ePolicyCfg":""}}}
Raw output
{"ClassName":"CosmosException","userAgent":"azsdk-java-cosmos/4.52.0-beta.1 Linux/5.15.0-1047-azure JRE/17.0.8.1","statusCode":0,"resourceAddress":"https://tec57b541267c42b5-westcentralus.documents.azure.com:443/offers","innerErrorMessage":null,"causeInfo":"[class: class io.netty.channel.unix.Errors$NativeIoException, message: recvAddress(..) failed: Connection reset by peer]","responseHeaders":"{}","requestHeaders":"[x-ms-cosmos-sdk-supportedcapabilities=1, Accept=application/json, x-ms-date=Tue, 24 Oct 2023 16:34:57 GMT, x-ms-documentdb-isquery=true, x-ms-max-item-count=100, x-ms-continuation=null, x-ms-consistency-level=Session, x-ms-documentdb-populatequerymetrics=true, Content-Type=application/query+json]","cosmosDiagnostics":{"userAgent":"azsdk-java-cosmos/4.52.0-beta.1 Linux/5.15.0-1047-azure JRE/17.0.8.1","activityId":"aa3fbfe7-9956-4491-b9b7-9233ee38c867","requestLatencyInMs":3410,"requestStartTimeUTC":"2023-10-24T16:34:57.647798335Z","requestEndTimeUTC":"2023-10-24T16:35:01.058768886Z","responseStatisticsList":[],"supplementalResponseStatisticsList":[],"addressResolutionStatistics":{},"regionsContacted":["west central us"],"retryContext":{"statusAndSubStatusCodes":null,"retryCount":0,"retryLatency":0},"metadataDiagnosticsContext":{"metadataDiagnosticList":null},"serializationDiagnosticsContext":{"serializationDiagnosticsList":null},"gatewayStatisticsList":[{"sessionToken":null,"operationType":"Query","resourceType":"Offer","statusCode":0,"subStatusCode":0,"requestCharge":0.0,"requestTimeline":[{"eventName":"connectionAcquired","startTimeUTC":"2023-10-24T16:34:57.647908330Z","durationInMilliSecs":0.057818},{"eventName":"connectionConfigured","startTimeUTC":"2023-10-24T16:34:57.647966148Z","durationInMilliSecs":0.008937},{"eventName":"requestSent","startTimeUTC":"2023-10-24T16:34:57.647975085Z","durationInMilliSecs":0.079949},{"eventName":"transitTime","startTimeUTC":"2023-10-24T16:34:57.648055034Z","durationInMilliSecs":3410.657677},{"eventName":"received","startTimeUTC":null,"durationInMilliSecs":0.0}],"partitionKeyRangeId":null,"responsePayloadSizeInBytes":0,"exceptionResponseHeaders":"{}"}],"samplingRateSnapshot":1.0,"systemInformation":{"usedMemory":"84282 KB","availableMemory":"4110022 KB","systemCpuLoad":"(2023-10-24T16:34:35.799893017Z 0.2%), (2023-10-24T16:34:40.799889273Z 0.3%), (2023-10-24T16:34:45.799893952Z 0.1%), (2023-10-24T16:34:50.799889313Z 0.1%), (2023-10-24T16:34:55.799891136Z 0.6%), (2023-10-24T16:35:00.799895402Z 1.1%)","availableProcessors":4},"clientCfgs":{"id":6,"machineId":"vmId_1fe03e2f-5291-4b4c-b3f9-54e6690be32d","connectionMode":"GATEWAY","numberOfClients":3,"excrgns":"[]","clientEndpoints":{"https://tec57b541267c42b5.documents.azure.com:443/":6},"connCfg":{"rntbd":null,"gw":"(cps:1000, nrto:PT1M, icto:PT1M, p:false)","other":"(ed: true, cs: false, rv: true)"},"consistencyCfg":"(consistency: Session, mm: false, prgns: [])","proactiveInit":"","e2ePolicyCfg":""}}}
	at com.azure.cosmos.BridgeInternal.createCosmosException(BridgeInternal.java:469)
	at com.azure.cosmos.implementation.RxGatewayStoreModel.lambda$toDocumentServiceResponse$4(RxGatewayStoreModel.java:420)
	at reactor.core.publisher.FluxOnErrorResume$ResumeSubscriber.onError(FluxOnErrorResume.java:94)
	at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onError(FluxMapFuseable.java:142)
	at reactor.core.publisher.MonoFlatMap$FlatMapMain.onError(MonoFlatMap.java:172)
	at reactor.core.publisher.MonoSingle$SingleSubscriber.onError(MonoSingle.java:150)
	at reactor.core.publisher.FluxOnErrorResume$ResumeSubscriber.onError(FluxOnErrorResume.java:106)
	at reactor.core.publisher.Operators.error(Operators.java:198)
	at reactor.core.publisher.MonoError.subscribe(MonoError.java:53)
	at reactor.core.publisher.Mono.subscribe(Mono.java:4490)
	at reactor.core.publisher.FluxOnErrorResume$ResumeSubscriber.onError(FluxOnErrorResume.java:103)
	at reactor.core.publisher.FluxPeekFuseable$PeekFuseableSubscriber.onError(FluxPeekFuseable.java:23

Check failure on line 1 in createItem_withBulk_split

See this annotation in the file changed.

@azure-pipelines azure-pipelines / java - cosmos - tests

createItem_withBulk_split

{"innerErrorMessage":null,"cosmosDiagnostics":{"userAgent":"azsdk-java-cosmos/4.52.0-beta.1 Linux/5.15.0-1047-azure JRE/17.0.8.1","activityId":"aa3fbfe7-9956-4491-b9b7-9233ee38c867","requestLatencyInMs":3410,"requestStartTimeUTC":"2023-10-24T16:34:57.647798335Z","requestEndTimeUTC":"2023-10-24T16:35:01.058768886Z","responseStatisticsList":[],"supplementalResponseStatisticsList":[],"addressResolutionStatistics":{},"regionsContacted":["west central us"],"retryContext":{"statusAndSubStatusCodes":null,"retryCount":0,"retryLatency":0},"metadataDiagnosticsContext":{"metadataDiagnosticList":null},"serializationDiagnosticsContext":{"serializationDiagnosticsList":null},"gatewayStatisticsList":[{"sessionToken":null,"operationType":"Query","resourceType":"Offer","statusCode":0,"subStatusCode":0,"requestCharge":0.0,"requestTimeline":[{"eventName":"connectionAcquired","startTimeUTC":"2023-10-24T16:34:57.647908330Z","durationInMilliSecs":0.057818},{"eventName":"connectionConfigured","startTimeUTC":"2023-10-24T16:34:57.647966148Z","durationInMilliSecs":0.008937},{"eventName":"requestSent","startTimeUTC":"2023-10-24T16:34:57.647975085Z","durationInMilliSecs":0.079949},{"eventName":"transitTime","startTimeUTC":"2023-10-24T16:34:57.648055034Z","durationInMilliSecs":3410.657677},{"eventName":"received","startTimeUTC":null,"durationInMilliSecs":0.0}],"partitionKeyRangeId":null,"responsePayloadSizeInBytes":0,"exceptionResponseHeaders":"{}"}],"samplingRateSnapshot":1.0,"systemInformation":{"usedMemory":"56845 KB","availableMemory":"4137459 KB","systemCpuLoad":"(2023-10-24T16:34:35.799893017Z 0.2%), (2023-10-24T16:34:40.799889273Z 0.3%), (2023-10-24T16:34:45.799893952Z 0.1%), (2023-10-24T16:34:50.799889313Z 0.1%), (2023-10-24T16:34:55.799891136Z 0.6%), (2023-10-24T16:35:00.799895402Z 1.1%)","availableProcessors":4},"clientCfgs":{"id":6,"machineId":"vmId_1fe03e2f-5291-4b4c-b3f9-54e6690be32d","connectionMode":"GATEWAY","numberOfClients":3,"excrgns":"[]","clientEndpoints":{"https://tec57b541267c42b5.documents.azure.com:443/":9},"connCfg":{"rntbd":null,"gw":"(cps:1000, nrto:PT1M, icto:PT1M, p:false)","other":"(ed: true, cs: false, rv: true)"},"consistencyCfg":"(consistency: Session, mm: false, prgns: [])","proactiveInit":"","e2ePolicyCfg":""}}}
Raw output
{"ClassName":"CosmosException","userAgent":"azsdk-java-cosmos/4.52.0-beta.1 Linux/5.15.0-1047-azure JRE/17.0.8.1","statusCode":0,"resourceAddress":"https://tec57b541267c42b5-westcentralus.documents.azure.com:443/offers","innerErrorMessage":null,"causeInfo":"[class: class io.netty.channel.unix.Errors$NativeIoException, message: recvAddress(..) failed: Connection reset by peer]","responseHeaders":"{}","requestHeaders":"[x-ms-cosmos-sdk-supportedcapabilities=1, Accept=application/json, x-ms-date=Tue, 24 Oct 2023 16:34:57 GMT, x-ms-documentdb-isquery=true, x-ms-max-item-count=100, x-ms-continuation=null, x-ms-consistency-level=Session, x-ms-documentdb-populatequerymetrics=true, Content-Type=application/query+json]","cosmosDiagnostics":{"userAgent":"azsdk-java-cosmos/4.52.0-beta.1 Linux/5.15.0-1047-azure JRE/17.0.8.1","activityId":"aa3fbfe7-9956-4491-b9b7-9233ee38c867","requestLatencyInMs":3410,"requestStartTimeUTC":"2023-10-24T16:34:57.647798335Z","requestEndTimeUTC":"2023-10-24T16:35:01.058768886Z","responseStatisticsList":[],"supplementalResponseStatisticsList":[],"addressResolutionStatistics":{},"regionsContacted":["west central us"],"retryContext":{"statusAndSubStatusCodes":null,"retryCount":0,"retryLatency":0},"metadataDiagnosticsContext":{"metadataDiagnosticList":null},"serializationDiagnosticsContext":{"serializationDiagnosticsList":null},"gatewayStatisticsList":[{"sessionToken":null,"operationType":"Query","resourceType":"Offer","statusCode":0,"subStatusCode":0,"requestCharge":0.0,"requestTimeline":[{"eventName":"connectionAcquired","startTimeUTC":"2023-10-24T16:34:57.647908330Z","durationInMilliSecs":0.057818},{"eventName":"connectionConfigured","startTimeUTC":"2023-10-24T16:34:57.647966148Z","durationInMilliSecs":0.008937},{"eventName":"requestSent","startTimeUTC":"2023-10-24T16:34:57.647975085Z","durationInMilliSecs":0.079949},{"eventName":"transitTime","startTimeUTC":"2023-10-24T16:34:57.648055034Z","durationInMilliSecs":3410.657677},{"eventName":"received","startTimeUTC":null,"durationInMilliSecs":0.0}],"partitionKeyRangeId":null,"responsePayloadSizeInBytes":0,"exceptionResponseHeaders":"{}"}],"samplingRateSnapshot":1.0,"systemInformation":{"usedMemory":"56845 KB","availableMemory":"4137459 KB","systemCpuLoad":"(2023-10-24T16:34:35.799893017Z 0.2%), (2023-10-24T16:34:40.799889273Z 0.3%), (2023-10-24T16:34:45.799893952Z 0.1%), (2023-10-24T16:34:50.799889313Z 0.1%), (2023-10-24T16:34:55.799891136Z 0.6%), (2023-10-24T16:35:00.799895402Z 1.1%)","availableProcessors":4},"clientCfgs":{"id":6,"machineId":"vmId_1fe03e2f-5291-4b4c-b3f9-54e6690be32d","connectionMode":"GATEWAY","numberOfClients":3,"excrgns":"[]","clientEndpoints":{"https://tec57b541267c42b5.documents.azure.com:443/":9},"connCfg":{"rntbd":null,"gw":"(cps:1000, nrto:PT1M, icto:PT1M, p:false)","other":"(ed: true, cs: false, rv: true)"},"consistencyCfg":"(consistency: Session, mm: false, prgns: [])","proactiveInit":"","e2ePolicyCfg":""}}}
at com.azure.cosmos.BridgeInternal.createCosmosException(BridgeInternal.java:469)
at com.azure.cosmos.implementation.RxGatewayStoreModel.lambda$toDocumentServiceResponse$4(RxGatewayStoreModel.java:420)
at reactor.core.publisher.FluxOnErrorResume$ResumeSubscriber.onError(FluxOnErrorResume.java:94)
at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onError(FluxMapFuseable.java:142)
at reactor.core.publisher.MonoFlatMap$FlatMapMain.onError(MonoFlatMap.java:172)
at reactor.core.publisher.MonoSingle$SingleSubscriber.onError(MonoSingle.java:150)
at reactor.core.publisher.FluxOnErrorResume$ResumeSubscriber.onError(FluxOnErrorResume.java:106)
at reactor.core.publisher.Operators.error(Operators.java:198)
at reactor.core.publisher.MonoError.subscribe(MonoError.java:53)
at reactor.core.publisher.Mono.subscribe(Mono.java:4490)
at reactor.core.publisher.FluxOnErrorResume$ResumeSubscriber.onError(FluxOnErrorResume.java:103)
at reactor.core.publisher.FluxPeekFuseable$PeekFuseableSubscriber.onError(FluxPeekFuseable.java:234)
at reacto