You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/09/11 12:12:50 UTC

[GitHub] vvraskin opened a new issue #92: Cron is fired after trigger deletion

vvraskin opened a new issue #92: Cron is fired after trigger deletion
URL: https://github.com/apache/incubator-openwhisk-package-alarms/issues/92
 
 
   Hi, 
   
   I was searching for an existing issue, could not find any. 
   The problem is that we periodically see that Alarms package is firing the triggers that were deleted. Here is an example:
   ```
   [2017-09-11T00:45:02.501Z] [INFO] [??] [alarmsTrigger] [deleteTrigger] trigger xxxxxxxx/lime@us.ibm.com/dummyAlarmsTrigger-1505090685500 successfully deleted from memory
   
   [2017-09-11T00:45:11.357Z] [INFO] [??] [alarmsTrigger] [fireTrigger] Trigger xxxxxxxx/lime@us.ibm.com/dummyAlarmsTrigger-1505090685500 was successfully fired
   ```
   I have quickly scanned the code, could not find any obvious reason. Hopefully you could help to shed light here. 
   
   Thats the alarmsFeedTests.scala in blue. 
   
   
   Thanks, 
   Vadim. 
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services