Lyndon Armitage
Lyndon Armitage
For more detail and the original discussion see the OpenLineage Slack here: https://openlineage.slack.com/archives/C01CK9T7HKR/p1636625611097100
Presumably the issue sits in: src/main/java/marquez/service/models/NodeId.java Specifically this method ```java private String[] parts(int expectedParts, String expectedType) ``` Perhaps there is an issue with the Regex pattern used? ```java public static...
Noticed this today when trying to watch logs for a startup message and block until it is seen: ``` java private void waitUntilTomcatStarted() throws IOException, InterruptedException, DockerException { logger.info("Blocking until...
> I think this is becoming such a big issue on public instances that the only reliable thing would be to add a CAPTCHA automatic solver. Why not pass on...
Thanks for the quick response! Okay. I altered my configuration and added this line: ```lua metals_config.settings.serverVersion = "latest.snapshot" ``` Then ran `:MetalsUpdate` The logs say it is using `Metals version...
I get errors like this in my MetalsDoctor run: ```markdown ### Test suite aborted - timestamp: 1706006228395 - uri: file:///home/lyndon/repos/data-platform/indexing/.metals/.reports/bloop/2024-01-23/r_Test%20suite%20aborted_10-37-08-395.md - error type: bloop #### Summary Test suite aborted ```...
Bloop just released a new version that might address some of the issues I saw in my logs. https://github.com/scalacenter/bloop/releases/tag/v1.5.14 They mention in one of the merged PRs about changing something...
Thanks for the context @tgodzik. Not sure how to proceed on this issue, happy to close it if you guys feel it isn't helpful to keep it around anymore :smiley:...
I have not signed the CLA as of yet, I will have a read and sign if I agree to it.
Just saw this on my Manjaro Linux machine: ```Docker version 23.0.1, build a5ee5b1dfc``` ``` Client: Version: 23.0.1 API version: 1.42 Go version: go1.20 Git commit: a5ee5b1dfc Built: Sat Feb 11...