Skip to content

[database]: Remove hard/soft limits for client-output-buffer in redis#539

Merged
pavel-shirshov merged 4 commits intosonic-net:masterfrom
pavel-shirshov:pavelsh/fix_limits
Apr 26, 2017
Merged

[database]: Remove hard/soft limits for client-output-buffer in redis#539
pavel-shirshov merged 4 commits intosonic-net:masterfrom
pavel-shirshov:pavelsh/fix_limits

Conversation

@pavel-shirshov
Copy link
Contributor

@pavel-shirshov pavel-shirshov commented Apr 26, 2017

Temporary/fast fix for sonic-net/sonic-sairedis#176

@stcheng
Copy link
Contributor

stcheng commented Apr 26, 2017

This is to solve sonic-net/sonic-sairedis#176.

@pavel-shirshov
Copy link
Contributor Author

Please don't merge it until it's done testing

@pavel-shirshov
Copy link
Contributor Author

It's ready to be merged

s/^# syslog-enabled no$/syslog-enabled no/; \
s/^# unixsocket/unixsocket/ \
s/^# unixsocket/unixsocket/; \
s/^client-output-buffer-limit pubsub 32mb 8mb 60/client-output-buffer-limit pubsub 0 0 0/ \
Copy link
Collaborator

Choose a reason for hiding this comment

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

use regex \d+mb \d+mb \d+?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ok

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done. \d didn't work for sed -ir

@pavel-shirshov pavel-shirshov merged this pull request into sonic-net:master Apr 26, 2017
@pavel-shirshov pavel-shirshov deleted the pavelsh/fix_limits branch April 26, 2017 18:10
stcheng pushed a commit that referenced this pull request Apr 26, 2017
…#539)

* Remove hard/soft limits for client-output-buffer in redis

Otherwise when we have a lot of updates from orchagent to syncd latter
one can't process queues fast enough and redic-database disconnect both
orchagent and syncd. orchagent and syncd doesn't have logic to deal with
it and just crash
oleksandrivantsiv added a commit that referenced this pull request Apr 28, 2017
lguohan added a commit that referenced this pull request Jul 28, 2018
* 8f52e29 2018-07-25 | Postpone intf task after buffer configuration applied on the port. (#539) (HEAD, origin/201803) [Jipan Yang]
* 2d2fdaa 2018-07-26 | [portsorch]: Refix: Don't print error when alias equal to PortConfigDone (#548) [Qi Luo]
* 87d34db 2018-07-12 | [MirrorOrch]: Fix bug when NULL is returned from the getenv function (#537) [Shuotian Cheng]
lguohan pushed a commit that referenced this pull request Jan 22, 2020
update multiDB changes in sairedis, including:

[MultiDB]: repalce old APIs with New APIs incuding testing (#537)

[syncd] Move port map and port map parser to proper class (#542)

[syncd] Update syncd to expect correct object query message (#548)

Support for snat available entry switch attribute in vslib (needed to run vs pytests) (#546)

Move apiInitialized flag to Globals namespace (#545)

Move command line options and parser to separate classes (#541)

Move ntf_queue to proper NotificationQueue class (#539)

Move api mutex to global class and add sairedis namespace (#544)

Clean sairedis.h header (#543)

Fix mlnx.pl script for perl include local directory (#540)

Layer 2 Forwarding Enhancements (#510)

Signed-off-by: Dong Zhang [email protected]
madhanmellanox pushed a commit to madhanmellanox/sonic-buildimage that referenced this pull request Mar 23, 2020
…onic-net#539)

This also ensures all port setting applied before intf setting.

Signed-off-by: Jipan Yang <[email protected]>
dmytroxshevchuk pushed a commit to dmytroxshevchuk/sonic-buildimage that referenced this pull request Aug 31, 2020
* Move ntf_queue to proper NotificationQueue class

* add extra aspell exception

* Address comments
TACappleman added a commit to Metaswitch/sonic-buildimage that referenced this pull request Oct 27, 2021
[schema] Add EXP to TC map config table (sonic-net#537)
[CI]: Swap the python code coverage report with the cpp report (sonic-net#544)
Remove SWIG generated files from coverage report (sonic-net#542)
Update database defintions for PINs / P4Runtime (sonic-net#536)
[ci]: Support code coverage (sonic-net#539)
Fix the option missing in kernel config issue (sonic-net#541)
Add SRV6 APP tables (sonic-net#538)
[schema] Rename CBF config tables (sonic-net#535)
lguohan pushed a commit that referenced this pull request Oct 28, 2021
[schema] Add EXP to TC map config table (#537)
[CI]: Swap the python code coverage report with the cpp report (#544)
Remove SWIG generated files from coverage report (#542)
Update database defintions for PINs / P4Runtime (#536)
[ci]: Support code coverage (#539)
Fix the option missing in kernel config issue (#541)
Add SRV6 APP tables (#538)
[schema] Rename CBF config tables (#535)
mssonicbld added a commit that referenced this pull request Sep 20, 2024
…D automatically (#20309)

#### Why I did it
src/sonic-platform-daemons
```
* 2c39785 - (HEAD -> master, origin/master, origin/HEAD) [xcvrd] Add logs to improve debugging in xcvrd (#539) (4 hours ago) [mihirpat1]
```
#### How I did it
#### How to verify it
#### Description for the changelog
mssonicbld added a commit that referenced this pull request Sep 21, 2024
…D automatically (#20324)

#### Why I did it
src/sonic-platform-daemons
```
* df48c7e - (HEAD -> 202405, origin/202405) [xcvrd] Add logs to improve debugging in xcvrd (#539) (4 hours ago) [mihirpat1]
```
#### How I did it
#### How to verify it
#### Description for the changelog
mssonicbld added a commit that referenced this pull request Feb 7, 2025
… automatically (#21658)

#### Why I did it
src/sonic-platform-common
```
* 5dde3ec - (HEAD -> 202405, origin/202405) Add 800G innolight PNs (#539) (10 hours ago) [mssonicbld]
```
#### How I did it
#### How to verify it
#### Description for the changelog
mlok-nokia pushed a commit to mlok-nokia/sonic-buildimage that referenced this pull request Feb 27, 2025
[code sync] Merge code from sonic-net/sonic-buildimage:202405 to 202405
bobby-nexthop pushed a commit to bobby-nexthop/sonic-buildimage that referenced this pull request Aug 1, 2025
* [xcvrd] Add logs to improve debugging in xcvrd

Signed-off-by: Mihir Patel <[email protected]>

* Fixed unit-test failure

* Improved code coverage

* Changed warning to notice

---------

Signed-off-by: Mihir Patel <[email protected]>
prsunny pushed a commit that referenced this pull request Mar 5, 2026
…tomatically (#25633)

Why I did it
src/sonic-linux-kernel

* 845681c - (HEAD -> 202511, origin/202511) Added 6.12 kernel trixie patches for amd-pensando elba platform (#539) (8 days ago) [mssonicbld]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants