apache / apache/accumulo-fluo

Limit connections to Zookeeper

Open
#896 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
200
Forks
73
PR merge metrics
No merged PRs in 30d

Description

The method `FluoAdminImpl.mergeZookeeperConfig` currently creates a curator to connect to Zookeeper. This method could accept a curator object and calls to it could be changed to limit the number of connections to Zookeeper.

Contributor guide

Open the contributing guide

Research direction

Start with FluoAdminImpl.mergeZookeeperConfig, which currently creates a Curator connection, and trace the Curator calls made within the method. Determine how a supplied Curator object would be used and verify that the completed change limits the number of Zookeeper connections without changing the configuration merge behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
distributed-systems
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.