Gili We had a jira system failure with partial loss of data which explains the data loss problems you mention. if you have the testcase.zip lying around, please upload it again. Anyway, as far I can tell, changing RollingFileAppender.subAppend method from using synchronized to a `ReantrantLock` seems to solve the deadlock issue (as you also mentioned initially). |