question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Event Hubs] Time out on UsGov and China clouds.

See original GitHub issue

We are running live Tests against other clouds like US Gov and Azure China Cloud. The goal is to check whether new azure sdk package work with other clouds or not.

Error Description: The latest result in pipeline at here: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=1469381&view=results.

Test should support start after stopping was blocked until time out in pipeline on UsGov and China clouds.

In pipeline it always fails in the following environments:

  • windows2019_12x_node

  • ubuntu2004_14x_node

  • macOS1015_16x_node

  • windows2019_17x_node

  • windows2019_coverage_12x

For more details, please click here. After investigation, after the asynchronous operation const partitionIds = await producerClient.getPartitionIds();, the program no longer executes downwards.

Expected behavior: Test should support start after stopping can be successfully passed.

@benbp , @xirzec , @lilyjma , @jsquire , @deyaaeldeen for notification.

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
jeremymengcommented, May 13, 2022

It looks like a previous issue. I opened PR# https://github.com/Azure/azure-sdk-for-js/pull/21850 for this.

1reaction
zedy-wjcommented, Apr 25, 2022

@jeremymeng , @benbp - It’s a great idea to configure different timeouts for different clouds.

But the current timeout on UsGov and China is not caused by performance issues and insufficient time allocated. We set a longer time (eg: 150 minutes) to test in the pipeline, and it still fails. Our research found that after the asynchronous operation const partitionIds = await producerClient.getPartitionIds();, the program no longer executes downwards. The whole pipeline is stuck in the should support start after stopping test, causing the final timeout.

The latest result in weekly pipeline at here : https://dev.azure.com/azure-sdk/internal/_build/results?buildId=1523348&view=results.

Do you have any thoughts on this test timeout issue?

Notes: We also tested the test should support start after stopping locally, the result of this test is pass on UsGov and China clouds.

Read more comments on GitHub >

github_iconTop Results From Across the Web

[EventHub] ErrorCodes.UnknownError: Connection in an ...
We are running live Tests against other clouds like US Gov and Azure China Cloud. The goal is to check whether new azure...
Read more >
Real-time Data Streaming with Event Hubs on Azure ...
Azure Event Hubs is a managed Data streaming and Event Ingestion platform, capable of processing millions of events per second.
Read more >
Azure status
Products and services *Non‑Regional East US East US 2 Central US No... Azure VMware Solution by CloudSimple Blank Good Blank Blank Bl... Virtual Machines Blank...
Read more >
Azure Integration with ARM FAQs - Sumo Logic Docs
To answer this question, we have to address Event Hub and Blob Storage separately. For Event Hub ... How do I deploy the...
Read more >
Error to connecting event hub Azure cloud - Forums - IBM
TimeoutException: Opening MessagingFactory timed out. Mar 22 13:26:44 [MicrosoftAzureEventProcessorHost-104] at com.microsoft.azure.eventhubs.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found