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

[jira] [Updated] (IGNITE-18346) .NET: IgniteProductVersion shows incorrect timestamp

     [ https://issues.apache.org/jira/browse/IGNITE-18346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavel Tupitsyn updated IGNITE-18346:
------------------------------------
    Summary: .NET: IgniteProductVersion shows incorrect timestamp  (was: .NET return Ignite version with a wrong timestamp part)

> .NET: IgniteProductVersion shows incorrect timestamp
> ----------------------------------------------------
>
>                 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
>            Priority: Major
>             Fix For: 2.15
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> The following code reproduces the issue:
> {code:c#}
> var node = Ignition.Start(cfg);
> Console.WriteLine("Version: " + node.GetVersion());
> {code}
> For version 2.14:
> {noformat}
> Expected: 2.14.0#20220929-sha1:951e8deb
> Actual:   2.14.0#19700102-sha1:951e8deb
> {noformat}



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