[
https://issues.apache.org/jira/browse/IGNITE-10708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16722797#comment-16722797
]
Aleksey Plekhanov commented on IGNITE-10708:
--------------------------------------------
Failure in {{Queries 1}} suite is not related to this fix, the same failures in
every run in the {{master}} branch now:
{noformat}
[11:11:36][org.apache.ignite:ignite-indexing] Caused by:
org.h2.jdbc.JdbcSQLException: Table "FACT" already exists; SQL statement:
[11:11:36][org.apache.ignite:ignite-indexing] CREATE TABLE "TEST_SCHEMA"."FACT"
(_KEY INT INVISIBLE NOT NULL,_VAL OTHER INVISIBLE,_VER OTHER INVISIBLE,"ID"
INT,"NAME" VARCHAR) engine
"org.apache.ignite.internal.processors.query.h2.H2TableEngine" [42101-197]
[11:11:36][org.apache.ignite:ignite-indexing] at
org.h2.message.DbException.getJdbcSQLException(DbException.java:357)
[11:11:36][org.apache.ignite:ignite-indexing] at
org.h2.message.DbException.get(DbException.java:179)
[11:11:36][org.apache.ignite:ignite-indexing] at
org.h2.message.DbException.get(DbException.java:155)
[11:11:36][org.apache.ignite:ignite-indexing] at
org.h2.command.ddl.CreateTable.update(CreateTable.java:86)
[11:11:36][org.apache.ignite:ignite-indexing] at
org.h2.command.CommandContainer.update(CommandContainer.java:102)
[11:11:36][org.apache.ignite:ignite-indexing] at
org.h2.command.Command.executeUpdate(Command.java:261)
[11:11:36][org.apache.ignite:ignite-indexing] at
org.h2.jdbc.JdbcStatement.executeInternal(JdbcStatement.java:233)
[11:11:36][org.apache.ignite:ignite-indexing] at
org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:205)
[11:11:36][org.apache.ignite:ignite-indexing] at
org.apache.ignite.internal.processors.query.h2.H2TableEngine.createTable(H2TableEngine.java:66)
[11:11:36][org.apache.ignite:ignite-indexing] at
org.apache.ignite.internal.processors.query.h2.SchemaManager.createTable(SchemaManager.java:447)
[11:11:36][org.apache.ignite:ignite-indexing] at
org.apache.ignite.internal.processors.query.h2.SchemaManager.onCacheTypeCreated(SchemaManager.java:239)
[11:11:36][org.apache.ignite:ignite-indexing] ... 15 more
{noformat}
> SQL implement system view for partition states
> ----------------------------------------------
>
> Key: IGNITE-10708
> URL: https://issues.apache.org/jira/browse/IGNITE-10708
> Project: Ignite
> Issue Type: Task
> Components: sql
> Reporter: Aleksey Plekhanov
> Assignee: Aleksey Plekhanov
> Priority: Major
> Labels: iep-13
> Fix For: 2.8
>
>
> Implement SQL system view to partition states in the cluster for each cache
> group and each node.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)