xnnyygn / xraft

xnnyygn's raft implementation
MIT License
229 stars 108 forks source link

fix #40: copy entries.subList in MemoryEntrySequence to prevent ConcurrentModificationException #41

Closed meteam2022 closed 10 months ago

meteam2022 commented 10 months ago

Fix #40

Thank you for your quick response! I have tested the fix, and no exceptions are raised now.

xnnyygn commented 10 months ago

Thanks for your contribution.