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

Change redis conf: listen on unix socket #66

Merged
merged 1 commit into from
Nov 14, 2016
Merged

Change redis conf: listen on unix socket #66

merged 1 commit into from
Nov 14, 2016

Conversation

qiluo-msft
Copy link
Collaborator

No description provided.

@stcheng
Copy link
Contributor

stcheng commented Nov 12, 2016

Could you explain more about this change?

@qiluo-msft
Copy link
Collaborator Author

By default redis-server will listening on localhost TCP port. This PR will make it also listening on domain socket, which will have better client-server performance.

@stcheng
Copy link
Contributor

stcheng commented Nov 12, 2016

What process is using the domain socket?

@qiluo-msft
Copy link
Collaborator Author

Plan to change all the client to use domain socket (unix socket), including orchagent, intfsyncd, etc...

@stcheng stcheng merged this pull request into sonic-net:master Nov 14, 2016
stcheng pushed a commit that referenced this pull request Nov 14, 2016
By default, redis-server is listening on localhost TCP port. This
change will make it also listen to the domain socket (unix socket),
which will have better client-server performance.
@qiluo-msft qiluo-msft deleted the qiluo/redis-ds branch November 16, 2016 19:51
stcheng pushed a commit that referenced this pull request Mar 22, 2017
By default, redis-server is listening on localhost TCP port. This
change will make it also listen to the domain socket (unix socket),
which will have better client-server performance.
Kalimuthu-Velappan pushed a commit to Kalimuthu-Velappan/sonic-buildimage that referenced this pull request Sep 12, 2019
…c-net#66)

