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
Expected Behaviour: Run the module and successfully execute the DebugMonitor.
Actual Behaviour: Executes successfully nothing happens on the client, Ignite throws an exception failing to deploy a service.
Note: Everything works when run without a module.
Ignite Trace:
perper_1 | [07:58:28,085][SEVERE][srvc-deploy-#44][GridServiceProcessor] Failed to initialize service (service will not be deployed): f2eac19f-bf0f-4653-94b7-a5e8b52737f3
perper_1 | class org.apache.ignite.IgniteException: Native platform exception occurred.
perper_1 | at org.apache.ignite.internal.util.IgniteUtils.convertException(IgniteUtils.java:1029)
perper_1 | at org.apache.ignite.internal.processors.platform.services.PlatformAbstractService.init(PlatformAbstractService.java:107)
perper_1 | at org.apache.ignite.internal.processors.service.GridServiceProcessor.redeploy(GridServiceProcessor.java:1364)
perper_1 | at org.apache.ignite.internal.processors.service.GridServiceProcessor.processAssignment(GridServiceProcessor.java:1988)
perper_1 | at org.apache.ignite.internal.processors.service.GridServiceProcessor.onSystemCacheUpdated(GridServiceProcessor.java:1615)
perper_1 | at org.apache.ignite.internal.processors.service.GridServiceProcessor.access$300(GridServiceProcessor.java:126)
perper_1 | at org.apache.ignite.internal.processors.service.GridServiceProcessor$ServiceEntriesListener$1.run0(GridServiceProcessor.java:1597)
perper_1 | at org.apache.ignite.internal.processors.service.GridServiceProcessor$DepRunnable.run(GridServiceProcessor.java:2064)
perper_1 | at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
perper_1 | at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
perper_1 | at java.lang.Thread.run(Thread.java:748)
perper_1 | Caused by: PlatformNativeException [cause=System.Collections.Generic.KeyNotFoundException [idHash=1404929808, hash=-670460937, ClassName=System.Collections.Generic.KeyNotFoundException, Data=null, ExceptionMethod=null, HResult=-2146232969, HelpURL=null, InnerException=null, Message=The given key was not present in the cache., RemoteStackIndex=0, RemoteStackTraceString=null, Source=Apache.Ignite.Core, StackTraceString= at Apache.Ignite.Core.Impl.Cache.CacheImpl`2.<Get>b__25(IBinaryStream stream, Int64 res)
perper_1 | at Apache.Ignite.Core.Impl.PlatformJniTarget.InStreamOutLong[TR](Int32 type, Action`1 outAction, Func`3 inAction, Func`2 readErrorAction)
perper_1 | at Apache.Ignite.Core.Impl.PlatformTargetAdapter.DoOutInOpX[TR](Int32 type, Action`1 outAction, Func`3 inAction, Func`2 inErrorAction)
perper_1 | at Apache.Ignite.Core.Impl.Cache.CacheImpl`2.Get(TK key)
perper_1 | at Apache.Ignite.Core.Impl.Cache.CacheImpl`2.get_Item(TK key)
perper_1 | at Perper.Fabric.Streams.StreamService.Init(IServiceContext context) in /app/src/Perper.Fabric/Streams/StreamService.cs:line 33
perper_1 | at Apache.Ignite.Core.Impl.Unmanaged.UnmanagedCallbacks.ServiceInit(Int64 memPtr), WatsonBuckets=null]]
perper_1 | at org.apache.ignite.internal.processors.platform.PlatformContextImpl.createNativeException(PlatformContextImpl.java:550)
perper_1 | at org.apache.ignite.internal.processors.platform.utils.PlatformUtils.readInvocationResult(PlatformUtils.java:853)
perper_1 | at org.apache.ignite.internal.processors.platform.services.PlatformAbstractService.init(PlatformAbstractService.java:104)
perper_1 | ... 9 more
SantimentBaseStream does a graphql query and has a lot configs and just outputs info, I am guessing this bug can be reproduced with any simple data generator.
Expected Behaviour: Run the module and successfully execute the DebugMonitor.
Actual Behaviour: Executes successfully nothing happens on the client, Ignite throws an exception failing to deploy a service.
Note: Everything works when run without a module.
Ignite Trace:
Perper Output:
Code to reproduce:
A simple azure functions project with the following structure:
--- Streams
----- SantimentBaseStream.cs
----- DebugMonitor.cs
--- Module.cs
Module.cs:
DebugMonitor.cs:
SantimentBaseStream does a graphql query and has a lot configs and just outputs info, I am guessing this bug can be reproduced with any simple data generator.
The text was updated successfully, but these errors were encountered: