You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We got reactivity issues when using monti apm version 2.49.2 + latest redis-oplog (curlofcode)
It seems related to "limit" option we use in our publish, when i remove the limit option there is no more issue.
I think I succeed to reduce to a simple test case by tweeking one of existing unit test : in fact, just adding {limit: 100}
I see no reason for this test to pass without limit, but fail with large limit
Thanks @skeetmtp. The reproduction was very helpful. It's fixed in v2.49.3.
Redis oplog handles queries with a limit differently than other queries. The issue was with how the agent instrumented a class used for queries with limits.
We got reactivity issues when using monti apm version 2.49.2 + latest redis-oplog (curlofcode)
It seems related to "limit" option we use in our publish, when i remove the limit option there is no more issue.
I think I succeed to reduce to a simple test case by tweeking one of existing unit test : in fact, just adding {limit: 100}
I see no reason for this test to pass without limit, but fail with large limit
mtest --package ./ --once --release 2.14
The text was updated successfully, but these errors were encountered: