Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Currently, the Apache Ignite 2.8 [Scope, Time, Manager] thread are discussing on dev-list

Awaiting

Release phases

Scope Freeze: December 4, 2019 (planning)2019

Code Freeze: December 11, 2019 (planning)31, 2019

Voting Date: January 10January 20, 2020 (planning)

Release Date: January 17January 27, 2020 (planning)

...

Apache Ignite Nightly Release Build

You can find early-access 2.8 release binaries on Apache Ignite TeamCity.

https://ci.ignite.apache.org/viewLog.html?buildId=5047493&buildTypeId=Releases_NightlyRelease_RunApacheIgniteNightlyRelease&tab=artifacts

The most important release tasks

The most important tasks, features, optimizations, and fixes that have to get into the release.

Such tickets have to be labeled labeled or marked with a Flag "important" in JIRA.

Jira
serverASF JIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
maximumIssues2010
jqlQuery(project = 'Ignite' AND type in ("New Feature", Task, Sub-task, Improvement) AND fixVersion in ('2.78') AND (labels in ('important') OR Flags = Important)) order by priority by summary
serverId5aa69414-a9e9-3523-82ec-879b028fb15b

Release issues grouped by status

Jira Charts
borderfalse
showinfortrue
serverASF JIRA
jqlfixVersion%20%3D%20'2.8'
statTypestatuses
chartTypepie
width600
isAuthenticatedtrue
serverId5aa69414-a9e9-3523-82ec-879b028fb15b

Jira Charts
borderfalse
showinfortrue
serverASF JIRA
jqlfixVersion%20%3D%20'2.8'
statTypestatuses
chartTypepie
width600
isAuthenticatedtrue
serverId5aa69414-a9e9-3523-82ec-879b028fb15b



Unresolved

...

issues (not related to documentation)

Jira
serverASF JIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
maximumIssues2015
jqlQuery(project = 'Ignite' AND fixVersion is not empty AND fixVersion in ('2.78') AND status NOT IN (Resolved, Closed)) AND (component is EMPTY OR component not in (documentation)) ORDER BY priority
serverId5aa69414-a9e9-3523-82ec-879b028fb15b

...

Unresolved documentation tasks


Jira
serverASF JIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolutiontype
maximumIssues2015
jqlQuery(project = 'Ignite' AND fixVersion is not empty AND fixVersion in ('2.78') AND status NOT IN (Resolved, Closed) AND component in (documentation) ORDER BY priority
serverId5aa69414-a9e9-3523-82ec-879b028fb15b

Benchmarks

Base benchmark configuration

  • 3 servers
  • 1 client (all benchs run from this one)
  • 1 backup


OperationYardstick
atomic-put
IgnitePutBenchmark
sql-merge-query
IgniteSqlMergeQueryBenchmark
atomic-get
IgniteGetBenchmark
tx-get
IgniteGetTxBenchmark
tx-put
IgnitePutTxBenchmark
atomic-put-all-bs-10
IgnitePutAllBenchmark
tx-put-all-bs-10
IgnitePutAllTxBenchmark
Case #1
  • FULL_SYNC
  • Cache mode : PARTITIONED
  • Persistence: TRUE
  • WAL mode: NONE

    Image Added
Case #2
  • FULL_SYNC
  • Cache mode : PARTITIONED
  • Persistence: FALSE
    Image Added
Case #3
  • PRIMARY_SYNC
  • Cache mode : PARTITIONED
  • Persistence: TRUE
  • WAL mode: LOG_ONLY
    Image Added
Case #4
  • FULL_SYNC
  • Cache mode : PARTITIONED
  • Persistence: TRUE
  • WAL mode: LOG_ONLY
    Image Added