rollup.asciidoc 610 B

1234567891011121314151617181920
  1. [float]
  2. [[breaking_80_rollup_changes]]
  3. === Rollup changes
  4. //NOTE: The notable-breaking-changes tagged regions are re-used in the
  5. //Installation and Upgrade Guide
  6. //tag::notable-breaking-changes[]
  7. // end::notable-breaking-changes[]
  8. [float]
  9. ==== StartRollupJob endpoint returns success if job already started
  10. Previously, attempting to start an already-started rollup job would
  11. result in a `500 InternalServerError: Cannot start task for Rollup Job
  12. [job] because state was [STARTED]` exception.
  13. Now, attempting to start a job that is already started will just
  14. return a successful `200 OK: started` response.