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:45:27 UTC

[GitHub] [incubator-openwhisk] ysjjovo opened a new issue #4408: Missing some log for method 'KubernetesRestLogSourceStage.readLines'

ysjjovo opened a new issue #4408: Missing some log for method 'KubernetesRestLogSourceStage.readLines'
URL: https://github.com/apache/incubator-openwhisk/issues/4408
 
 
   If filter 'isRelevantLogLine(lastTimestamp, timestamp)'  in 'for iterator' of readLines method cause losing  so logs.Has anyone ever come across this problem?I think this filter is useless.Can someone tell me what is this for?
   
   'nodejs6' sample function 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