HBaseQueueDebugger throws NotFoundException when a newly deployed app is not yet started
Description
Release Notes
None
is duplicated by
Activity
Show:
Duplicate
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Sagar Kapare
Sagar KapareReporter
Poorna Chandra
Poorna ChandraLabels
Components
Priority
Created August 25, 2015 at 6:15 PM
Updated December 9, 2020 at 8:58 PM
Resolved February 16, 2016 at 8:55 AM
When I deploy a new app without starting it, and then run HBaseQueueDebugger, it throws NotFoundException since the queues are not yet created for the app.
Stacktrace:
Exception in thread "main" co.cask.cdap.common.exception.NotFoundException: 'queue:///ns1/WordCount/WordCounter/splitter/wordArrayOut' was not found at co.cask.cdap.data.tools.HBaseQueueDebugger.scanQueue(HBaseQueueDebugger.java:195) at co.cask.cdap.data.tools.HBaseQueueDebugger.scanAllQueues(HBaseQueueDebugger.java:175) at co.cask.cdap.data.tools.HBaseQueueDebugger.main(HBaseQueueDebugger.java:538)