Illya Kysil

Results 31 comments of Illya Kysil

There are way too many `@Domain...` annotations defined in the jmolecules to make the semantic derivation **safe**. I doubt it will be safe to derive ALL of those for `@AggregateRoot`:...

https://github.com/ikysil/ikforth

This issue was introduced in version 1.5.0 by a repair to issue #24.

Hi Piotr, - What the value of `includePluginDependencies` in the plugin configuration? - Do you use `executableDependency` in the plugin configuration?

For the record - it leaks with a matching client as well (v3.2.39). We had to roll back the server to the previous release v3.2.38. We managed to tame the...

> We managed to tame the leaks **during schema definition** by reusing result of `getMetadata()` instead of asking for it for every vertex/edge/property to be defined. A small correction: We...

Hi, I've created a [reproducer](https://github.com/ikysil/orientdb-issue10453-reproducer). I could not find a way to reproduce the issue using in-process server though.

The schema manipulation code there represents what our system actually executes (omitting exact schema details.) Feel free to suggest a better approach - this code exists since OrientDB 2.2.x times.

Hi @tglman Did you follow the [testing scenario](https://github.com/ikysil/orientdb-issue10453-reproducer/blob/main/README.md)? > what is supposed to be the result of the reproducer? should the test fail or should I get any other symptoms...