glyustb / mogilefs

Automatically exported from code.google.com/p/mogilefs
0 stars 0 forks source link

ZoneLocal don't work will --bigfile #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Configure ZoneLocal plugin
2.Import a file with --bigfile. Try to extract it, ZoneLocal will not work.
3.Import the same files with --nobigfile. Now ZoneLocal works well.

What is the expected output? What do you see instead?
I see the files uploaded with --bigfile get extracted from a far server, but 
the files with --nobigfile 
uses always the nearest server.

What version of the product are you using? On what operating system?
Debian Lenny.

Please provide any additional information below.

Original issue reported on code.google.com by skee...@gmail.com on 20 May 2010 at 10:02

GoogleCodeExporter commented 8 years ago
Sorry, bigfiles aren't supported.

The issue is likely that the bigfile metadata is holding hardcoded copies of 
the chunk urls... So ZoneLocal is never even able to touch them.

"Bigfiles" as implemented aren't really supported anymore, sorry :(

Original comment by dorma...@rydia.net on 19 Sep 2010 at 11:55