Diego Lovison created ISPN-11100:
------------------------------------
Summary: Rename org.infinispan.server.loader.Loader to
InfinispanServerLoader
Key: ISPN-11100
URL:
https://issues.redhat.com/browse/ISPN-11100
Project: Infinispan
Issue Type: Enhancement
Reporter: Diego Lovison
When running a command to get the PID from jps the word Loader will be there and we can
conclude what is "Loader"
Before:
{{./profiler.sh -d 10 "$(jps | grep "Loader" | cut -d ' '
-f1)"}}
After:
{{./profiler.sh -d 10 "$(jps | grep "InfinispanServerLoader" | cut -d '
' -f1)"}}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)