This is an automated email from the ASF dual-hosted git repository. nic pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/kylin.git.
from 78deee8 KYLIN-4307 WriteConflictException when build cube by layer new 28b83a3 minor, toString() should not return null new 8c78e7c minor, Math operands should be cast before assignment new abd94c4 minor, Non-thread-safe fields should not be static new d660d6b minor, compareTo should not be overloaded new 5d9f496 minor, Iterator.next() methods should throw NoSuchElementException new d0d817c minor, externalizable classes should have no-arguments constructors The 6 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../persistence/ExponentialBackoffRetry.java | 2 +- .../common/persistence/RootPersistentEntity.java | 4 -- .../org/apache/kylin/common/util/ByteArray.java | 2 +- .../cube/cuboid/algorithm/BPUSCalculator.java | 2 +- .../cube/cuboid/algorithm/CuboidStatsUtil.java | 4 +- .../RecordConsumeBlockingQueueController.java | 18 ++++--- .../apache/kylin/gridtable/GTAggregateScanner.java | 3 +- .../dict/lookup/cache/RocksDBLookupTableCache.java | 46 +++++++++------- .../apache/kylin/dimension/AbstractDateDimEnc.java | 4 ++ .../kylin/source/datagen/ColumnGenerator.java | 6 +-- .../kylin/metrics/lib/impl/BlockingReservoir.java | 9 ++-- .../org/apache/kylin/storage/StorageContext.java | 2 +- .../gtrecord/SortedIteratorMergerWithLimit.java | 3 +- .../kylin/storage/gtrecord/DictGridTableTest.java | 2 +- .../mr/BatchOptimizeJobCheckpointBuilder.java | 2 +- .../apache/kylin/engine/mr/ByteArrayWritable.java | 7 +-- .../kylin/engine/mr/streaming/ColumnToRowJob.java | 2 +- .../apache/kylin/query/relnode/OLAPProjectRel.java | 2 +- .../kylin/rest/controller/QueryController.java | 2 +- .../apache/kylin/rest/job/KylinHealthCheckJob.java | 15 +++--- .../java/org/apache/kylin/source/jdbc/SqlUtil.java | 3 +- .../v2/coprocessor/endpoint/CubeVisitService.java | 3 +- .../kylin/storage/hbase/util/CubeMigrationCLI.java | 61 +++++++++++++++------- .../kylin/stream/coordinator/Coordinator.java | 38 +++++++------- .../coordinate/StreamingCoordinator.java | 3 +- .../storage/columnar/ColumnarSegmentStore.java | 2 +- .../columnar/FSInputGeneralColumnDataReader.java | 5 +- .../compress/FSInputLZ4CompressedColumnReader.java | 9 ++-- .../stream/server/ReplicaSetLeaderSelector.java | 2 +- .../org/apache/kylin/tool/CubeMigrationCLI.java | 6 +-- 30 files changed, 157 insertions(+), 112 deletions(-)