Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
$ cd flume-core
$ ln -s ../conf

Certain tests always fail on my system.

Some concurrency tests spawn many threads (on the order of 1000), which may be higher than the ulimit for processes on your system. Make sure to up that number or disable that test.

One particular test in v0.9.4 is TestNaiveFileWALManagerConcurrently.testSharedDecoHuge fails with

Code Block

java.lang.OutOfMemoryError: unable to create new native thread
	at java.lang.Thread.start0(Native Method)
	at java.lang.Thread.start(Thread.java:597)
...