lkml.org 
[lkml]   [2008]   [May]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: POHMELFS high performance network filesystem. Transactions, failover, performance.
On Wed, May 14, 2008 at 04:37:20PM -0400, Jeff Garzik (jeff@garzik.org) wrote:
> That said, the biggest distributed systems seem to inevitably grow their
> own "front end server" layer. Clients connect to N caching/application
> servers, each of which behaves as you describe: the caching/app server
> connects to the control and data networks, and performs the necessary
> load/store operations.
>
> Personally, I think the most simple thing for _users_ is where
> semi-smart clients open multiple connections to an amorphous cloud of
> servers, where the cloud is self-optimizing, self-balancing, and
> self-repairing internally.

Well, that's how things exist today - POHMELFS client connects to number
of servers and can send data to all of them (currently it doest that for
only 'active' server, i.e. that which was not failed, but that can be
trivially changed). It should be extended to receive 'add/remove server
to the group' command and liekly that's all (modulo other todo items
which are not yet resolved). Then that group becomes quorum and client
has to get response from them. Kind of that...

What I do not like, is putting lots of logic into client, like following
inner server state changes (sync/not sync, quorum election and so on).
With above dumb scheme it should not, but some other magic in the server
land will tell client with whom to start working.


--
Evgeniy Polyakov


\
 
 \ /
  Last update: 2008-05-14 23:23    [W:0.138 / U:0.036 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site