Nigel Jones

Results 455 comments of Nigel Jones

I'm also intrigued by the fact you said the graph failed to work after the first restart? I think you are using customised helm charts? It's possible a problem there,...

This is an interesting kind of issue - how do we debug apparently the jvm going away. If the cause isn't external and anything shows up in k8s log, I...

Good to hear the performance is better. I'm also completing/fixing/merging https://github.com/odpi/egeria-charts/pull/127 which is for our lab demo (notebook) chart to allow spec of additional connectors. I'll look at same in...

Did you have explicit 'resources' entries in your modified charts? Is that where you were setting the 1GB limit. The standard charts don't specify a limit by default When the...

If we get killed by k8s for exceeding limits there's nothing we can do in the java application -- only ensure recovery through the k8s deployment. If we hit a...

thanks - will add to the list and take a look!

Taking the example given, these are the gradle dependenceis (commented out) that don't feature in the maven pom: ``` implementation project(':open-metadata-implementation:common-services:ffdc-services') // implementation project(':open-metadata-implementation:common-services:gaf-metadata-management:gaf-metadata-api') implementation project(':open-metadata-implementation:common-services:gaf-metadata-management:gaf-metadata-client') // implementation project(':open-metadata-implementation:common-services:ocf-metadata-management:ocf-metadata-api') implementation...

Requires further analysis - looking at classpath & exploring the 'api' dependency, as well as why spring implementation is exposed, and whether it should be Similarly for other dependencies in...

Does this only occur with intellij? Ie is command line clean? If only intellij, What intellij version Is it only on a clean clone where no clue build has been...

Gradle appears to launch this task during setup: ``` > Task :prepareKotlinBuildScriptModel UP-TO-DATE Could not resolve: commons-logging:commons-logging:1.2 Could not resolve: org.slf4j:jcl-over-slf4j:2.0.0 ``` Both of these dependencies ARE present on maven...