Whamcloud - gitweb
b=24089 avoid reuse cache storage collisions
authorBrian J. Murrell <brian.murrell@oracle.com>
Wed, 17 Nov 2010 18:27:17 +0000 (02:27 +0800)
committerVitaly Fertman <vitaly.fertman@sun.com>
Thu, 18 Nov 2010 22:10:26 +0000 (01:10 +0300)
commit534e706b61114bbb6a462c0b9c911d42a1498f23
tree4ca607238bbbb391bdc2d815afd78cc85d1167bf
parent9eccc6cc308e931d9c6040714caffdaef62a56f9
b=24089 avoid reuse cache storage collisions

This is a hack.  Basically, all nodes do their build and the last one
to store in the cache wins.
A better solution would be for nodes to announce their intention to
build for a given hash and any other nodes that will do the same wait
for the first node to finish and store it.  Subsequent nodes then just
use the first node's stored result.

i=wangyb
i=cliff
build/lbuild