You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@systemml.apache.org by "Matthias Boehm (JIRA)" <ji...@apache.org> on 2017/08/23 23:13:00 UTC

[jira] [Created] (SYSTEMML-1862) Perftest: MSVM 800GB fails on buffer pool eviction

Matthias Boehm created SYSTEMML-1862:
----------------------------------------

             Summary: Perftest: MSVM 800GB fails on buffer pool eviction
                 Key: SYSTEMML-1862
                 URL: https://issues.apache.org/jira/browse/SYSTEMML-1862
             Project: SystemML
          Issue Type: Bug
            Reporter: Matthias Boehm


{code}
Caused by: org.apache.sysml.runtime.controlprogram.caching.CacheException: Eviction to local path /tmp/systemml/_p196865_9.1.45.28//cache/cache000031072.dat (_mVar372) failed.
        at org.apache.sysml.runtime.controlprogram.caching.CacheableData.release(CacheableData.java:619)
        at org.apache.sysml.runtime.controlprogram.context.ExecutionContext.setMatrixOutput(ExecutionContext.java:426)
        at org.apache.sysml.runtime.instructions.cp.ScalarMatrixRelationalCPInstruction.processInstruction(ScalarMatrixRelationalCPInstruction.java:64)
        at org.apache.sysml.runtime.controlprogram.ProgramBlock.executeSingleInstruction(ProgramBlock.java:286)
        ... 6 more
Caused by: java.util.NoSuchElementException
        at java.util.LinkedHashMap$LinkedHashIterator.nextNode(LinkedHashMap.java:721)
        at java.util.LinkedHashMap$LinkedEntryIterator.next(LinkedHashMap.java:752)
        at java.util.LinkedHashMap$LinkedEntryIterator.next(LinkedHashMap.java:750)
        at org.apache.sysml.runtime.controlprogram.caching.LazyWriteBuffer$EvictionQueue.removeFirst(LazyWriteBuffer.java:273)
        at org.apache.sysml.runtime.controlprogram.caching.LazyWriteBuffer.writeBlock(LazyWriteBuffer.java:82)
        at org.apache.sysml.runtime.controlprogram.caching.CacheableData.release(CacheableData.java:615)
        ... 9 more
{code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)