* [sonic-installer] cp all config instead of only minigraph
* [config] Modify bgp admin state when calling config bgp
madhanmellanox pushed a commit to madhanmellanox/sonic-buildimage that referenced this pull request Mar 23, 2020
* NOTE:
*  1. ssh not supported currently
*  2. default trap group policer not supported currently
vasant17 added a commit to vasant17/sonic-buildimage that referenced this pull request Apr 16, 2020
Co-authored-by: Vasant <vapatil@linkedin.com>
abdosi added a commit that referenced this pull request May 5, 2020
[configdb.py]: Allow deletion of entire table from mod_config API. (#61)
[MultiDB] mimic redis-dump-load , adding sonic_db_dump_load.py and so… 
[MultiDB] add sonic-db-cli PING all instances support (#65)
Fix sonic-db-cli script to be compatible with python3 and python2.7 (#66)
Namespace support in SonicV2Connector (#63)
[Multiasic]: Add calculation of interface index for backplane interfa… 
jleveque pushed a commit that referenced this pull request Jul 25, 2020
**sonic-platform-common:**

Commits on Jul 07, 2020
Changes in fan and psu base classes (1.0 platform API) related to pdd… 17292e4
Commits on Jul 10, 2020
update get_pcie_check() to use sysfs instead of lspci output (#95) d4eb804
Commits on Jul 11, 2020
[eeprom] Fix UnboundLocalError (#93) 7c8bed1
Commits on Jul 14, 2020
[Transceiver] Add parser for QSFP-DD cable type and dictionaries for … be1cc24 

**sonic-platform-daemons:**

Commits on Jul 06, 2020
[psud] Store PSU temperature and voltage information to database (#61) ef9716a
Commits on Jul 14, 2020
[xcvrd] Add support for QSFP-DD cables (#66) c530587
Commits on Jul 18, 2020
Initial version of pcied (#60) e665ee8
[xcvrd] Return non-zero error code on SFP error (#67) 4f42a79
Commits on Jul 19, 2020
[README.md] Add LTGM badges (#69) 23757a3
Remove unused imports (#70) 029d5a5 

Signed-off-by: Nazarii Hnydyn <nazariig@mellanox.com>
abdosi added a commit that referenced this pull request Jul 30, 2020
 [xcvrd] Add support for QSFP-DD cables (#66)
vdahiya12 pushed a commit to vdahiya12/sonic-buildimage that referenced this pull request Oct 2, 2020
…et#66)

* [sff8436.py]Add support for txpower warning/alarm and FlatMem
* also update sfputil.QSFP_CHANNL_THRESHOLD_WIDTH to 24
lguohan pushed a commit that referenced this pull request Dec 17, 2020
b002455 - 2020-12-16 : Validate IP only if nexthop attribute is not null (#66) [Prince Sunny]
76592a9 - 2020-12-03 : Add License file (#62) [Prince Sunny]
abdosi pushed a commit that referenced this pull request Dec 19, 2020
b002455 - 2020-12-16 : Validate IP only if nexthop attribute is not null (#66) [Prince Sunny]
76592a9 - 2020-12-03 : Add License file (#62) [Prince Sunny]
xumia pushed a commit to xumia/sonic-buildimage-1 that referenced this pull request Feb 16, 2021
lguohan added a commit to lguohan/sonic-buildimage that referenced this pull request Apr 9, 2021
* 1c3f75e 2021-04-09 | pindown the version of github.com/openconfig/gnoi (sonic-net#76) (HEAD, origin/master, origin/HEAD) [MuLin]
* 33acd5b 2021-04-03 | [ci]: setup proper azp (sonic-net#75) [lguohan]
* 5d82051 2021-03-11 | [CI] Set up CI with Azure Pipelines (sonic-net#72) [liushilongbuaa]
* 0688cdb 2021-03-10 | Remove go get commands from Makefile to prevent go.mod file from chan… (sonic-net#66) [Eric Seifert]

Signed-off-by: Guohan Lu <lguohan@gmail.com>
lguohan pushed a commit that referenced this pull request Apr 9, 2021
1c3f75e (HEAD -> master, origin/master, origin/HEAD) pindown the version of github.com/openconfig/gnoi (#76)
33acd5b [ci]: setup proper azp (#75)
5d82051 [CI] Set up CI with Azure Pipelines (#72)
0688cdb Remove go get commands from Makefile to prevent go.mod file from chan… (#66)
daall pushed a commit that referenced this pull request Apr 9, 2021
1c3f75e (HEAD -> master, origin/master, origin/HEAD) pindown the version of github.com/openconfig/gnoi (#76)
33acd5b [ci]: setup proper azp (#75)
5d82051 [CI] Set up CI with Azure Pipelines (#72)
0688cdb Remove go get commands from Makefile to prevent go.mod file from chan… (#66)
raphaelt-nvidia pushed a commit to raphaelt-nvidia/sonic-buildimage that referenced this pull request May 23, 2021
1c3f75e (HEAD -> master, origin/master, origin/HEAD) pindown the version of github.com/openconfig/gnoi (sonic-net#76)
33acd5b [ci]: setup proper azp (sonic-net#75)
5d82051 [CI] Set up CI with Azure Pipelines (sonic-net#72)
0688cdb Remove go get commands from Makefile to prevent go.mod file from chan… (sonic-net#66)
SuvarnaMeenakshi pushed a commit to SuvarnaMeenakshi/sonic-buildimage that referenced this pull request Jun 16, 2021
…onic-net#66)

* Fix sonic-db-cli script to be compatible with python3 and python2.7
* Review comments
* Removed space between function name and parentheses
carl-nokia pushed a commit to carl-nokia/sonic-buildimage that referenced this pull request Aug 7, 2021
1c3f75e (HEAD -> master, origin/master, origin/HEAD) pindown the version of github.com/openconfig/gnoi (sonic-net#76)
33acd5b [ci]: setup proper azp (sonic-net#75)
5d82051 [CI] Set up CI with Azure Pipelines (sonic-net#72)
0688cdb Remove go get commands from Makefile to prevent go.mod file from chan… (sonic-net#66)
mlok-nokia pushed a commit to mlok-nokia/sonic-buildimage that referenced this pull request Jan 24, 2022
- Add support for QSFP-DD cable consist from 8 lanes.
- Add a DB entry for 'Application advertisement" for CMIS cable type.

Signed-off-by: Shlomi Bitton <shlomibi@mellanox.com>
mlok-nokia pushed a commit to mlok-nokia/sonic-buildimage that referenced this pull request Jan 24, 2022
…ic-net#78)

Merge of QSFP-DD support via PR# sonic-net#66
is making xcvrd to bail out on platforms that do not support
new key/attribute.

Fix is to ignore new key/attribute if not present/supported yet.

Fix takes changes done as part of PR#sonic-net#76 which can be closed
once this gets merged

Verified manually xcvrd running fine after above changes.
also command show interface transceiver is showing correct o/p

Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
sg893052 pushed a commit to sg893052/sonic-buildimage that referenced this pull request Apr 25, 2022
zjswhhh added a commit that referenced this pull request May 19, 2022
[sonic-linkmgrd][202012] submodule update
3d13ff2 Jing Zhang      Wed May 4 10:07:14 2022 -0700   Add doc for default route related changes  (#63)
c703be4 Jing Zhang      Mon May 2 13:27:54 2022 -0700   Reset WaitActiveUp count before switching to active (#70)
86eb727 Jing Zhang      Wed Apr 27 10:35:05 2022 -0700  lower log level to warning (#69)
e22c736 Jing Zhang      Mon May 2 13:33:24 2022 -0700   [202012] Avoid proactively switching to active if default route is missing (#67)
d4f282b Jing Zhang      Thu Apr 28 18:35:11 2022 -0700  [202012] Add support to enable switchover time measurement (with link prober interval decreased to 10ms) feature (#66)

sign-off: Jing Zhang [zhangjing@microsoft.com](mailto:zhangjing@microsoft.com)
Pterosaur added a commit to Pterosaur/sonic-buildimage that referenced this pull request May 9, 2023
a24412c25 (HEAD, origin/master, origin/HEAD, master) [mka]: Fix unexpected cleanup (sonic-net#73)
26d1da0bc [mka]: Fix re-establishment by reset MI (sonic-net#72)
f07e0a097 [azp]: Update build pipeline to build for Bullseye (sonic-net#70)
2c69e2cda Use github code scanning instead of LGTM (sonic-net#69)
23abb04e5 fix
f34d68fe6 libdbus-1-dev
dc2dd881e add dbus
5de037661 use swsscommon packages
32c5a2729 Use github code scanning instead of LGTM
aa731b96f [azp]: Install libyang in azure pipeline (sonic-net#68)
71b635d74 Revert "[Azp]: Upgrade Azp to bullseye (sonic-net#49)" (sonic-net#66)
7aa4e6fa4 Adding Microsoft SECURITY.MD (sonic-net#58)

Signed-off-by: Ze Gan <ganze718@gmail.com>
yxieca pushed a commit that referenced this pull request May 17, 2023
…e latest HEAD automatically (#15016)

src/wpasupplicant/sonic-wpa-supplicant

* a24412c25 - (HEAD -> 202205, origin/master, origin/HEAD, origin/202211, origin/202205, master) [mka]: Fix unexpected cleanup (#73) (8 days ago) [Ze Gan]
* 26d1da0bc - [mka]: Fix re-establishment by reset MI (#72) (8 days ago) [Ze Gan]
* f07e0a097 - [azp]: Update build pipeline to build for Bullseye (#70) (4 weeks ago) [Ze Gan]
*   2c69e2cda - Use github code scanning instead of LGTM (#69) (6 months ago) [Liu Shilong]
|\  
| * 23abb04e5 - fix (6 months ago) [shilongliu]
| * f34d68fe6 - libdbus-1-dev (6 months ago) [shilongliu]
| * dc2dd881e - add dbus (6 months ago) [shilongliu]
| * 5de037661 - use swsscommon packages (6 months ago) [shilongliu]
| * 32c5a2729 - Use github code scanning instead of LGTM (6 months ago) [shilongliu]
|/  
* aa731b96f - [azp]: Install libyang in azure pipeline (#68) (8 months ago) [Hua Liu]
* 71b635d74 - Revert "[Azp]: Upgrade Azp to bullseye (#49)" (#66) (9 months ago) [Ze Gan]
* 7aa4e6fa4 - Adding Microsoft SECURITY.MD (#58) (9 months ago) [microsoft-github-policy-service[bot]]
mssonicbld added a commit that referenced this pull request May 23, 2024
…ically (#19036)

#### Why I did it
src/sonic-dbsyncd
```
* d5fa793 - (HEAD -> master, origin/master, origin/HEAD) Handle exception to avoid lldp_syncd crash (#65) (2 hours ago) [Zhaohui Sun]
* bc63571 - Fix pipeline issue. (#66) (25 hours ago) [Liu Shilong]
```
#### 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 Jun 5, 2024
[code sync] Merge code from sonic-net/sonic-buildimage:202205 to 202205
MuLinForest pushed a commit to MuLinForest/sonic-buildimage that referenced this pull request Aug 6, 2024
fix non canonical format of IPv6 address string in bgpcfgd
MuLinForest pushed a commit to MuLinForest/sonic-buildimage that referenced this pull request Aug 6, 2024
d5fa793: Handle exception to avoid lldp_syncd crash (sonic-net#65)
bc63571: Fix pipeline issue. (sonic-net#66)
4d627ee: [lldp-syncd] Fix unexpected exception in snmp-subagent (sonic-net#64)
e294eb0: Update the code coverage rate to 80% (sonic-net#63)
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.

3 participants