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
- setup DiceDB server locally from the source - instructions
- setup DiceDB Go SDK locally from the source - instructions
- setup DiceDB CLI locally from the source - instructions
- refer to the
Pointing to local checked-outdicedb-gosection inREADME`.
Start the DiceDB server
$ go run main.go --log-level debugFollow the contribution guidelines
These are general guidelines to follow before you submit a patch. Please mark them as done once you complete them
- please go through the CONTRIBUTING guide
- follow LOGGING best practices
- follow Golang best practices
- run
make linton your local copy of the codebase
Source: dicedb/dicedb