From rkrejci at cesnet.cz Thu Mar 9 12:19:15 2017 From: rkrejci at cesnet.cz (=?UTF-8?B?UmFkZWsgS3JlasSNw60=?=) Date: Thu, 9 Mar 2017 13:19:15 +0100 Subject: [sysrepo-devel] libyang release and sysrepo sync Message-ID: Hi all, in the following hours, we are going to release (merge devel into master) new version of libyang. The main change is support for YANG extensions, which required changes in libyang schema tree structures. This is quite a big change, important to many libyang users, so we want to move it into the master branch. However, because of this and several other changes in libyang, the new version of libyang is not compatible with the current sysrepo in master branch. Because of the recent changes in sysrepo development team, we will not be able to sync the master branches in the following hours or days. Therefore, we have to change our policy for using the sysrepo tools together. If you are on devel branches, nothing changes, just use devel branches of libyang, sysrepo, libnetconf2 and Netopeer2. If you are on master, you are supposed to switch libyang master to the master-sysrepo branch: $ cd libyang $ git pull $ git checkout master-sysrepo Best regards, Radek Krejci From jjin62 at yahoo.com Wed Mar 29 20:51:04 2017 From: jjin62 at yahoo.com (Jimmy Jin) Date: Wed, 29 Mar 2017 20:51:04 +0000 (UTC) Subject: [sysrepo-devel] Sysrepo concurrency question. References: <1083819012.5854179.1490820664419.ref@mail.yahoo.com> Message-ID: <1083819012.5854179.1490820664419@mail.yahoo.com> Hi, I have a sysrepo setup with the latest code from master branch. In my prototype, I have multiple client/agents and one backend application which implements config change and data provide call backs. During my test, seems when one client do sr_set_item() and sr_commit() (which invokes the callback function) on a module, the entire module is locked and no other clients's sr_get request is processed. Is this expected? Or it is issue in my implementation, I use two different sessions for config change callback and data provider call back. thanks in advance,Jimmy -------------- next part -------------- An HTML attachment was scrubbed... URL: