Uploaded image for project: 'Sentry (Retired)'
  1. Sentry (Retired)
  2. SENTRY-1616

exchange partition is not generating notifications

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Critical
    • Resolution: Unresolved
    • None
    • None
    • Hive V2
    • None

    Description

      exchange partition event is not generating notifications in notification_log.

      There should multiple events generated. one add_partition event and several drop_partition events.

      for example:
      ALTER TABLE tab1 EXCHANGE PARTITION (part=1) WITH TABLE tab2;

      There will the following events:
      ADD_PARTITION on tab2 on partition (part=1)
      DROP_PARTITION on tab1 on partition (part=1)

      Attachments

        Activity

          People

            vaidyand Nachiket Vaidya
            vaidyand Nachiket Vaidya
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: