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

[Service Bus] Stress Test - Receive Batch seems to hang independent of receiving 2047 messages #12712

Closed
HarshaNalluru opened this issue Nov 30, 2020 · 1 comment
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. Service Bus
Milestone

Comments

@HarshaNalluru
Copy link
Member

Test - scenarioBatchReceive.ts

(Issue #11633 happens at 2047)
From the stress test logs of "total number of messages received" snapshots, the test does receive more than 2047 messages. (Could be the case that some of the "drain" calls worked and this may have just been a subset of #11633)

Scenario to repro

ts-node scenarioBatchReceive.ts --settleMessageOnReceive=true --sendAllMessagesBeforeReceiveStarts=true --numberOfMessagesPerSend=1200 --numberOfParallelSends=20 --totalNumberOfMessagesToSend=100000 --receiveBatchMaxMessageCount=1000

@ghost ghost added the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Nov 30, 2020
@ramya-rao-a ramya-rao-a added Client This issue points to a problem in the data-plane of the library. Service Bus labels Nov 30, 2020
@ghost ghost removed the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Nov 30, 2020
@ramya-rao-a ramya-rao-a added this to the [2021] January milestone Nov 30, 2020
@HarshaNalluru
Copy link
Member Author

Did several runs of this test on my local machine while testing #14060. I don't see the issue anymore. Hence, closing this as per the discussion with @ramya-rao-a.

As a sidenote, a set of major(complicated) changes are being done to service-bus SDK at #13956 #14060 and amqp/rhea-promise#78.

If the future set of stress testing repros this issue, I'll log a new issue with more findings and investigate further.

@github-actions github-actions bot locked and limited conversation to collaborators Apr 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Client This issue points to a problem in the data-plane of the library. Service Bus
Projects
None yet
Development

No branches or pull requests

2 participants