Jan Kundrát

Results 230 comments of Jan Kundrát

I'm afraid I cannot quantify that; we're getting occasional failures in the CI, but the sources vary.

The first thing I would check is whether the correct data are returned by `sysrepocfg -f json -d operational -m ietf-system -X` -- just to figure out whether the problem...

It looks like there are no data nodes which belong "directly" to `ieee802-dot1q-sched-bridge`. Because that data model only augments `ietf-interfaces`, you'll have to subscribe to changes in `ietf-interfaces` instead. And...

What you described still means that all the data are found below `/ietf-interfaces:interface` XPath, and therefore the subscription should be registered against the `ietf-interfaces` module. As long as there's no...

Yes. Have you read [the chapter in the docs which is called "Getting Data"](https://netopeer.liberouter.org/doc/sysrepo/devel/html/get_data.html)? What API functions have you tried calling, and with which options?

Please submit the YANG model as well as the edit data that you're trying to apply. Please provide these as text files, not as screenshots.

This is interesting, I was not able to reproduce the TSAN failure. What puzzles me however is that the problem reported by TSAN in the GitHub CI says that the...

It looks that all locking goes through `_sr_rwlock()` or `sr_rwunlock()`, and that `sr_rwlock_reader_add` and `sr_rwlock_reader_del` are never called directly. Right? Then whenever the readers list is accessed, the `r_mutex` is...

> That may also be an argument against having TSAN test in the CI. Well, it is important for us, downstream consumers of sysrepo, to make sure that there are...

It is not clear to me what issue you're reporting. Can you please clarify what API functions of sysrepo you're calling with what arguments, what is the YANG model, what...