Why is there no English documentation ?
Baidu File System – A distributed file system for real-time applications
41–50 of 169 posts
Re: Baidu File System – A distributed file system for real-time applications
#42Earlier quoted context omitted.
I imagined that. I am more like "let me tell you exactly what I want" rather than relying on behavior defined elsewhere. It would not pass review where I work.
Not to be rude, but I'm glad I don't work where you work. How would that be consistent with your own classes? "Oh no, you can't just use a 'Tree' object, you need to explicitly set that there are no leaves yet, no branches yet, no squirrels yet, etc… etc…" Do you .clear() your vectors before you use them? This sounds like newbies that do: #define TRUE (1 == 1)
Re: Baidu File System – A distributed file system for real-time applications
#43Re: Baidu File System – A distributed file system for real-time applications
#44Earlier quoted context omitted.
The value constructor for strings is the empty string.
I imagined that. I am more like "let me tell you exactly what I want" rather than relying on behavior defined elsewhere. It would not pass review where I work.
Re: Baidu File System – A distributed file system for real-time applications
#45Earlier quoted context omitted.
Do you even know how it is when not-your-own-language is the dominant one for everything in computers?
Sssshhh don't point out the hypocrisy.
Re: Baidu File System – A distributed file system for real-time applications
#46That design is very reminiscent of CephFS's cluster monitors, metadata servers, object storage devices.
[1]: https://github.com/baidu/bfs/blob/master/docs/design.md, https://github.com/baidu/bfs/blob/master/docs/BFS_design.md
Re: Baidu File System – A distributed file system for real-time applications
#47Can a distributed storage expert comment in what ways this differs from hadoop?
Re: Baidu File System – A distributed file system for real-time applications
#48Based on the design[1], it has a leader / follower pattern (although you should have multiple leaders with Raft consensus to avoid having a single point of failure), where the leader is called "nameserver" and decides where to put each piece of data and metadata among a set of chunk servers and metadata servers. That design is very reminiscent of CephFS's cluster monitors, metadata servers, object storage devices. [1…
Re: Baidu File System – A distributed file system for real-time applications
#49Why is there no English documentation ?
Why is there rarely any non-english-language documentation for most codebases nowadays? The world doesn't revolved around english-speaking countries.