Łukasz Osipiuk
Łukasz Osipiuk
It was possible for executorService to not be initialized if setup() was not called due to failure in initialization driven by superclass. ## Release notes (x) This is not user-visible...
Currently scale down logic does not do much (if anything) to prevent multiple disruptions of pods as nodes are being removed in scale down process. It seems that giving preference...
## Description ## Additional context and related issues ## Release notes ( ) This is not user-visible or is docs only, and no release notes are required. ( ) Release...
Currently we are getting a lot of duplicate class warnings during build like: ``` [WARNING] benchto-generator-1.0.0-SNAPSHOT.jar, guava-15.0.jar define 1622 overlapping classes: [WARNING] - com.google.common.collect.ImmutableMapValues$1 [WARNING] - com.google.common.io.LineProcessor [WARNING] - com.google.common.util.concurrent.AbstractService$5...
/kind bug **What steps did you take and what happened:** 1) Application uses klog.Infof() 2) Logging happens based on klog default configuration. 3) Application calls `klog.InitFlags(nil)` and `flag.Parse()`. Flags specify...
The checkstyle rules should ideally be taken from io.airlift.airbase.
Currently one have to specify column types in .data file for convention tables managed by JdbcTableManager. We can make use of standard INFORMATION _SCHEMA for obtaining actual column types.