mint570

Results 26 comments of mint570

Checking the code. Orchagent sents INIT_VIEW during initSaiRedis (https://github.com/Azure/sonic-swss/blob/37c197d00d42d205243852827de63244c053e7df/orchagent/saihelper.cpp#L321). INIT_VIEW is only useful in warmboot but orchagent will send it in both warmboot and coldboot. By default, RedisRemoteSaiInterface uses Redis...

Sorry for the late reply. We saw the issue in both virtual and hardware platforms. I mentioned docker-sonic-vs here because I think we might have different hardware but the virtual...

We can only make it work with some code changes (as I mentioned previously). The main issue is that orchagent exits with error when initSaiRedis fail (in SAI_REDIS_NOTIFY_SYNCD_INIT_VIEW). It is...

> > We can only make it work with some code changes (as I mentioned previously). > > Do you intend to commit them to the master? The changes we...

@MaratGubaiev I can prepare the pr if you need. But our solution is only a workaround as @kcudnik said. @kcudnik The reason we need to passed a context config is...

The test is closed to the end. I think this is the same as https://github.com/Azure/sonic-swss/issues/2330. We have a fix pending https://github.com/Azure/sonic-swss/pull/2350

@prsunny Do we still see the issue after https://github.com/sonic-net/sonic-swss/pull/2350? If not, can we close this issue?

> What is the measured performance difference? And what are the memory usage implications? About performance difference, our data shows about 8% improvement in batch write into the DB. This...

@bocon13 I saw you had a comment but I couldn't see it here. The prs in your comments are not related to the batch requests.