yduchesne / sapia

Automatically exported from code.google.com/p/sapia
0 stars 0 forks source link

Stale Process shows Active in coruscli when auto-restart disabled. #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. run "ps" in coruscli, ensure a JVM is started and active
2. kill -9 jvm_pid 
3. Corus log will show "Stale process detected" messages
4. run "ps" in coruscli, JVM will show "act." even though it no longer exists

What is the expected output? What do you see instead?

Current output:
>>  ps
================================================================================
 Host: phedgaiaro003.ph.expeso.com:33000                                        

 Distribution     Version  Profile   Name         PID             OS PID  Status    
--------------------------------------------------------------------------------
 app_name         1.8      daemon    read         131028081462    25055   act.  

Expected output:
>>  ps
================================================================================
 Host: phedgaiaro003.ph.expeso.com:33000                                        

 Distribution     Version  Profile   Name         PID             OS PID  Status    
--------------------------------------------------------------------------------
 app_name          1.8      daemon    read         131028081462    25055   stale  

What version of the product are you using? On what operating system?
Exists in both 3.0.5 and 4.1 (not tested in 4.0.1)

Please provide any additional information below.
Yanick aware and demo'd

Original issue reported on code.google.com by c...@maxnet.eu.org on 29 Oct 2013 at 3:31

GoogleCodeExporter commented 9 years ago

Original comment by yanickdu...@gmail.com on 29 Oct 2013 at 3:36