You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Pavel Kuznetsov (JIRA)" <ji...@apache.org> on 2018/05/25 12:19:00 UTC

[jira] [Created] (IGNITE-8615) SQL: Transaction log is never cleaned

Pavel Kuznetsov created IGNITE-8615:
---------------------------------------

             Summary: SQL: Transaction log is never cleaned
                 Key: IGNITE-8615
                 URL: https://issues.apache.org/jira/browse/IGNITE-8615
             Project: Ignite
          Issue Type: Bug
          Components: sql
            Reporter: Pavel Kuznetsov
            Assignee: Igor Seliverstov


Running benchmarks that updates data from 4 hosts (with 16 threads each) during 5 minutes
server node fails with 
{noformat}
^-- System thread pool [active=0, idle=6, qSize=0]
[2018-05-25 11:59:25,695][INFO ][grid-timeout-worker-#39][IgniteKernal] FreeList [name=null, buckets=256, dataPages=32466, reusePages=15]
[2018-05-25 11:59:29,075][ERROR][sys-stripe-11-#12][root] Critical system error detected. Will be handled accordingly to configured handler [hnd=class o.a.i.failure.StopNodeOrHaltFailureHandler, failureCtx=Failu
reContext [type=CRITICAL_ERROR, err=class o.a.i.i.mem.IgniteOutOfMemoryException: Out of memory in data region [name=TxLog, initSize=40,0 MiB, maxSize=100,0 MiB, persistenceEnabled=false] Try the following:
 ^-- Increase maximum off-heap memory size (DataRegionConfiguration.maxSize)
 ^-- Enable Ignite persistence (DataRegionConfiguration.persistenceEnabled)
 ^-- Enable eviction or expiration policies]]
class org.apache.ignite.internal.mem.IgniteOutOfMemoryException: Out of memory in data region [name=TxLog, initSize=40,0 MiB, maxSize=100,0 MiB, persistenceEnabled=false] Try the following:
 ^-- Increase maximum off-heap memory size (DataRegionConfiguration.maxSize)
 ^-- Enable Ignite persistence (DataRegionConfiguration.persistenceEnabled)
 ^-- Enable eviction or expiration policies
{noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)