Create Queue: metadata size > 64 KB

Bug #1177952 reported by Malini Kamalambal
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
zaqar
Fix Released
Medium
Unassigned

Bug Description

Steps to Repro:

Create/Update a queue with metadata size 64 KB +1

Expected Result:
Request will fail, since maximum allowed metadata is only 64 KB.

Actual Result:
Request succeeds & the queue is created/updated with the huge metadata

Changed in marconi:
status: New → Confirmed
Kurt Griffiths (kgriffs)
Changed in marconi:
importance: Undecided → Medium
Revision history for this message
Allele Dev (alleledev) wrote :

This bug persists. I verified it again today.

'''
>>> requests.put('http://localhost:8888/v1/queues/a/metadata', data=json.dumps({'a': 'a' * 16000}))
<Response [204]>
'''

summary: - Create Queue: metadata size > 4 KB
+ Create Queue: metadata size > 64 KB
description: updated
Revision history for this message
Malini Kamalambal (malini-pk) wrote :

I updated the bug description to reflect the latest spec (changed from 4KB to 64 KB).
I am getting back 400s with the expected error response, for metadata > 64KB.

alejandro --> can you try with 64KB + & update if you are still seeing the bug?

Kurt Griffiths (kgriffs)
Changed in marconi:
status: Confirmed → Won't Fix
status: Won't Fix → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.