Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: convert the conf req to an object and put it in the cache #73

Merged
merged 6 commits into from
Sep 27, 2021

Conversation

tzssangglass
Copy link
Member

Please answer these questions before submitting a pull request


Bugfix

  • Description
    Conf Req is currently put directly into the cache, but Conf Req is a DirectByteBuffer and multiple reads in different Http Call Reqs will cause exceptions
  • How to fix?
    Convert the conf req to an object and put it in the cache to avoid errors caused by reading the buffer multiple times.

New feature or improvement

  • Describe the details and related test reports.

  • Source branch

  • Related commits and pull requests

  • Target branch

@tzssangglass
Copy link
Member Author

relate to: #72

@tzssangglass
Copy link
Member Author

@huang-x-h @Rdebu pls verify this PR if fix your problem.

@huang-x-h
Copy link

There is no problem for the time being, continue to observe for a few days

@huang-x-h @Rdebu pls verify this PR if fix your problem.

@tzssangglass
Copy link
Member Author

@seominho77 @dongqisilent verify this PR if fix your problem.

@tzssangglass tzssangglass merged commit a5ca9ca into apache:main Sep 27, 2021
@tzssangglass tzssangglass deleted the conf_req branch September 27, 2021 00:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: Java pulugin ruuner filter get config occured java.lang.IndexOutOfBoundsException: null
3 participants