ignite icon indicating copy to clipboard operation
ignite copied to clipboard

Apache Ignite

Results 287 ignite issues
Sort by recently updated
recently updated
newest added

Thank you for submitting the pull request to the Apache Ignite. In order to streamline the review of the contribution we ask you to ensure the following steps have been...

Hi: Mybe this code has a bug: memory leak. Need add the line tlb.remove() to the file 469 line . file: org.apache.ignite.internal.processors.cache.persistence.wal.filehandle.FsyncFileWriteHandle#flush(org.apache.ignite.internal.pagemem.wal.record.WALRecord, boolean) try { // We can safely allow...

I have configured a segmentationResolver, and segmentationCheckFreq set to '0', means check segmentation based on the topology changes. But this scenario is crashing. In GridDiscoveryManager.java:3130, segmentationcheck is scheduled only when...

![Ignite_Issue_2024-06-18 16_59_01](https://github.com/apache/ignite/assets/26675241/7d1653ea-3474-46a8-a533-8f91dadb77a2) **Steps to Reproduce issue:** 1. Start ignite and expose metrics via JMX. 2. Setup Prometheus jmx exporter to export these ignite metrics on Prometheus. 3. Configure Prometheus to...

I am using Apache Ignite (2.15.0) in .NET6 project to run Ignite cache on a single partition node. It was running fine without any issues but after 7 days of...

Thank you for submitting the pull request to the Apache Ignite. In order to streamline the review of the contribution we ask you to ensure the following steps have been...

## issue When I use IgniteDataStreamer with user defined class, like this: ``` cfg.setPeerClassLoadingEnabled(true); Ignite ignite = Ignition.start(cfg); IgniteDataStreamer mktStmr = ignite.dataStreamer(mktCache.getName()); ``` I got the following error, it seems...

Hi I am trying to run ignite in a cluster on kubernetes. My service tries to connect to the running ignite pod. But with ignite 2.16, the connection fails when...

Thank you for submitting the pull request to the Apache Ignite. In order to streamline the review of the contribution we ask you to ensure the following steps have been...