GitHub user imandhan opened a pull request: https://github.com/apache/kafka/pull/1702
Kafka 3940: Log should check the return value of dir.mkdirs() Changed occurrences of dir.mkdirs() to Files.createDirectory and similarly for File.delete to Files.delete You can merge this pull request into a Git repository by running: $ git pull https://github.com/imandhan/kafka KAFKA-3940 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/1702.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1702 ---- commit e0be207db0d9eef2eaa3d0b3638f50b8921bd9a3 Author: Ishita Mandhan <iman...@us.ibm.com> Date: 2016-07-20T20:53:20Z KAFKA-3940 Log should check the return value of dir.mkdirs() Changed all occurrences of dir.mkdirs() with Files.createDirectory commit 1106f1b3b674c4f759498966749dfa85a8eafc2c Author: Ishita Mandhan <iman...@us.ibm.com> Date: 2016-07-20T20:53:20Z KAFKA-3940 Log should check the return value of dir.mkdirs() Changed all occurrences of dir.mkdirs() with Files.createDirectory commit 1015d0004a63fbcc00f2432227ade39ec1b064de Author: Ishita Mandhan <iman...@us.ibm.com> Date: 2016-07-22T18:18:44Z Merge branch 'KAFKA-3940' of https://github.com/imandhan/kafka into KAFKA-3940 commit b9b6f34f1e99afdd92db3be354902a8d3901ed9c Author: Ishita Mandhan <iman...@us.ibm.com> Date: 2016-07-22T18:18:44Z Merge branch 'KAFKA-3940' of https://github.com/imandhan/kafka into KAFKA-3940 commit dcda3a72c155bc237b5ba1085a41f813594905c9 Author: Ishita Mandhan <iman...@us.ibm.com> Date: 2016-07-22T21:14:57Z Merge branch 'KAFKA-3940' of https://github.com/imandhan/kafka into KAFKA-3940 ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---