You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by tl...@apache.org on 2021/11/16 09:24:25 UTC

[ignite] branch master updated (d110e5f -> 39d23aa)

This is an automated email from the ASF dual-hosted git repository.

tledkov pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git.


    from d110e5f  IGNITE-15845 .NET: Fix TypeNameParser to ignore escaped characters in compiler-generated type names (#9564)
     add 39d23aa  IGNITE-15844 BusyExecutor allow task be executed after deactive/activate. (#9544)

No new revisions were added by this update.

Summary of changes:
 .../processors/query/stat/BusyExecutor.java        |  92 ++++++++++--
 .../processors/query/stat/CancellableTask.java}    |  10 +-
 .../stat/IgniteStatisticsConfigurationManager.java |   7 +-
 .../query/stat/IgniteStatisticsManagerImpl.java    |   6 +-
 .../processors/query/stat/StatisticsProcessor.java |  19 ++-
 .../processors/query/stat/BusyExecutorTest.java    | 160 ++++++++++++++++++++-
 6 files changed, 263 insertions(+), 31 deletions(-)
 copy modules/{core/src/main/java/org/apache/ignite/internal/processors/query/stat/ObjectStatistics.java => indexing/src/main/java/org/apache/ignite/internal/processors/query/stat/CancellableTask.java} (84%)