apache/storm
View on GitHub[STORM-4116] Heartbeats mechanism is affected by Y2038 bug
Open
#7,897 opened on Nov 13, 2024
5 comments (5 comments)0 reactions (0 reactions)1 assignee (1 assignee)Java6,517 stars (6,517 stars)4,149 forks (4,149 forks)batch import
Imported Jira Issuebuggood first issue
Description
Contributor guide
- Tech stack
- java
- Domain
- backendinfrastructure
- Issue type
- bug
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- half day
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- blocked
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- clear
- Prerequisites
- JavaApache Storminteger overflowheartbeat mechanism
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 35
- Research direction
- Investigate the heartbeat mechanism in Apache Storm source code, focusing on the nimbus and pacemaker components. Identify all integer fields used for timestamps (e.g., time secs, uptime secs) and change their types to long. Verify any thrift schema changes required. Check the issue comments and any linked code for additional context.