Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

ISSUE-13340: PIP-122: Change loadBalancer default loadSheddingStrategy to ThresholdShedder #3437

Closed
sijie opened this issue Dec 15, 2021 · 0 comments
Labels

Comments

@sijie
Copy link
Member

sijie commented Dec 15, 2021

Original Issue: apache#13340


Motivation

The ThresholdShedder load balance policy since Pulsar 2.6.0 by apache#6772. It can resolve many load balance issues of OverloadShedder and works well in many Pulsar production clusters.

In Pulsar 2.6.0, 2.7.0, 2.8.0 and 2.9.0, Pulsar's default load balance policy is OverloadShedder.

I think it's a good time for 2.10 to change default load balance policy to ThresholdShedder, it will make throughput more balance between brokers.

Proposed Changes

In 2.10 release,for broker.conf, change loadBalancerLoadSheddingStrategy from org.apache.pulsar.broker.loadbalance.impl.OverloadShedder to org.apache.pulsar.broker.loadbalance.impl.ThresholdShedder

@sijie sijie added the PIP label Dec 15, 2021
@sijie sijie closed this as completed Jan 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant