You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@druid.apache.org by Travis CI <bu...@travis-ci.com> on 2021/09/24 03:43:53 UTC

[CRON] Broken: apache/druid#33311 (master - 2355a60)

Build Update for apache/druid
-------------------------------------

Build: #33311
Status: Broken

Duration: 8 mins and 17 secs
Commit: 2355a60 (master)
Author: Agustin Gonzalez
Message: Avoid primary key violation in segment tables under certain conditions when appending data to same interval (#11714)

* Fix issue of duplicate key  under certain conditions when loading late data in streaming. Also fixes a documentation issue with skipSegmentLineageCheck.

* maxId may be null at this point, need to check for that

* Remove hypothetical case (it cannot happen)

* Revert compaction is simply "killing" the compacted segment and previously, used, overshadowed segments are visible again

* Add comments

View the changeset: https://github.com/apache/druid/compare/3525c0b195b450ce6c6a4588ea90b3489568c124...2355a60419fe423faae9af7d95b97199b11309d7

View the full build log and details: https://app.travis-ci.com/github/apache/druid/builds/238397089?utm_medium=notification&utm_source=email


--

You can unsubscribe from build emails from the apache/druid repository going to https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806911&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification&utm_source=email.
Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.