1
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Oct 27, 2024 — Oct 27, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Change Log for the 2.4.2 Release More... almost 13 years ago
Tracing operation on individual queues This change allows tracing operations to an individual queue and identify misbehaving clients. By limiting the logging to an individual queue, we can track down queue backups or leaking transactions on a single queue without affecting other queues on the instance of Kestrel. Also the trace out put produced per queue will be much more manageable compared to enabling this for all queues on an instance. More... almost 13 years ago
Trace client connections and session lifetime - Since the queue that a session will operate on is only determined after the session has been established, its cleaner to enable session trace separately through Kestrel Config - This will help us determine all the clients connecting to a machine when the number of connections are high. Also it helps track down the cases when the session did not clean-up upon termination More... almost 13 years ago
Merge branch 'master' of https://git.twitter.biz/kestrel into kestrel-pidfile More... almost 13 years ago
Add Journal Rotation Metric - Stat counter for number of times this journal has been rewritten - Separate stat counter for the number of times this journal has been rotated and a checkpoint was optionally generated More... almost 13 years ago
Half of KEST-223 Remove hooks for legacy kestrel-daemon.pid file. More... almost 13 years ago
Revert "P=cwatson" More... almost 13 years ago
P=cwatson G=kestrel Modified to remove legacy hooks for kestrel-daemon.pid file. Half of KEST-223 More... almost 13 years ago
KEST-361: Add status command to kcluster for getting and setting status on servers More... almost 13 years ago
Bump finagle version to 5.3.23 More... almost 13 years ago
Merge branch 'master' into KEST-239-more-mesos More... almost 13 years ago
Remove redirect of stdout and stderr. Mesos already handles this and being in the foreground implies that such things are the invoker's problem. More... almost 13 years ago
Fix mkdir in foreground. More... almost 13 years ago
Merge branch 'master' into KEST-239-more-mesos More... almost 13 years ago
reinstate journal rewriting under old conditions; but limit the frequency More... almost 13 years ago
ksniff: payload percentile size and reprocess capture file More... almost 13 years ago
Fix comment atop foreground script. More... almost 13 years ago
ksniff: report time span over which packets were collected More... almost 13 years ago
switch to form of markdown supported by site publishing tools More... almost 13 years ago
'release commit for net.lag:kestrel:2.4.2-SNAPSHOT' More... almost 13 years ago
'release commit for net.lag:kestrel:2.4.1' More... almost 13 years ago
update Changelog for 2.4.1 More... almost 13 years ago
never rewrite journals unless the queue is empty or in read-behind More... almost 13 years ago
'release commit for net.lag:kestrel:2.4.1-SNAPSHOT' More... about 13 years ago
'release commit for net.lag:kestrel:2.4.0' More... about 13 years ago
removed loadtest; will consider re-publishing after iago matures More... about 13 years ago
move gc log to a logs subdirectory. More... about 13 years ago
return SERVER ERROR when availability blocks an operation More... about 13 years ago
Add foreground script for launching kestrel in a not-so-daemony way. Specifically for mesos. Note that the $@ in the final line is for passing in the -f option that lets us override the config file. More... about 13 years ago
ksniff: introduce .ksniffrc and make flag options reversible More... about 13 years ago