Chapter 10 issue

“You lock the bufferLock and create a new local variable bufferToProcess to use in case
there’s a batch of objects to write to disk.”

There is no “bufferLock”. I assume this was left over from some previous version of this chapter.

Precisely, thanks for spotting this. We use to have locks in that code but we cleaned the code and they were redundant :slight_smile: