Github user revans2 commented on the pull request:

    https://github.com/apache/storm/pull/822#issuecomment-151580821
  
    @zhuoliu all of the tests are failing with
    ```
    java.nio.file.NoSuchFileException: 
/tmp/667af8d4-e62c-4bee-a874-118c019c478d/workers-artifacts/test-1-1445964515/1027/events.log
        at 
sun.nio.fs.UnixException.translateToIOException(UnixException.java:86) 
~[?:1.8.0_31]
        at 
sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) 
~[?:1.8.0_31]
        at 
sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107) 
~[?:1.8.0_31]
        at 
sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:214)
 ~[?:1.8.0_31]
        at 
java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:434)
 ~[?:1.8.0_31]
        at java.nio.file.Files.newOutputStream(Files.java:216) ~[?:1.8.0_31]
        at java.nio.file.Files.newBufferedWriter(Files.java:2860) ~[?:1.8.0_31]
        at 
backtype.storm.metric.FileBasedEventLogger.initLogWriter(FileBasedEventLogger.java:32)
 [classes/:?]
        at 
backtype.storm.metric.FileBasedEventLogger.prepare(FileBasedEventLogger.java:85)
 [classes/:?]
        at 
backtype.storm.metric.EventLoggerBolt.prepare(EventLoggerBolt.java:39) 
[classes/:?]
        at 
backtype.storm.daemon.executor$fn__7917$fn__7930.invoke(executor.clj:819) 
[classes/:?]
        at backtype.storm.util$async_loop$fn__1152.invoke(util.clj:480) 
[classes/:?]
        at clojure.lang.AFn.run(AFn.java:22) [clojure-1.7.0.jar:?]
        at java.lang.Thread.run(Thread.java:745) [?:1.8.0_31]
    ```
    
    It looks like the event logger test is trying to write to a directory that 
does not exist.


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to