temporalio / temporalio/temporal
Lots of log noise on restarting server with sqlite persistence
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 23.2k
- Forks
- 1.9k
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 228
Description
Expected Behavior
No log noise.
Actual Behavior
On 1.24.1 (i.e. latest CLI as of this writing). Doing a simple temporal server start-dev --db-filename my-db.db, interrupting it (does graceful shutdown), then running that command again gives lots of logs. This is in addition to the log noise server already gives on startup/shutdown of CLI.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue with temporal server start-dev --db-filename my-db.db, interrupt the server gracefully, and run the command again. Trace the CLI server startup and shutdown logging to identify the source of the extra messages; done means restarting with SQLite persistence produces no unexpected log noise.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, sqlite
- Domain
- cli, databases, observability
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100