New field in box.status system event, dd_version
Nobody has claimed this yet.
- Dominant language
- CSS
- Stars
- 15
- Forks
- 49
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 3
Description
Since: Tarantool 3.3.0
Root: https://www.tarantool.io/en/doc/latest/reference/reference_lua/box_events/system_events/#system-events
dd_version: string, shows the version of schema database from
box.space.schema['version']. Not to be confused with box.schema.version.
Requested by @Serpentian in https://github.com/tarantool/tarantool/commit/dde4602807cf4db4ec33501a47feadee09c8733c.
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
Open the system events reference page linked under Root and locate the box.status event documentation. Confirm how existing event fields are described, then document dd_version as the schema database version from box.space.schema['version'], distinct from box.schema.version. Done means the reference includes this field and its clarification.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 50/100