Versions Compared

Key

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

...

  • PRIMARY_SYNC
  • Cache mode : PARTITIONED
  • Persistence: TRUE
  • WAL mode: LOG_ONLY

Table of Contents

Description

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

Release phases

Scope Freeze: December 4, 2019

Code Freeze: December 31, 2019

Voting Date: January 20, 2020 (planning)

Release Date: January 27, 2020 (planning)

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 or marked with a Flag "important" in JIRA.

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

Release issues which require the Release Note

Jira
serverASF JIRA
columnskey,summary,type,updated,due,assignee,reporter,priority,status
maximumIssues7
jqlQueryproject = Ignite and fixVersion in ('2.8') and "Release Note" is EMPTY and "Ignite Flags" = "Release Notes Required" order by Priority
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

Unresolved issues (not related to documentation)

Jira
serverASF JIRA
columnskey,summary,type,updated,assignee,priority,status
maximumIssues15
jqlQuery(project = 'Ignite' AND fixVersion is not empty AND fixVersion in ('2.8') 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,updated,assignee,priority,status,type
maximumIssues15
jqlQueryproject = 'Ignite' AND fixVersion is not empty AND fixVersion in ('2.8') 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

...

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 Removed

Case #2
  • FULL_SYNC
  • Cache mode : PARTITIONED
  • Persistence: FALSE

Image Removed

Case #3
  • PRIMARY_SYNC
  • Cache mode : PARTITIONED
  • Persistence: TRUE
  • WAL mode: LOG_ONLY

Image Removed

Benchmarks (LATEST)


Code Block
languageyml
titleConfig
benchmark: IgnitePutAllBenchmark
cache_mode: FULL_SYNC
persistence: false

...