#1761·dicedb

Remove Error handling in `periodicRotateSegment` method

Author: ayushsatyam146Created May 30, 2025Updated May 30, 2025

Refer the below TODO in periodicRotateSegment method. Cleanup this todo after rotateLog refactor

// TODO: Remove this error handling once we clean up the error handling in the rotateLog function.

Setup Instructions

  1. setup DiceDB server locally from the source - instructions
  2. setup DiceDB Go SDK locally from the source - instructions
  3. setup DiceDB CLI locally from the source - instructions
  4. refer to the Pointing to local checked-out dicedb-gosection inREADME`.

Start the DiceDB server

$ go run main.go --log-level debug

Follow the contribution guidelines

These are general guidelines to follow before you submit a patch. Please mark them as done once you complete them