[
https://issues.apache.org/jira/browse/HBASE-2355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Todd Lipcon updated HBASE-2355:
-------------------------------
Status: Patch Available (was: Open)
> unsychronized logWriters map is mutated from several threads in HLog splitting
> ------------------------------------------------------------------------------
>
> Key: HBASE-2355
> URL: https://issues.apache.org/jira/browse/HBASE-2355
> Project: Hadoop HBase
> Issue Type: Bug
> Components: master
> Affects Versions: 0.20.3
> Reporter: Todd Lipcon
> Priority: Critical
> Attachments: hbase-2355.txt
>
>
> In splitLog, the logWriters map is an unsynchronized collection, and the
> spawned threads mutate it. In practice I've now seen several times a
> situation where one of the puts into this map is lost, and a thread ends up
> renaming a file it's in the process of writing to, causing those edits to be
> lost when the log is split.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.