camsas / firmament

The Firmament cluster scheduling platform
Apache License 2.0
415 stars 79 forks source link

Drop old storage engine from code base #16

Closed ms705 closed 9 years ago

ms705 commented 9 years ago

This pull request removes the old (incomplete and never fully working) in-memory storage engine from the code base. We don't need it any more, and will replace it with different plugins for different use cases:

  1. A HDFS adapter for managing references to objects stored in HDFS.
  2. A local FS adapter for objects in local directories.
  3. At a later stage, a DIOS adapter for DIOS objects accessed via DIOS names and references.

There is no functional impact from this change; I'm merely dropping dead code (and am fixing up a few nasty include order dependencies along the way).

   

ms705 commented 9 years ago

@ICGog Please review.

ICGog commented 9 years ago

:shipit: