Owais Lone
Owais Lone
``` from stream_framework.feeds.aggregated_feed.notification_feed import RedisNotificationFeed from stream_framework.aggregators.base import BaseAggregator from stream_framework.activity import Activity from stream_framework.activity import AggregatedActivity from stream_framework.verbs.base import Comment class Event(Activity): pass class AggregatedEvent(AggregatedActivity): pass class CommentAggregator(BaseAggregator): '''...
@tschellenbach ^
Thanks for the PR. I'm trying to patch python-tornado (https://github.com/opentracing-contrib/python-tornado) and tornado 6 coroutines actually don't work with context vars. I tried this patch and it fixes the problem. Would...
@aabmass @ocelotl @lzchen FYI ^
We have `ISTIO_META_IDLE_TIMEOUT` set to `0` cluster wide because istio was killing elastic, spark and some other idle connections. It was a similar issue but connections would die every hour....
There are a handful of DestinationRules deployed only for services that Istio Ingress Gateway routes traffic to. None of them define any timeout rules and only configure load balancing. Rest...
I see. Thanks. Are you suggesting to do this for every single endpoint/service even though we have `ISTIO_META_IDLE_TIMEOUT` set to `0` globally already? > otherwise the upstream connection can be...
Apps are not doing it as most apps are affected by this and we have hundreds of very diverse apps, both first party and 3rd party like elasticsearch. It could...
We are running 1.18 still and looks like `ConnectionPoolSettings_TCPSettings.IdleTimeout` was added in a later version. I'll try to start the upgrade process but that can take weeks. Any other things...
Interestingly we upgraded the cluster from k8s 1.24 to 1.25 and as pods came up on the new 1.25 nodes, the issue started to go away. Right now we are...