Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Ali Anwar
Ali AnwarReporter
Bhooshan Mogal
Bhooshan MogalAffects versions
Components
Sprint
None
Fix versions
Due date
Mar 08, 2015
Priority
Created January 16, 2015 at 7:33 PM
Updated March 27, 2015 at 7:31 PM
Resolved March 9, 2015 at 5:50 PM
Currently, queues are identified by app + flow + flowlet.
Table names in Hbase:
cdap.system.queue.PurchaseHistory.PurchaseFlow
However, with namespaces, we could have the same app deployed in multiple namespaces, in which case this could be a problem.
The issue surfaced while adding namespaces to metrics, but this could be a much bigger problem.
Trying to investigate what it takes to add namespace to queues, but unsure at this point if this would be a risky fix for 2.7.0.
As part of this fix, we should also add the DELETE /v3/namespaces/<namespace-id>/queues API in AppFabric.