bearpaws
bearpaws
I had tried that and it works, however when the subsequent status change from the UpdateControl is applied, I get a resource version conflict: ``` [EventHandler-myreconciler] INFO io.javaoperatorsdk.operator.processing.event.ReconciliationDispatcher - Kubernetes...
I've confirmed that it works by passing along the new resource version. Thank you both. I think providing an API call is a good idea, since it's not clear that...
The value I tested with is a valid 32-bit integer (432,000,000).
@rohanKanojia This is a third-party library, so in this case it's not possible for me to change the code. It is concerning, though, that this is not a compile-time error...
@manusa Thanks, the fix seems to be working now. @metacosm I'm using the Java Operator SDK, no Quarkus.
@metacosm Here is the full stack trace: ``` java.lang.NoSuchMethodError: 'io.fabric8.kubernetes.client.ConfigFluent io.fabric8.kubernetes.client.ConfigBuilder.withMaxConcurrentRequests(int)' at io.javaoperatorsdk.operator.api.config.ConfigurationService.getKubernetesClient(ConfigurationService.java:94) at io.javaoperatorsdk.operator.api.config.AbstractConfigurationService.getKubernetesClient(AbstractConfigurationService.java:159) at io.javaoperatorsdk.operator.api.config.ConfigurationService$1.clone(ConfigurationService.java:60) at io.javaoperatorsdk.operator.processing.event.source.informer.InformerManager.lambda$get$11(InformerManager.java:173) at java.base/java.util.Optional.map(Optional.java:260) at io.javaoperatorsdk.operator.processing.event.source.informer.InformerManager.get(InformerManager.java:173) at io.javaoperatorsdk.operator.processing.event.source.informer.ManagedInformerEventSource.get(ManagedInformerEventSource.java:121) at io.javaoperatorsdk.operator.processing.event.EventProcessor.submitReconciliationExecution(EventProcessor.java:127) at io.javaoperatorsdk.operator.processing.event.EventProcessor.handleMarkedEventForResource(EventProcessor.java:119) at...
``` [INFO] +- io.javaoperatorsdk:operator-framework:jar:4.9.1:compile [INFO] | +- io.javaoperatorsdk:operator-framework-core:jar:4.9.1:compile [INFO] | +- io.fabric8:kubernetes-httpclient-okhttp:jar:6.13.2:compile [INFO] | | +- com.squareup.okhttp3:okhttp:jar:4.12.0:compile [INFO] | | | +- com.squareup.okio:okio:jar:3.6.0:compile [INFO] | | | | \- com.squareup.okio:okio-jvm:jar:3.6.0:compile...
Are we still expecting the 3.5.15 release this week? Thanks.