Skip to content

Instantly share code, notes, and snippets.

@Dieterbe

Dieterbe/hmm.txt Secret

Created January 9, 2017 10:35
Show Gist options
  • Save Dieterbe/894e65cf28c7e978378311ed2be1dc52 to your computer and use it in GitHub Desktop.
Save Dieterbe/894e65cf28c7e978378311ed2be1dc52 to your computer and use it in GitHub Desktop.
chunkspan = 6h, data interval = 10min
customer sent data every 10min up until 10:00
=> shortly after 6:00 a chunksave was triggered for chunk t0=00:00 (which has data until 05:59:59)
=> there is an in-memory chunk with data from 6:00 until 10:00
=> around 18:00, the primary crashes
=> around 18:00, new node comes up, there's no metricpersist messages in the last 6h (as of 12:00)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment