6 comments (6 comments)0 reactions (0 reactions)1 assignee (1 assignee)Java4,149 forks (4,149 forks)batch import
Imported Jira Issuebuggood first issue
Repository metrics
- Stars
- 6,517 stars (6,517 stars)
- PR merge metrics
- Avg merge 1d 10h (Avg merge 1d 10h)100 merged PRs in 30d (100 merged PRs in 30d)
Contributor guide
- Research direction
- Look for places in the Storm codebase (likely in heartbeat related classes) where timestamps (time secs, uptime secs) are stored as 32 bit integers. Replace them with 64 bit longs to avoid the Y2038 overflow.
- Tech stack
- java
- Domain
- backend
- Issue type
- Bug
- Prerequisites
- JavaApache Storm