[
https://issues.apache.org/jira/browse/HBASE-25149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17208998#comment-17208998
]
Nick Dimiduk commented on HBASE-25149:
--------------------------------------
Looks like there's already code for this in {{HttpServer}} initialization, I'm
not sure why it isn't being called in my environment. TBD.
> Profiling servlet ensure output directory exists and is writable
> ----------------------------------------------------------------
>
> Key: HBASE-25149
> URL: https://issues.apache.org/jira/browse/HBASE-25149
> Project: HBase
> Issue Type: Bug
> Components: Performance
> Affects Versions: 2.3.0
> Reporter: Nick Dimiduk
> Priority: Minor
>
> When the profiling servlet runs async-profiler when the output path
> ({{/tmp/prof-output}} doesn't exist or isn't writable by the {{hbase}}
> process, it will sit in a refresh loop indefinitely. The servlet should
> check that the output path is writable, or even make an attempt to create the
> output directory, and inform the user of the situation, rather than
> attempting and silently failing to generate the flame graph.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)