You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Igor Sapego (Jira)" <ji...@apache.org> on 2022/12/07 09:07:00 UTC

[jira] [Created] (IGNITE-18346) .NET return Ignite version with a wrong timestamp part

Igor Sapego created IGNITE-18346:
------------------------------------

             Summary: .NET return Ignite version with a wrong timestamp part
                 Key: IGNITE-18346
                 URL: https://issues.apache.org/jira/browse/IGNITE-18346
             Project: Ignite
          Issue Type: Bug
          Components: platforms
    Affects Versions: 2.14
            Reporter: Igor Sapego
            Assignee: Igor Sapego


The following code reproduces the issue:
{code:dotnet}
var node = Ignition.Start(cfg);
Console.WriteLine("Version: " + node.GetVersion());
{code}

For version 2.14:
Expected: 2.14.0#20220929-sha1:951e8deb
Actual: 2.14.0#19700102-sha1:951e8deb



--
This message was sent by Atlassian Jira
(v8.20.10#820010)