You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chukwa.apache.org by Ariel Rabkin <as...@gmail.com> on 2009/10/13 22:31:09 UTC

[VOTE] another release candidate for 0.3

Hi all.

Jerome pointed out that there are a bunch of problems with 0.3.0-candidate-0.
Here's a brand new candidate:
http://people.apache.org/~asrabkin/chukwa-0.3.0-candidate-1

This incorporates my patch for CHUKWA-399.

--Ari

-- 
Ari Rabkin asrabkin@gmail.com
UC Berkeley Computer Science Department

Re: [VOTE] another release candidate for 0.3

Posted by Eric Yang <ey...@yahoo-inc.com>.
There seems to be a problem with TestDirTailingAdaptor.  Downloaded, and ran
ant test.  This test case failed with this error message:

Testsuite: 
org.apache.hadoop.chukwa.datacollection.adaptor.TestDirTailingAdaptor
Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 3.796 sec

------------- Standard Output ---------------
DirTailingAdaptor looks OK before restart
a78f0c8b944c8b3b94adf268975df9a0:
org.apache.hadoop.chukwa.datacollection.adaptor.DirTailingAdaptor raw
/private/tmp/dir2 filetailer.CharFileTailingAdaptorUTF8 1255537688069
a330dd857fe11320e06b60aaaae8e830:
org.apache.hadoop.chukwa.datacollection.adaptor.filetailer.CharFileTailingAd
aptorUTF8 raw 0 /private/tmp/dir2/atemp7762189542387507951file 0
68e843a49b3eb363c07a3d2d1ee92951:
org.apache.hadoop.chukwa.datacollection.adaptor.DirTailingAdaptor raw
/private/tmp/emptyDir filetailer.CharFileTailingAdaptorUTF8 1255537691101
------------- ---------------- ---------------
Testcase: 
testDirTailer(org.apache.hadoop.chukwa.datacollection.adaptor.TestDirTailing
Adaptor): FAILED
expected:<4> but was:<3>
junit.framework.AssertionFailedError: expected:<4> but was:<3>
        at 
org.apache.hadoop.chukwa.datacollection.adaptor.TestDirTailingAdaptor.testDi
rTailer(TestDirTailingAdaptor.java:84)

Regards,
Eric


On 10/13/09 1:31 PM, "Ariel Rabkin" <as...@gmail.com> wrote:

> Hi all.
> 
> Jerome pointed out that there are a bunch of problems with 0.3.0-candidate-0.
> Here's a brand new candidate:
> http://people.apache.org/~asrabkin/chukwa-0.3.0-candidate-1
> 
> This incorporates my patch for CHUKWA-399.
> 
> --Ari