[
https://issues.apache.org/jira/browse/HBASE-15639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ted Yu updated HBASE-15639:
---------------------------
Resolution: Fixed
Hadoop Flags: Reviewed
Fix Version/s: 1.4.0
1.3.0
2.0.0
Status: Resolved (was: Patch Available)
Thanks for the review, Matteo.
> Unguarded access to stackIndexes in Procedure#toStringDetails()
> ---------------------------------------------------------------
>
> Key: HBASE-15639
> URL: https://issues.apache.org/jira/browse/HBASE-15639
> Project: HBase
> Issue Type: Bug
> Reporter: Ted Yu
> Assignee: Ted Yu
> Priority: Minor
> Fix For: 2.0.0, 1.3.0, 1.4.0
>
> Attachments: HBASE-15639.v1.patch
>
>
> In Procedure#toStringDetails() :
> {code}
> if (stackIndexes != null) {
> sb.append("\n");
> sb.append("stackIndexes=");
> sb.append(Arrays.toString(getStackIndexes()));
> }
> {code}
> The access is not protected by synchronized keyword whereas access to
> stackIndexes is protected in all other methods.
> Note: getStackIndexes() has proper protection.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)