You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/08/28 12:36:35 UTC

[GitHub] [openwhisk] ruediger-maass opened a new pull request #4596: Allow individual field sets for activation_record and user_log

ruediger-maass opened a new pull request #4596: Allow individual field sets for activation_record and user_log
URL: https://github.com/apache/openwhisk/pull/4596
 
 
   Introduce individual field set for activation records in user logs.
   
   ## Description
   We need to handle activation records (i.e., activation metadata) and user logs differently in user logs. Therefore we need individual field sets for storing these entries in `ActivationFileStorage` that we use in our Activation Store SPI imlementation.
   
   ## My changes affect the following components
   - Controller (for sequences)
   - Invoker
   
   ## Types of changes
   Small change with low risk: add one function `activationToFileExtended`in `org.apache.openwhisk.core.database.ActivationFileStorage` that is basically the same as `activationToFile`but allows to define different sets of additional fields for activation_record and user_log. The proposed change does not replace the exiting function `activationToFile` but adds the desired new function in order to not change the interface of `ActivationFileStorage` that might be used by other Activation Store SPI imlementations out there.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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