linkedin / linkedin/Burrow

Burrow floods FetchSessionCache on Kafka Broker

Open
#621 3 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Go
Stars
4k
Forks
818
Avg merge
1h 14m
Merged PRs (30d)
1

Description

When running Burrow 1.3.2 with Kafka client version 2.1.0 (or higher) against a Kafka 2.1.1 cluster, the FetchSessionCache on Kafka Broker gets flooded with new entries which eventually leads to FetchSessionCache evictions. In the screenshot below Burrow 1.3.2 had been started at around 16:37, Broker FetchSessionCache is limited to 5000:
![image](https://user-images.githubusercontent.com/17594673/76331378-5de1b400-62ef-11ea-993e-bd42e69999fa.png)

The workaround is either downgrading to Kafka client 2.0.1 (or lower) or downgrading Burrow to 1.2.2 which works perfectly fine with Kafka client 2.1.0 in this case. So it may be either Burrow or Sarama issue.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the issue with Burrow 1.3.2, Kafka client 2.1.0 or higher, and a Kafka 2.1.1 cluster, then compare it with Burrow 1.2.2 and client 2.0.1. Investigate whether the regression is in Burrow or Sarama and verify completion by preventing FetchSessionCache flooding and evictions under the reported configuration.

Written by the indexing model from the issue text.

Assessment

Tech stack
go, kafka
Domain
distributed-systems
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.