[
https://issues.apache.org/jira/browse/HBASE-8873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13708029#comment-13708029
]
Liang Xie commented on HBASE-8873:
----------------------------------
it passed on my box with "mvn clean test -P runAllTests"
Results :
Tests run: 1371, Failures: 0, Errors: 0, Skipped: 13
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 59:37.807s
[INFO] Finished at: Sun Jul 14 20:44:19 CST 2013
[INFO] Final Memory: 44M/899M
[INFO] ------------------------------------------------------------------------
> minor concurrent issue about filesCompacting
> --------------------------------------------
>
> Key: HBASE-8873
> URL: https://issues.apache.org/jira/browse/HBASE-8873
> Project: HBase
> Issue Type: Bug
> Affects Versions: 0.95.1, 0.94.9
> Reporter: Liang Xie
> Assignee: Liang Xie
> Attachments: HBase-8873-0.94.txt
>
>
> i am reading compaction code, seems there's a minor thread-safe issue on
> filesCompacting in both 0.94 and trunk, we guard it with synchronized/lock,
> except needsCompaction() function. and the fix should sth like this:
> synchronized (filesCompacting) {
> ...
> }
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira