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/03/28 11:55:27 UTC

[GitHub] [incubator-openwhisk] ysjjovo opened a new issue #4409: Log lost in method 'KubernetesRestLogSourceStage.readLines'

ysjjovo opened a new issue #4409: Log lost in method 'KubernetesRestLogSourceStage.readLines'
URL: https://github.com/apache/incubator-openwhisk/issues/4409
 
 
   If filter 'isRelevantLogLine(lastTimestamp, timestamp)' in 'for iterator' of method 'readLines' cause lose logs.Dose anyone ever come across this problem?Dose anyone tell what is this for?
   
   Sample function of 'nodejs6' below.It will lose about 10% logs.
   
   function main(args){
       for(var i=0;i<10;i++){
           for(var j=0;j<10;j++){
               console.log(j);
           }
       }
       return args;
   }

----------------------------------------------------------------
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