captainpro-eng

Results 18 comments of captainpro-eng

> I needed to change `net.keepalive_idle_timeout` to resolve the issue. what value have you changed? have u increase or descrease?

Solution:- Define in helper template: `{{- define "ffluent-bit.dashboard.uid" -}} {{- sha256sum (printf "%s/%s" .Release.Namespace .Release.Name) }} {{- end -}}` and then reference it as in fluent-bit.json: `"uid": "{{ include "fluent-bit.dashboard.uid"...

@Pela2silveira have u try this? ``` securityContext: privileged: true

Hi @drivebyer, my observations are below. ``` func executeFailoverCommand(ctx context.Context, client kubernetes.Interface, cr *redisv1beta2.RedisCluster, role string) error { replicas := cr.Spec.GetReplicaCounts(role) podName := fmt.Sprintf("%s-%s-", cr.ObjectMeta.Name, role) for podCount := 0;...

**Proposed Fix** The fix involves modifying the executeFailoverCommand function to: - Avoid using FLUSHALL as a recovery mechanism. - Check if a node contains keys before attempting a CLUSTER RESET....

@drivebyer Can we plan what approach we need to follow?

I’m using AOF. On Tue, 24 Dec 2024 at 8:59 AM, yangw ***@***.***> wrote: > @drivebyer have u faced this? > > No. Did you use RDB or AOF? >...