Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

v1.0.0

Latest
Compare
Choose a tag to compare
@colinmarc colinmarc released this 26 Oct 13:03
· 229 commits to master since this release

This release represents a major rewrite of sequins. We've been running this new code internally for more than six months, and we think it's in pretty good shape!

The main difference is that sequins can now run as a cluster, partitioning and replicating data across multiple machines. There are lots of other changes, as well, including:

To say the least, this release is highly backwards incompatible with sequins 0.4.x. Moreover, input data that was organized for 0.4.x needs to be organized slightly different in S3 or HDFS. You can read more about the new source root layout here.

Additionally, since v1.0.0rc1, a few issues have been fixed:

  • #60: A rare deadlock in the zookeeper code was fixed, and automatic GCing of old zookeeper nodes was added
  • #59: A bug was fixed where sequins would cancel in-flight proxied requests
  • #58: Sequins can now start up with no data, to make the quickstart guide simpler