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:
[email protected]


With regards,
Apache Git Services

Reply via email to