[
https://issues.apache.org/jira/browse/HBASE-24669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17149782#comment-17149782
]
niuyulin commented on HBASE-24669:
----------------------------------
you mean replace "parent pid" to "parent ppid"? what if parent has parent ?
{code:java}
2020-07-02,01:05:32,181 INFO [PEWorker-8]
org.apache.hadoop.hbase.procedure2.ProcedureExecutor: Finished subprocedure
pid=6190915, resume processing parent pid=6190914, ppid=6190913,
state=RUNNABLE:REGION_STATE_TRANSITION_CONFIRM_CLOSED, locked=true;
TransitRegionStateProcedure table=tsdb,
region=15675415356879e7020f3ede695e0803, UNASSIGN
{code}
> Logging of ppid should be consistent across all occurrences
> -----------------------------------------------------------
>
> Key: HBASE-24669
> URL: https://issues.apache.org/jira/browse/HBASE-24669
> Project: HBase
> Issue Type: Improvement
> Components: Operability, proc-v2
> Reporter: Nick Dimiduk
> Priority: Minor
>
> Most places we log {{pid}} and {{ppid}} I noticed at least one occurrence of
> {{parent pid}} instead of {{ppid}}. All this logging should be uniform so
> that it's easy to grep the logs.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)