[
https://issues.apache.org/jira/browse/IGNITE-4155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15632178#comment-15632178
]
ASF GitHub Bot commented on IGNITE-4155:
----------------------------------------
GitHub user sergey-chugunov-1985 opened a pull request:
https://github.com/apache/ignite/pull/1205
IGNITE-4155 minor fixes to examples
IgniteSemaphoreExample was fixed: it is possible to rerun example without
restarting cluster.
Errors in logs of HibernateL2CacheExample were fixed.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-4155
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/1205.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1205
----
commit 3ccee5c8bffdbd27129a57ae3bdf52479ae5a817
Author: Sergey Chugunov <[email protected]>
Date: 2016-10-31T14:33:43Z
IGNITE-4155 minor fixes to examples
----
> Minor issues wth IgniteSemaphoreExample and HIbernateL2CacheExample
> -------------------------------------------------------------------
>
> Key: IGNITE-4155
> URL: https://issues.apache.org/jira/browse/IGNITE-4155
> Project: Ignite
> Issue Type: Improvement
> Reporter: Sergey Chugunov
> Assignee: Sergey Chugunov
> Priority: Minor
> Labels: newbie
>
> IgniteSemaphoreExample finishes fine for the first run but hangs on the
> second unless ignite cluster is restarted.
> HibernateL2CacheExample logs errors like this during run:
> {code}
> [17:14:25,147][ERROR][main][SchemaExport] HHH000389: Unsuccessful: alter
> table Post drop constraint FK_m7j5gwmpa7dklv5bnc41ertmi
> [17:14:25,147][ERROR][main][SchemaExport] Table "POST" not found; SQL
> statement:
> alter table Post drop constraint FK_m7j5gwmpa7dklv5bnc41ertmi [42102-191]
> {code}
> Errors don't prevent example from finishing but may lead to a confusion that
> something works improperly.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)