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: us...@infra.apache.org With regards, Apache Git Services