hemantrathod created IGNITE-27131:
-------------------------------------
Summary: The storage module under Apache Ignite-3 Examples have
wrong storage_profiles definations
Key: IGNITE-27131
URL: https://issues.apache.org/jira/browse/IGNITE-27131
Project: Ignite
Issue Type: Bug
Components: examples ai3
Affects Versions: 3.1
Reporter: hemantrathod
The classes
{*}[PersistentPageMemoryStorageExample|https://github.com/apache/ignite-3/blob/main/examples/java/src/main/java/org/apache/ignite/example/storage/PersistentPageMemoryStorageExample.java]{*},
{*}[StorageEngineExample|https://github.com/apache/ignite-3/blob/main/examples/java/src/main/java/org/apache/ignite/example/storage/StorageEngineExample.java]{*},
and
*[VolatilePageMemoryStorageExample|https://github.com/apache/ignite-3/blob/main/examples/java/src/main/java/org/apache/ignite/example/storage/VolatilePageMemoryStorageExample.java]*
under storage module of AI3-Examples suite fail to run as expected because
they delegate execution to *[StorageEngineExample
|https://github.com/apache/ignite-3/blob/main/examples/java/src/main/java/org/apache/ignite/example/storage/StorageEngineExample.java]*
with invalid storage_profiles arguments. Leading to runtime errors or
misconfiguration during example execution.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)