<div>hi:</div>
<div> </div>
<div> I am new to mogilefs, and I could not find an answer to my problem anywhere... </div>
<div> </div>
<div> After I installed mogilefs on linux , I tried to use mogtool to test it. </div>
<div>The problem is that when I try to inject huge files into mogilefs using mogtool command like this :</div>
<div>"mogtool inject --bigfile --gzip --verify --concurrent=3 --chunksize=32M somehugefile thefilekey" , I saw "md5 mismatch" error IF somehugefile is an already compressed ( bzip2 ) file. </div>
<div>The md5 mismatch will NOT happen IF I didn't use the "--gzip" option OR "somehugefile" is NOT already compressed...</div>
<div> </div>
<div> Could anyone please tell me what's wrong? </div>
<div> </div>
<div> Thanks a lot in advance...</div>
<div> </div>
<div> The following shows the output :</div>
<div>*********************</div>
<div>mogtool inject --bigfile --gzip --verify --concurrent=3 --chunksize=32M somehugefile.tar.bz2 somehugefile.tar.bz2<br>NOTE: Using chunksize of 33554432 bytes.<br>chunk somehugefile.tar.bz2,1: e6b8f9e8815f90b9a1ecefcec9dd1d69, len = 33554432
<br>Spawned child 11415 to deal with chunk number 1.<br> chunk 1 saved in 3.12 seconds.complete]<br>chunk somehugefile.tar.bz2,2: af680f5778adf6864d0570d40e29d89b, len = 33554432<br>Child 11415 successfully finished with chunk 1.
<br>Spawned child 11416 to deal with chunk number 2.<br>chunk somehugefile.tar.bz2,3: 6030092256a4dd2f41ddd25822abc18a, len = 4989419<br>Spawned child 11417 to deal with chunk number 3.<br> chunk 3 saved in 1.78 seconds.
<br>Child 11417 successfully finished with chunk 3.<br> chunk 2 saved in 3.94 seconds.<br>Child 11416 successfully finished with chunk 2.<br>Beginning replication wait: 1 2 3<br> Verifying chunk 1, path <a href="http://192.168.1.254:7500/dev254/0/000/000/0000000143.fid...md5">
http://192.168.1.254:7500/dev254/0/000/000/0000000143.fid...md5</a> mismatch<br> Verifying chunk 1, path <a href="http://192.168.1.1:7500/dev1/0/000/000/0000000143.fid...md5">http://192.168.1.1:7500/dev1/0/000/000/0000000143.fid...md5
</a> mismatch<br> Verifying chunk 3, path <a href="http://192.168.1.254:7500/dev254/0/000/000/0000000145.fid...ok">http://192.168.1.254:7500/dev254/0/000/000/0000000145.fid...ok</a><br> Verifying chunk 3, path
<a href="http://192.168.1.1:7500/dev1/0/000/000/0000000145.fid...ok">http://192.168.1.1:7500/dev1/0/000/000/0000000145.fid...ok</a><br> Verifying chunk 2, path <a href="http://192.168.1.1:7500/dev1/0/000/000/0000000144.fid...md5">
http://192.168.1.1:7500/dev1/0/000/000/0000000144.fid...md5</a> mismatch<br> Verifying chunk 2, path <a href="http://192.168.1.254:7500/dev254/0/000/000/0000000144.fid...md5">http://192.168.1.254:7500/dev254/0/000/000/0000000144.fid...md5
</a> mismatch<br>Beginning replication wait: 1 2<br> Verifying chunk 1, path <a href="http://192.168.1.1:7500/dev1/0/000/000/0000000143.fid...md5">http://192.168.1.1:7500/dev1/0/000/000/0000000143.fid...md5</a> mismatch
<br> Verifying chunk 1, path <a href="http://192.168.1.254:7500/dev254/0/000/000/0000000143.fid">http://192.168.1.254:7500/dev254/0/000/000/0000000143.fid</a>...<br> </div>
<div>*********************</div>
<div> </div>
<div>afool41</div>