Closed Alex-Wauters closed 8 years ago
+1
I have the exact same issue.
@Alex-Wauters hi, can you please confirm what version of amqp10
you are running? If you're using semver, could you please try pinning your version to 3.1.5
? I might have screwed something up in that last release
Hi @mbroadst, thank you for your answer; we are using 3.2.0 node version: 4.4.5
I installed amqp10@3.1.5 and still experience the same issue
@Alex-Wauters okay that sounds like it's an issue with Azure itself unfortunately. I'll try to inspect the bits that are actually failing, but we'll have to get some feedback from @noodlefrenzy as to what might have changed on the Azure side of things. Sorry for the trouble!
Thank you very much, that was my assumption as well, I will keep this issue updated in case MS support discover something / resolve the issue. @Luzenna: is this issue also new for you since today?
@Alex-Wauters Yes, it started today. And we are seeing the exact same buffer (4210710000000f0000001f0000002f0000003f0000004f0000005f0000006f0000007f00 00008f0000009f000000af000000bf000000cf000000df000000ef000000ff), so we too came to the conclusion that it is most likely an Azure issue.
@Alex-Wauters yeah I just ran this through our handy little tool for inspecting amqp frames and it came up with a number of "unexpected" sequences. It's possible that Microsoft has rolled out an update to Azure that includes an amqp framing error. Let's see what they say
According to Azure Support, there seems to be a problem with the scale unit on which our namespaces reside. The status has been updated on https://azure.microsoft.com/en-us/status/#current
Thanks a lot for checking the issue @mbroadst ; you can close this issue if you wish, otherwise I'll update it when I hear more on when the issue is resolved on Azure side.
@Alex-Wauters glad to hear it wasn't us 😄
@Luzenna - Can you create a support ticket for this? The support team will make sure to prioritize your location to receive the update first.
@Alex-Wauters - You have already created one, correct?
Correct, thank you for checking!
@jtaubensee No, I don't think I can. I tried to send a ticket to the technical support team through the azure portal when I first noticed this issue, however it wanted to sell me a support plan, which I do not really want at this moment. I reached out to you guys through twitter, where I got a message back after some hours (I was off work at that time) saying it should be resolved. However, it has not yet been resolved for us. We still see malformed AMQP payloads (see my previous comment) being sent from the Azure Service Bus (North Europe). How should we proceed?
It seems several things were going on yesterday and our issue was not the one resolved in the first fixes; we're also still facing this issue.
The fix is still getting deployed; as a short term solution you could use non-partitioned entities as the change only affects partitioned entities. However, I have found no way to change existing entities to non-partitioned.
@Alex-Wauters Thanks for the updates.
@jtaubensee I contacted Azure Support twitter and they were generous enough to give us a one-off free support to help us out with this issue. A support ticket has been created in the Azure Portal. EDIT: I got a response from Azure: "We are aware of this issue since yesterday and already produced a fix. The ETA for deployment to the live system is 8-10 hours from now."
@Luzenna - Glad to hear that you were able to get support! Let me know if things aren't fixed in the time-frame they provided. Thanks!
I'm going to open this back up until someone confirms the problem has been solved since we're now getting duplicate tickets for the issue.
@mbroadst thanks! dont know how I missed this ticket!
@ragnarol I can! It's hard to remember to look through closed tickets as well (they look like they're not a problem anymore) 😄
The issue is resolved for us! Thank you very much for all the help and info everyone
@Alex-Wauters glad to hear it, can we get confirmation from @Luzenna and @ragnarol please?
@mbroadst fixed for us as well. Thanks!
@mbroadst All good on our end! :)
thanks everybody
Would you be interested in joining our Yammer Service Bus Advisors group? I'd like to get as many customers as possible in there who use Node, as you guys are a little under-represented at the moment. If you are interested, just let me know!
Hi @jtaubensee, thanks for the invitation, I'll send our details over linkedIn
Hi,
we are using node-amqp10 to receive messages from a queue hosted on Azure Service Bus. This has worked fine for weeks. Since today, our code is failing with the following error:
Full logs with debug mode enabled:
Simplification of our amqp10 code and settings:
We're in touch with Azure just in case it is something on their end, any hints as to how we can circumvent this issue are appreciated