This is an automated email from the ASF dual-hosted git repository.

xbli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git


    from 652bb6b1cf Improved metrics for server grpc query (#13177)
     add 429bb7ac59 Add locking logic to get consistent table view for upsert 
tables (#12976)

No new revisions were added by this update.

Summary of changes:
 .../common/utils/config/QueryOptionsUtils.java     |   5 +
 .../manager/realtime/RealtimeTableDataManager.java |   2 +-
 .../upsert/BasePartitionUpsertMetadataManager.java | 195 +++++++++++++++++--
 .../upsert/BaseTableUpsertMetadataManager.java     |  12 +-
 ...oncurrentMapPartitionUpsertMetadataManager.java |  18 +-
 .../ConcurrentMapTableUpsertMetadataManager.java   |   5 +-
 .../local/upsert/TableUpsertMetadataManager.java   |   2 +-
 .../pinot/segment/local/upsert/UpsertContext.java  |  30 ++-
 .../BasePartitionUpsertMetadataManagerTest.java    | 210 ++++++++++++++++++++-
 .../pinot/spi/config/table/UpsertConfig.java       |  26 +++
 .../apache/pinot/spi/utils/CommonConstants.java    |   1 +
 11 files changed, 470 insertions(+), 36 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to