You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2022/02/14 07:37:36 UTC

[GitHub] [ignite-3] ibessonov commented on pull request #655: IGNITE-16538 Enable RocksDB to control memory usage better with stalling write if memory usage exceeds limit

ibessonov commented on pull request #655:
URL: https://github.com/apache/ignite-3/pull/655#issuecomment-1038751905


   Hi @Myasuka, CI report can be found here: https://ci.ignite.apache.org/buildConfiguration/ignite3_Test_RunAllTests?focusLine=0&branch=pull%2F655&mode=builds#all-projects
   It's also available on this page in "checks" section.
   I see a problem in logs and I don't quite get it, the process is stuck:
   ```"main" #1 prio=5 os_prio=0 cpu=2748.35ms elapsed=444.31s tid=0x00007f1898024800 nid=0x3c70 runnable  [0x00007f189f86e000]
      java.lang.Thread.State: RUNNABLE
   	at org.rocksdb.RocksDB.write0(Native Method)
   	at org.rocksdb.RocksDB.write(RocksDB.java:1784)
   	at org.apache.ignite.internal.storage.rocksdb.RocksDbPartitionStorage.removeAllExact(RocksDbPartitionStorage.java:287)
   	at org.apache.ignite.internal.storage.AbstractPartitionStorageTest.testRemoveAllExact(AbstractPartitionStorageTest.java:543)```
   Do you now any possible reasons for this? Main branch forks just fine.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org