Sergey Kozlov created IGNITE-117:
------------------------------------
Summary: Additoinal checking installed ggshmem library required
Key: IGNITE-117
URL: https://issues.apache.org/jira/browse/IGNITE-117
Project: Ignite
Issue Type: Bug
Components: general
Affects Versions: sprint-1
Environment: Linux
Reporter: Sergey Kozlov
Fix For: sprint-1
Ignite doesn't install ggshmem library in /tmp directory if one exists with
proper filename (libggshmem-X.Y.Z). But some cases (e.g. libggshmem corrupted)
it's not enough as in the example below
{noformat}
-rwxrwxr-x 1 teamcity teamcity 145904 Jan 16 14:22 libggshmem-6.5.2.so
-rwxrwxr-x 1 teamcity teamcity 145904 Jan 16 14:19 libggshmem-6.5.5.so
-rwxrwxr-x 1 teamcity teamcity 145904 Jan 16 14:12 libggshmem-6.5.6-p1.so
-rwxrwxr-x 1 teamcity teamcity 145904 Jan 16 14:16 libggshmem-6.5.6.so
-rwxrwxr-x 1 teamcity teamcity 138023 Jan 14 21:01 libggshmem-6.5.7.so
{noformat}
Possible ways to fix are following:
1. Calculate and compare checksums If ggshmem library file found. If checksums
are different the try to reinstall.
2. Always install own ggshmem library with random suffix
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)