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

[FEATURE] Support delay close on authentication failed #709

Conversation

Demogorgon314
Copy link
Member

@Demogorgon314 Demogorgon314 commented Sep 6, 2021

Fix #668

Motivation

Performing authentication is one of the most expensive operation performed in the network thread, so much so that it could end up saturating them, preventing from getting any useful work from being done.

Modifications

  • Support delay close on authentication failed.
  • Change logs level.

@Demogorgon314 Demogorgon314 added the type/feature Indicates new functionality label Sep 6, 2021
@Demogorgon314 Demogorgon314 self-assigned this Sep 6, 2021
@Demogorgon314 Demogorgon314 changed the title [WIP][FEATURE] Support delay close on authentication failed [FEATURE] Support delay close on authentication failed Sep 6, 2021
@Demogorgon314 Demogorgon314 added the doc-required This pr needs a document label Sep 6, 2021
@BewareMyPower
Copy link
Collaborator

Please solve the conflicts first.

@Demogorgon314 Demogorgon314 force-pushed the support-delay-close-on-authentication-failed branch from 22a6f3e to a4228cd Compare September 7, 2021 02:55
@BewareMyPower BewareMyPower merged commit 27ff1ca into streamnative:master Sep 7, 2021
BewareMyPower pushed a commit that referenced this pull request Sep 8, 2021
Fix #668

## Motivation
Performing authentication is one of the most expensive operation performed in the network thread, so much so that it could end up saturating them, preventing from getting any useful work from being done.

## Modifications
* Support delay close on authentication failed.
* Change logs level.
@Demogorgon314 Demogorgon314 deleted the support-delay-close-on-authentication-failed branch March 17, 2022 08:13
@BewareMyPower BewareMyPower removed the doc-required This pr needs a document label Jan 10, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type/feature Indicates new functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Should support delaying response to failed client authentication
2 participants