]
Diego Lovison closed ISPN-11100.
--------------------------------
Resolution: Won't Do
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
Assignee: Diego Lovison
Priority: Minor
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)"}}