This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
from e16b2d9c5a1 Perf Optimize JSON message decoding by parsing directly to
Map, avoiding intermediate JsonNode (#17485)
add 41898e03fab Remove the reload and force commit checks for Partial
Upserts and dropOutOfOrder=true Upsert Tables (#17458)
No new revisions were added by this update.
Summary of changes:
.../pinot/controller/BaseControllerStarter.java | 3 +
.../realtime/PinotLLCRealtimeSegmentManager.java | 46 +++++++---
.../PinotLLCRealtimeSegmentManagerTest.java | 96 ++-----------------
.../core/data/manager/BaseTableDataManager.java | 26 +++---
.../realtime/UpsertInconsistentStateConfig.java | 102 +++++++++++++++++++++
...oncurrentMapPartitionUpsertMetadataManager.java | 23 +++--
...nUpsertMetadataManagerForConsistentDeletes.java | 25 ++---
.../segment/local/utils/TableConfigUtils.java | 21 ++++-
.../server/starter/helix/BaseServerStarter.java | 5 +
.../starter/helix/HelixInstanceDataManager.java | 28 +++---
.../apache/pinot/spi/utils/CommonConstants.java | 17 ++++
11 files changed, 236 insertions(+), 156 deletions(-)
create mode 100644
pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/UpsertInconsistentStateConfig.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]