Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove index_realtime and index_realtime_appenderator tasks #16602

Merged
merged 27 commits into from
Jun 25, 2024

Commits on Jan 18, 2024

  1. Remove index_realtime and index_realtime_appenderator tasks.

    index_realtime tasks were removed from the documentation in apache#13107. Even
    at that time, they weren't really documented per se— just mentioned. They
    existed solely to support Tranquility, which is an obsolete ingestion
    method that predates migration of Druid to ASF and is no longer being
    maintained. Tranquility docs were also de-linked from the sidebars and
    the other doc pages in apache#11134. Only a stub remains, so people with
    links to the page can see that it's no longer recommended.
    
    index_realtime_appenderator tasks existed in the code base, but were
    never documented, nor as far as I am aware were they used for any purpose.
    
    This patch removes both task types completely, as well as removes all
    supporting code that was otherwise unused. It also updates the stub
    doc for Tranquility to be firmer that it is not compatible. (Previously,
    the stub doc said it wasn't recommended, and pointed out that it is
    built against an ancient 0.9.2 version of Druid.)
    gianm committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    60ceeed View commit details
    Browse the repository at this point in the history
  2. Updates.

    gianm committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    2548eeb View commit details
    Browse the repository at this point in the history
  3. Style.

    gianm committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    abfef32 View commit details
    Browse the repository at this point in the history
  4. Fixes for static analysis.

    gianm committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    3396f17 View commit details
    Browse the repository at this point in the history
  5. Fix test.

    gianm committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    c773fcd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7fd4f4f View commit details
    Browse the repository at this point in the history
  7. Fix test.

    gianm committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    a319f16 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Fixes.

    gianm committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    676dd4c View commit details
    Browse the repository at this point in the history
  2. Remove function.

    gianm committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    7f39083 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e77cd2 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. Configuration menu
    Copy the full SHA
    1fbb38e View commit details
    Browse the repository at this point in the history
  2. IT WIP

    gianm committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    42680fe View commit details
    Browse the repository at this point in the history
  3. delete

    gianm committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    cfb4faf View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    c85f6ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7ec2cf View commit details
    Browse the repository at this point in the history
  3. Fix style.

    gianm committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    9a90795 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    2eff3ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e6d38b View commit details
    Browse the repository at this point in the history
  3. style

    clintropolis committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    8499c4a View commit details
    Browse the repository at this point in the history
  4. style again

    clintropolis committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    e165efd View commit details
    Browse the repository at this point in the history
  5. dependencies

    clintropolis committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    7d663fd View commit details
    Browse the repository at this point in the history
  6. adjust

    clintropolis committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    b3dceea View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f2401cd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    aaf2812 View commit details
    Browse the repository at this point in the history
  9. fix test

    clintropolis committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    9f3da17 View commit details
    Browse the repository at this point in the history
  10. maybe fix tests

    clintropolis committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    e06647a View commit details
    Browse the repository at this point in the history
  11. missed a spot

    clintropolis committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    f3ce50b View commit details
    Browse the repository at this point in the history