Versions Compared

Key

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

...

Code Block
languageyml
titledriver_options
collapsetrue
    driver_options:
      -b: 1
      -bs: 100
      -d: 300
      -dn: IgnitePutAllBenchmark
      -ds: atomic-put-all-bs-100
      -nn: 4
      -sm: FULL_SYNC
      -w: 20
    ignite:
      ignite-base:
        driver_jvm_options:
        - -Xmx8g
        - -Xms8g
        - -XX:+UseG1GC
        - -Djava.net.preferIPv4Stack=true
        - -DCACHE_CONFIG=caches.ignite-base.xml
        - -Xloggc:./gc-1580292931.2261956.log



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)

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 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


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


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