Pavel Tupitsyn

Results 86 comments of Pavel Tupitsyn

Same problem here, and I don't want to disable `InvariantGlobalization`.

I've started facing this issue on CI (TeamCity) after introducing Source Generators to my project. ``` 06:48:18 Restored /opt/buildagent/work/b8d4df1365f1f1e5/modules/platforms/dotnet/Apache.Ignite/Apache.Ignite.csproj (in 282 ms). 06:48:18 Restored /opt/buildagent/work/b8d4df1365f1f1e5/modules/platforms/dotnet/Apache.Ignite.Internal.Generators/Apache.Ignite.Internal.Generators.csproj (in 288 ms). 06:48:18 Restored...

Any update on this issue? Seems to be a trivial bug to fix. Same here, both Windows and Linux. Powershell does not work from single-file apps. Tried the latest preview...

> Do you want to make a contribution @fMichaleczek had a closer look at the code - looks like I underestimated the fix, there are multiple places that need updating,...

@SimonCropp invariant globalization can only be enabled before the runtime starts: https://learn.microsoft.com/en-us/dotnet/core/runtime-config/globalization I'm not sure how to test this scenario. Is it ok to spawn a new process?

Please provide full stack trace of the error. The text `Ignite failed to process request` seems to be coming from your code.

Root cause is still not clear. We should either find the problem in the server logs, or enable `sendServerExceptionStackTraceToClient` in the server config to see the cause on the client....

`sendServerExceptionStackTraceToClient` should be set on the server, I've linked the javadoc above. Let's figure out the root cause first.

Looks like a bug in thin client index query - it tries to deserialize data on the server side, which is not only inefficient, but also can fail like this...

@timoninmaxim @alex-plekhanov could you please have a look? See my previous comment for details.