Sayan Biswas

Results 36 comments of Sayan Biswas

Please also keep in mind this is an API change, previously stored data will not have the field `isStore` and with the current design `GetLog` will fail even it the...

Wouldn't this create a metadata entry for each step in the database? This would be too granular and would require multiple database trip to build the complete log of the...

> @adambkaplan was there any progress with regards to this issue? Thank you. Not yet. :-( But we are still considering this feature and working on a design and maybe...

Before this we are trying to get tekton result use the `v1` tekton APIs and an overall stability to the existing tekton results APIs, and specially the watcher component.

@iainsproat Which log type did you set in the config? File or S3 Can you share the log message from `UpdateLog` method?

Also logs are not enabled by default. Although the API can be enabled from the config, separate configuration are required. For `File` type, PVC need to be deployed and for...

@iainsproat Yes, this happens because the log streaming from the watcher to the API server only starts after the PipelineRun/Taskrun moves to `completed` of `failed` status. If the pod gets...

@iainsproat I believe the size of the log has something to do with this. Are you still having difficulties in storing large logs?

@khrm Results already have pruning mechanism in the controller, this I guess is more targeted in deleting the data from the database and/or S3.