[jira] [Assigned] (IGNITE-5239) Web Console: Add an option to show full stack trace on Queries screen

2017-06-14 Thread Alexey Kuznetsov (JIRA)

 [ 
https://issues.apache.org/jira/browse/IGNITE-5239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexey Kuznetsov reassigned IGNITE-5239:


Resolution: Fixed
  Assignee: Pavel Konstantinov  (was: Alexey Kuznetsov)

Merged to release branch.
Please test:
# Create two tables in some RDBMD linked by FK.
# Insert some rows.
# In Web Console generate project for that tables.
# Start server node.
# Load caches from DB.
# In Web Console go to Queries screen and execute "delete from ..." that should 
fail with FK violation.
# Click "Show more" - full stack trace with real reason should be displayed.

> Web Console: Add an option to show full stack trace on Queries screen
> -
>
> Key: IGNITE-5239
> URL: https://issues.apache.org/jira/browse/IGNITE-5239
> Project: Ignite
>  Issue Type: Task
>  Components: UI, wizards
>Affects Versions: 2.0
>Reporter: Alexey Kuznetsov
>Assignee: Pavel Konstantinov
> Fix For: 2.1
>
>
> In some situations we need full stack trace to show real error like: 
> {code}
> Caused by: org.postgresql.util.PSQLException: ERROR: update or delete on 
> table "city" violates foreign key constraint "country_capital_fkey" on table 
> "country"
>   Detail: Key (id)=(3503) is still referenced from table "country".
> {code}



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


[jira] [Assigned] (IGNITE-5239) Web Console: Add an option to show full stack trace on Queries screen

2017-06-14 Thread Andrey Novikov (JIRA)

 [ 
https://issues.apache.org/jira/browse/IGNITE-5239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrey Novikov reassigned IGNITE-5239:
--

Assignee: Alexey Kuznetsov  (was: Andrey Novikov)

> Web Console: Add an option to show full stack trace on Queries screen
> -
>
> Key: IGNITE-5239
> URL: https://issues.apache.org/jira/browse/IGNITE-5239
> Project: Ignite
>  Issue Type: Task
>  Components: UI, wizards
>Affects Versions: 2.0
>Reporter: Alexey Kuznetsov
>Assignee: Alexey Kuznetsov
> Fix For: 2.1
>
>
> In some situations we need full stack trace to show real error like: 
> {code}
> Caused by: org.postgresql.util.PSQLException: ERROR: update or delete on 
> table "city" violates foreign key constraint "country_capital_fkey" on table 
> "country"
>   Detail: Key (id)=(3503) is still referenced from table "country".
> {code}



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


[jira] [Assigned] (IGNITE-5239) Web Console: Add an option to show full stack trace on Queries screen

2017-06-12 Thread Alexey Kuznetsov (JIRA)

 [ 
https://issues.apache.org/jira/browse/IGNITE-5239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexey Kuznetsov reassigned IGNITE-5239:


Assignee: Andrey Novikov  (was: Alexey Kuznetsov)

Please review in branch ignite-5239.

> Web Console: Add an option to show full stack trace on Queries screen
> -
>
> Key: IGNITE-5239
> URL: https://issues.apache.org/jira/browse/IGNITE-5239
> Project: Ignite
>  Issue Type: Task
>  Components: UI, wizards
>Affects Versions: 2.0
>Reporter: Alexey Kuznetsov
>Assignee: Andrey Novikov
> Fix For: 2.1
>
>
> In some situations we need full stack trace to show real error like: 
> {code}
> Caused by: org.postgresql.util.PSQLException: ERROR: update or delete on 
> table "city" violates foreign key constraint "country_capital_fkey" on table 
> "country"
>   Detail: Key (id)=(3503) is still referenced from table "country".
> {code}



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


[jira] [Assigned] (IGNITE-5239) Web Console: Add an option to show full stack trace on Queries screen

2017-06-05 Thread Vasiliy Sisko (JIRA)

 [ 
https://issues.apache.org/jira/browse/IGNITE-5239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vasiliy Sisko reassigned IGNITE-5239:
-

Assignee: Alexey Kuznetsov  (was: Vasiliy Sisko)

> Web Console: Add an option to show full stack trace on Queries screen
> -
>
> Key: IGNITE-5239
> URL: https://issues.apache.org/jira/browse/IGNITE-5239
> Project: Ignite
>  Issue Type: Task
>  Components: UI, wizards
>Affects Versions: 2.0
>Reporter: Alexey Kuznetsov
>Assignee: Alexey Kuznetsov
> Fix For: 2.1
>
>
> In some situations we need full stack trace to show real error like: 
> {code}
> Caused by: org.postgresql.util.PSQLException: ERROR: update or delete on 
> table "city" violates foreign key constraint "country_capital_fkey" on table 
> "country"
>   Detail: Key (id)=(3503) is still referenced from table "country".
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Assigned] (IGNITE-5239) Web Console: Add an option to show full stack trace on Queries screen

2017-06-05 Thread Alexey Kuznetsov (JIRA)

 [ 
https://issues.apache.org/jira/browse/IGNITE-5239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexey Kuznetsov reassigned IGNITE-5239:


Assignee: Vasiliy Sisko  (was: Alexey Kuznetsov)

Please test with various databases.

> Web Console: Add an option to show full stack trace on Queries screen
> -
>
> Key: IGNITE-5239
> URL: https://issues.apache.org/jira/browse/IGNITE-5239
> Project: Ignite
>  Issue Type: Task
>  Components: UI, wizards
>Affects Versions: 2.0
>Reporter: Alexey Kuznetsov
>Assignee: Vasiliy Sisko
> Fix For: 2.1
>
>
> In some situations we need full stack trace to show real error like: 
> {code}
> Caused by: org.postgresql.util.PSQLException: ERROR: update or delete on 
> table "city" violates foreign key constraint "country_capital_fkey" on table 
> "country"
>   Detail: Key (id)=(3503) is still referenced from table "country".
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Assigned] (IGNITE-5239) Web Console: Add an option to show full stack trace on Queries screen

2017-06-05 Thread Alexey Kuznetsov (JIRA)

 [ 
https://issues.apache.org/jira/browse/IGNITE-5239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexey Kuznetsov reassigned IGNITE-5239:


Assignee: Alexey Kuznetsov

> Web Console: Add an option to show full stack trace on Queries screen
> -
>
> Key: IGNITE-5239
> URL: https://issues.apache.org/jira/browse/IGNITE-5239
> Project: Ignite
>  Issue Type: Task
>  Components: UI, wizards
>Affects Versions: 2.0
>Reporter: Alexey Kuznetsov
>Assignee: Alexey Kuznetsov
> Fix For: 2.1
>
>
> In some situations we need full stack trace to show real error like: 
> {code}
> Caused by: org.postgresql.util.PSQLException: ERROR: update or delete on 
> table "city" violates foreign key constraint "country_capital_fkey" on table 
> "country"
>   Detail: Key (id)=(3503) is still referenced from table "country".
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)