-
-
Notifications
You must be signed in to change notification settings - Fork 2
Caused by: io.etcd.jetcd.shaded.io.grpc.StatusRuntimeException: INVALID_ARGUMENT: etcdserver: too many operations in txn request #8
Comments
see https://wiki.opendaylight.org/view/Neon_platform_upgrade#Blueprint_declarations With this the basic broken build and long overdue Neon migration is complete and we are hitting the first (new, this worked before..) "real" bug, see #8 ...
There are two problems here:
I'm also struggling to reproduce this in a simple standalone test case (above is in Karaf). |
Oh I think that this is "just" because IRL there are just a lot more YANG models loaded than in my isolated simple test case ... the
It DOES reproduce in the |
According to the documentation, there is a But the etcd Version: 3.2.16 which I currently have on Fedora 29 doesn't have that flag yet, so I'll need to custom build a more recent one from source. And then the Maven plugin which is used in odl-etcd-demo-restconf would have to support this... |
to reproduce #8 except that it doesn't actually reproduce it (needs more models)
see https://wiki.opendaylight.org/view/Neon_platform_upgrade#Blueprint_declarations With this the basic broken build and long overdue Neon migration is complete and we are hitting the first (new, this worked before..) "real" bug, see #8 ...
to reproduce #8 except that it doesn't actually reproduce it (needs more models)
requires etcd-io/jetcd#498 (and, in an ideal world, a jetcd 0.3.2 release so that we don't depend on SNAPSHOT, again) TODO causes the old problem mentioned in https://jira.opendaylight.org/browse/AAA-169 to surface again: Caused by: java.lang.IllegalStateException: There is already a Shiro environment associated with the current ServletContext. Check if you have multiple EnvironmentLoader* definitions in your web.xml! but unclear to me right now why - somehow AAA is getting init twice?!
https://github.com/vorburger/opendaylight-etcd/compare/issue-8 has WIP re. this but it still fails 😭 e8c6707 has the details why ... |
that branch just reverted the "comment out odl-etcd-demo-restconf" commit (in
which requires etcd-io/jetcd#498 (and, in an ideal world, a jetcd 0.3.1 release, so that we don't depend on SNAPSHOT) ... BUT it then causes the old problem mentioned in https://jira.opendaylight.org/browse/AAA-169 to surface again: Caused by: java.lang.IllegalStateException: There is already a Shiro environment associated with the current ServletContext. Check if you have multiple EnvironmentLoader* definitions in your web.xml! but unclear to me right now why - somehow AAA is getting init twice?! We solved this old problem, long ago, but it looks like somehow it's back. |
@bertrandlow FYI as I'm making progress re. the broken build (re. #5) I'm finding a new problem:
The text was updated successfully, but these errors were encountered: