This website requires JavaScript.
Explore
Help
Sign In
gluster
/
glusterd2
Watch
1
Star
0
Fork
0
You've already forked glusterd2
mirror of
https://github.com/gluster/glusterd2.git
synced
2026-02-05 12:45:38 +01:00
Code
Issues
Releases
Activity
Files
b73370c5531423907b9d869010d37ff259ec48a4
glusterd2
/
pkg
History
Burak Serdar
b73370c553
Fix
#1321
: acceptLoop keeps a list of all sessions, and each session keeps a reference to the memory block allocated as a read buffer. This reference is there even if the session closes, so as long as acceptLoop runs, memory keeps growing. This should fix it by doing two things: 1) When session closes, remove the reference to the buffer. But that will still continue to leak sessions, because nothing removes elements from the session list. So, 2) remove the logic that keep track of sessions, instead, run two goroutines for each session, one to keep the session and run the server, and the other to terminate the first one when needed.
2018-12-07 09:07:46 +05:30
..
api
Refactor Device management
2018-12-05 11:21:29 +05:30
elasticetcd
format error strings: error strings should not
2018-06-20 16:21:29 +05:30
errors
ISSUE -
2018-12-06 10:31:26 +05:30
firewalld
pmap/firewalld: Reconcile ports on firewalld reload
2018-10-12 14:40:02 +05:30
fsutils
lvm and fs utils code refactor
2018-11-22 22:38:37 +05:30
logging
log: Turn off standard library logging
2018-09-25 14:16:57 +05:30
lvmutils
lvm and fs utils code refactor
2018-11-22 22:38:37 +05:30
restclient
Refactor Device management
2018-12-05 11:21:29 +05:30
sunrpc
Fix
#1321
: acceptLoop keeps a list of all sessions, and each session keeps a reference to the memory block allocated as a read buffer. This reference is there even if the session closes, so as long as acceptLoop runs, memory keeps growing. This should fix it by doing two things: 1) When session closes, remove the reference to the buffer. But that will still continue to leak sessions, because nothing removes elements from the session list. So, 2) remove the logic that keep track of sessions, instead, run two goroutines for each session, one to keep the session and run the server, and the other to terminate the first one when needed.
2018-12-07 09:07:46 +05:30
testutils
Remove heketitests as dependency
2017-11-21 17:57:08 +05:30
tlsmatcher
Add custom TLS matchers
2018-02-13 18:48:55 +05:30
tools
api: Fix godoc links for plugins
2018-07-26 11:53:42 +05:30
tracing
Setup Opencensus Jaeger exporter for GlusterD2.
2018-07-19 18:57:24 +05:30
utils
lvm and fs utils code refactor
2018-11-22 22:38:37 +05:30