main · last commit
1 month ago ·
2npkec0r
tarantool-etcd-jtg /version missing the storage field (etcd 3.6)
Lined Up
bd update tarantool-etcd-jtg --claim
bd close tarantool-etcd-jtg
| Created by | Eugene Blikh |
| Owner | bigbes@gmail.com |
| Created | 2026-07-17T13:21:59Z |
| Updated | 2026-07-17T13:21:59Z |
etcd 3.6 adds a 'storage' field to /version (api/version/version.go:63).
app/etcd/json.lua:484-489 hardcodes {"etcdserver":"3.6.0","etcdcluster":"3.6.0"}. The value we need already exists as ETCD_VERSION at app/etcd/maintenance.lua:29 — one-line body change.
Note the hardcoded version strings here are a separate smell: they duplicate maintenance.lua's constant rather than referencing it, so they can drift. Worth unifying while touching this.
/version includes storage; the three version strings come from one constant rather than being hardcoded twice; conformance asserts the field against real etcd.
No outgoing dependencies.
Nothing depends on this issue.
| id | tarantool-etcd-jtg |
| content_hash | c5416ea2d70437d5ac6a52dd8981f5704b6a809727dc24b720dd0237b4616ddc |
| title | /version missing the storage field (etcd 3.6) |
| description | etcd 3.6 adds a 'storage' field to /version (api/version/version.go:63). app/etcd/json.lua:484-489 hardcodes {"etcdserver":"3.6.0","etcdcluster":"3.6.0"}. The value we need already exists as ETCD_VERSION at app/etcd/maintenance.lua:29 — one-line body change. Note the hardcoded version strings here are a separate smell: they duplicate maintenance.lua's constant rather than referencing it, so they can drift. Worth unifying while touching this. |
| design | |
| acceptance_criteria | /version includes storage; the three version strings come from one constant rather than being hardcoded twice; conformance asserts the field against real etcd. |
| notes | |
| status | open |
| priority | 3 |
| issue_type | bug |
| assignee | NULL |
| estimated_minutes | NULL |
| created_at | 2026-07-17T13:21:59Z |
| created_by | Eugene Blikh |
| owner | bigbes@gmail.com |
| updated_at | 2026-07-17T13:21:59Z |
| closed_at | NULL |
| closed_by_session | |
| external_ref | NULL |
| spec_id | |
| compaction_level | 0 |
| compacted_at | NULL |
| compacted_at_commit | NULL |
| original_size | NULL |
| sender | |
| ephemeral | 0 |
| wisp_type | |
| pinned | 0 |
| is_template | 0 |
| mol_type | |
| work_type | |
| source_system | |
| metadata | <binary> |
| source_repo | |
| close_reason | |
| event_kind | |
| actor | |
| target | |
| payload | |
| await_type | |
| await_id | |
| timeout_ns | 0 |
| waiters | |
| hook_bead | |
| role_bead | |
| agent_state | |
| last_activity | NULL |
| role_type | |
| rig | |
| due_at | NULL |
| defer_until | NULL |
| no_history | 0 |
| started_at | NULL |
| is_blocked | 0 |
| issue_id | tarantool-etcd-jtg |
| label | etcd-changelog-sweep |
| id | 019f703d-b1f2-7dfe-8a33-02653f7effd4 |
| issue_id | tarantool-etcd-jtg |
| event_type | created |
| actor | Eugene Blikh |
| old_value | |
| new_value | |
| comment | NULL |
| created_at | 2026-07-17T16:21:59Z |
| id | 019f703d-b1f3-77f7-863d-530d31d48be4 |
| issue_id | tarantool-etcd-jtg |
| event_type | label_added |
| actor | Eugene Blikh |
| old_value | NULL |
| new_value | NULL |
| comment | Added label: etcd-changelog-sweep |
| created_at | 2026-07-17T16:21:59Z |
No comments.