Azure / azure-sdk-for-java

This repository is for active development of the Azure SDK for Java. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/java/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-java.
MIT License
2.33k stars 1.97k forks source link

[BUG] Service Bus Track 1 live test hitting QuotaExceededException #7773

Closed hemanttanwar closed 3 years ago

hemanttanwar commented 4 years ago

Describe the bug

Live test are getting this error ..

com.microsoft.azure.servicebus.primitives.QuotaExceededException: SubCode=40300 The maximum number of resources of type EnablePartitioning == true has been reached or exceeded. Actual: 100, Max allowed: 100 . To resolve this, Is this something engineering team will increase the quota . Here is link to logs https://dev.azure.com/azure-sdk/590cfd2a-581c-4dcb-a12e-6568ce786175/_apis/build/builds/245857/logs/66

Exception or Stack Trace

2020-01-23T12:17:06.4168490Z [ERROR] testBasicReceiveAndAbandon(com.microsoft.azure.servicebus.PartitionedTopicSendReceiveTests) Time elapsed: 1.029 s <<< ERROR! 2020-01-23T12:17:06.4217830Z java.util.concurrent.ExecutionException: com.microsoft.azure.servicebus.primitives.QuotaExceededException: SubCode=40300. The maximum number of resources of type EnablePartitioning == true has been reached or exceeded. Actual: 100, Max allowed: 100. TrackingId:022853ee-afc9-4310-b646-0c06dc215608_G23, SystemTracker:livetest-servicebus.servicebus.windows.net:PartitionedTopicSendReceiveTestseb836238-e59f-419f-91eb-ac14425dacfa, Timestamp:2020-01-23T12:16:53 2020-01-23T12:17:06.4268210Z Caused by: com.microsoft.azure.servicebus.primitives.QuotaExceededException: SubCode=40300. The maximum number of resources of type EnablePartitioning == true has been reached or exceeded. Actual: 100, Max allowed: 100. TrackingId:022853ee-afc9-4310-b646-0c06dc215608_G23, SystemTracker:livetest-servicebus.servicebus.windows.net:PartitionedTopicSendReceiveTestseb836238-e59f-419f-91eb-ac14425dacfa, Timestamp:2020-01-23T12:16:53 2020-01-23T12:17:06.4270050Z

To Reproduce Run live test in pipeline

Code Snippet managementClient.createQueueAsync(queueDescription).get();

https://github.com/Azure/azure-sdk-for-java/blob/573a77c3cf904738e305ac9ba4926159b9b5b940/sdk/servicebus/microsoft-azure-servicebus/src/test/java/com/microsoft/azure/servicebus/ClientSessionTests.java#L52

Expected behavior Create the Queue

Screenshots If applicable, add screenshots to help explain your problem.

Setup (please complete the following information):

Additional context Add any other context about the problem here.

Information Checklist Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report

ramya-rao-a commented 4 years ago

@hemanttanwar Is this still a problem? If not, please close this issue

hemanttanwar commented 3 years ago

This is not a problem any more.