zoukankan      html  css  js  c++  java
  • Colossus: Successor to the Google File System (GFS)

    Colossus is the successor to the Google File System (GFS) as mentioned in the recent paper on Spanner on OSDI 2012. Colossus is also used by spanner to store its tablets. The information about Colossus is slim compared with GFS which is published in the paper on SOSP 2003. There is still some information about Colossus on the Web. Here, I list some of them.

     

    Storage Architecture and Challenges

    On Faculty Summit, July 29, 2010, by Andrew Fikes, Principal Engineer.

    The slides. Some interesting points:

     

    • Storage Software: Colossus
      • Next-generation cluster-level file system
      • Automatically sharded metadata layer
      • Data typically written using Reed-Solomon (1.5x)
      • Client-driven replication, encoding and replication
      • Metadata space has enabled availability analyses
    • Why Reed-Solomon?
      • Cost. Especially w/ cross cluster replication.
      • Field data and simulations show improved MTTF
      • More flexible cost vs. availability choices

    GFS: Evolution on Fast-forward

    An interview with Google’s Sean Quinlan by the Association for Computer Machinery (ACM).

    View the interview.

    Some important info:

    • “We also ended up doing what we call a “multi-cell” approach, which basically made it possible to put multiple GFS masters on top of a pool of chunkservers.”
    • “We also have something we called Name Spaces, which are just a very static way of partitioning a namespace that people can use to hide all of this from the actual application.” … “a namespace file describes”
    • “The distributed master certainly allows you to grow file counts, in line with the number of machines you’re willing to throw at it.” … “Our distributed master system that will provide for 1-MB files is essentially a whole new design. That way, we can aim for something on the order of 100 million files per master. You can also have hundreds of masters.”
    • BitTable “as one of the major adaptations made along the way to help keep GFS viable in the face of rapid and widespread change.”

    Google File System II: Dawn of the Multiplying Master Nodes Comments on GFS2 (colossus)

    by Cade Metz in San Francisco.

    The article and some excerpt.

  • 相关阅读:
    设计模式------命令模式
    设计模式------中介者模式
    重置元素的CSS样式
    正则替换标签内的字符串
    Web移动端Fixed布局的解决方案
    弹窗滚动,禁止底部滚动
    css3 模拟动态加载图标
    利用滚动条进行移动端水平滑动
    滚动加载
    搭建本地服务器调试移动端页面
  • 原文地址:https://www.cnblogs.com/dhcn/p/7389645.html
Copyright © 2011-2022 走看看