Skip to content

Conversation

@merlimat
Copy link
Contributor

Motivation

Maven assembly plugin is including individual Netty jars, even though we have a dependency exclusion. These packages are conflicting with the netty-all package that we are already including.

Modifications

Setup exclusion in the maven assembly configuration.

Fix #277

@merlimat merlimat added the type/bug The PR fixed a bug or issue reported a bug label Mar 23, 2017
@merlimat merlimat added this to the 1.17 milestone Mar 23, 2017
@merlimat merlimat self-assigned this Mar 23, 2017
@merlimat merlimat requested review from rdhabalia and saandrews March 23, 2017 18:51
@merlimat
Copy link
Contributor Author

@rdhabalia @saandrews This should be possibly backported to 1.16 branch

Copy link
Contributor

@rdhabalia rdhabalia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@rdhabalia rdhabalia merged commit 181172f into apache:master Mar 23, 2017
hrsakai pushed a commit to hrsakai/pulsar that referenced this pull request Dec 10, 2020
* Add rerun feature test command to repo

Signed-off-by: xiaolong.ran <rxl@apache.org>

* rename bot.yaml

Signed-off-by: xiaolong.ran <rxl@apache.org>

* fix ci error

Signed-off-by: xiaolong.ran <rxl@apache.org>

* fix ci error

Signed-off-by: xiaolong.ran <rxl@apache.org>
hangc0276 pushed a commit to hangc0276/pulsar that referenced this pull request May 26, 2021
…vert properly (apache#311)

When `KafkaConsumer` send OffsetCommitRequest,
the field `retentionTime` is always set to -1,
and kafka server convert the retentionTime according to server config.

this patch add convert logic the same as kafka server
to avoid kop expire the wrong commit offset in
`GroupMetadataManager.cleanupGroupMetadata` logic.

test in `KafkaRequestHandlerTest.testOffsetCommitRequestRetentionMs`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type/bug The PR fixed a bug or issue reported a bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants