forked from envoyproxy/envoy
-
Notifications
You must be signed in to change notification settings - Fork 1
V1.28.0 dbaas - Ignore this - Ceated Pull request for checking the diff #45
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
Open
dinesh-murugiah
wants to merge
84
commits into
main
Choose a base branch
from
v1.28.0-dbaas
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Adding changes for hello command
add support for no keycommands and script command
adding support for rpoplpush command
Support for blocking commands
Support for Keys, slowlog, config and pubsub metric commands
fix for memory leaks and proper downstream connection close
More Fixes and cleanup Iteration 2
Adding commands
Fixes for Memory leak on Quit , Fix support for Stream commands, Fix Crash
Slowlog bug fix
sanity fixes and logs sanitisations
randomkey patch
Fix for handling pubsub message return properly
#36) * fix the gaps in blocking commands within transaction and fix paring of block option for streams command * fix keyindex for transaction * fix key index for eval commands within transaction * fix wrong number of arguments for subscription commands * clean up the if elase for handling commands with no arguments * add client remote ip in log when errenous command executed * Add support for copy command --------- Co-authored-by: suryadeepr <[email protected]>
* Fixing invalid shard index - bug * fix * Fixing iteration related issue in scan command * Fixing iteration related issue in scan command * Fixing iteration related issue in scan command * Fixing iteration related issue in scan command * fixes
…uth message in pubsub response (#39) * DR-2672 - Dummy stub for client setinfo * DR-2674 - Ignoring private client auth resp in pubsub flow * Adding comment for the additional condition
remove assert and add logs when response received after request flushed
fix in scan command and support for redis insights
add more logs to debug the assert failure problem for fresh chat iter1
…d envoy - This would address the below error that we got while building envoy ERROR: [0mAn error occurred during the fetch of repository 'com_googlesource_googleurl': Traceback (most recent call last): File "/home/suryadeepr/.cache/bazel/_bazel_suryadeepr/5f8ede60af193db8d8627bec8aea9a3e/external/bazel_tools/tools/build_defs/repo/http.bzl", line 132, column 45, in _http_archive_impl download_info = ctx.download_and_extract( Error in download_and_extract: java.io.IOException: Error downloading [https://storage.googleapis.com/quiche-envoy-integration/dd4080fec0b443296c0ed0036e1e776df8813aa7.tar.gz] to /home/suryadeepr/.cache/bazel/_bazel_suryadeepr/5f8ede60af193db8d8627bec8aea9a3e/external/com_googlesource_googleurl/temp9019678773925270661/dd4080fec0b443296c0ed0036e1e776df8813aa7.tar.gz: Checksum was fc694942e8a7491dcc1dde1bddf48a31370a1f46fef862bc17acf07c34dc6325 but wanted 59f14d4fb373083b9dc8d389f16bbb817b5f936d1d436aa67e16eb6936028a51 [31m[1mERROR: [0m/dev/shm/v1.28.0-dbaas-TEST-1735017670/WORKSPACE:13:19: fetching http_archive rule //external:com_googlesource_googleurl: Traceback (most recent call last): File "/home/suryadeepr/.cache/bazel/_bazel_suryadeepr/5f8ede60af193db8d8627bec8aea9a3e/external/bazel_tools/tools/build_defs/repo/http.bzl", line 132, column 45, in _http_archive_impl download_info = ctx.download_and_extract( Error in download_and_extract: java.io.IOException: Error downloading [https://storage.googleapis.com/quiche-envoy-integration/dd4080fec0b443296c0ed0036e1e776df8813aa7.tar.gz] to /home/suryadeepr/.cache/bazel/_bazel_suryadeepr/5f8ede60af193db8d8627bec8aea9a3e/external/com_googlesource_googleurl/temp9019678773925270661/dd4080fec0b443296c0ed0036e1e776df8813aa7.tar.gz: Checksum was fc694942e8a7491dcc1dde1bddf48a31370a1f46fef862bc17acf07c34dc6325 but wanted 59f14d4fb373083b9dc8d389f16bbb817b5f936d1d436aa67e16eb6936028a51 [31m[1mERROR: [0m@com_googlesource_googleurl//build_config:system_icu :: Error loading option @com_googlesource_googleurl//build_config:system_icu: java.io.IOException: Error downloading [https://storage.googleapis.com/quiche-envoy-integration/dd4080fec0b443296c0ed0036e1e776df8813aa7.tar.gz] to /home/suryadeepr/.cache/bazel/_bazel_suryadeepr/5f8ede60af193db8d8627bec8aea9a3e/external/com_googlesource_googleurl/temp9019678773925270661/dd4080fec0b443296c0ed0036e1e776df8813aa7.tar.gz: Checksum was fc694942e8a7491dcc1dde1bddf48a31370a1f46fef862bc17acf07c34dc6325 but wanted 59f14d4fb373083b9dc8d389f16bbb817b5f936d1d436aa67e16eb6936028a51
Update sha checksum for com_googlesource_googleurl repository to buil…
DR-3588 Added tagit yml and validate-pr-title yml in workflow
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Commit Message:
Additional Description:
Risk Level:
Testing:
Docs Changes:
Release Notes:
Platform Specific Features:
[Optional Runtime guard:]
[Optional Fixes #Issue]
[Optional Fixes commit #PR or SHA]
[Optional Deprecated:]
[Optional API Considerations:]