Distributed Services with Go: errata (Page 42)

On page 42:

We test that we can append a record to a segment, read back the same record, and eventually hit the configured max size for both the store and index. Calling newSegment twice with the same base offset and dir also checks that the function loads a segment’s state from the persisted index and log files.

“index and log files” should read “store and index files”.