Open Issues Need Help
View All on GitHubAI Summary: The task is to debug and fix a memory leak in the JedisClusterInfoCache class within the AI-powered GitHub issue triage assistant. The leak occurs when `isReadOnlyForRedisClusterReplicas` is true, causing the `replicaSlots` list to grow indefinitely due to calls to `assignSlotsToReplicaNode`. The fix requires understanding the interaction between `reset()`, `assignSlotsToReplicaNode`, and the management of Redis cluster slots.
An intelligent assistant that automates triaging for GitHub issues
AI Summary: Implement a feature in the AI-powered GitHub issue triage assistant to automatically tag or mention repository maintainers on new issues. This involves integrating with the GitHub API to identify maintainers based on repository settings or issue content and adding functionality to the existing Spring Boot application to add these mentions/tags to the issue.
An intelligent assistant that automates triaging for GitHub issues
AI Summary: The task is to use the provided AI-powered GitHub issue triage assistant (built with Spring Boot, Redis, and LiteLLM) to automatically label and triage a new GitHub issue reporting timeout errors with Jedis under high load. This involves using the assistant's LLM capabilities to understand the issue description and stack trace, finding similar past issues using Redis vector search, and potentially generating a Slack notification or GitHub comment.
An intelligent assistant that automates triaging for GitHub issues
AI Summary: The task is to use the provided AI-powered GitHub issue triage assistant (built with Spring Boot, Redis, and LLMs) to automatically label and triage a new GitHub issue concerning a broken command-line argument parser. This involves using the assistant's capabilities to identify similar past issues, potentially suggest labels based on the issue description and related issues, and potentially send a Slack notification to relevant maintainers.
An intelligent assistant that automates triaging for GitHub issues