klsince opened a new pull request, #12327:
URL: https://github.com/apache/pinot/pull/12327
Preconditions.check... errmsg uses `%s` to format instead of {}, otherwise,
we'd see errmsg like below
```
java.lang.IllegalStateException: Snapshot of validDocIds is required to
preload segment: {}, table: {} [upsertMeetupRsvpLLC__0__6__20240123T1930Z,
upsertMeetupRsvpLLC_REALTIME]
at
org.apache.pinot.shaded.com.google.common.base.Preconditions.checkState(Preconditions.java:835)
at
org.apache.pinot.segment.local.upsert.BasePartitionUpsertMetadataManager.doPreloadSegment(BasePartitionUpsertMetadataManager.java:284)
...
```
Found those places with cmd `git grep 'Preconditions' | grep '{}'`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]