Skip to content

2024.10.1

Compare
Choose a tag to compare
@iagaponenko iagaponenko released this 04 Oct 17:59
· 34 commits to main since this release

What's Changed

  • DM-45596: Migrate GHA CI setup of Qserv to install docker-compose as an action
  • DM-46119: Install application debug tools lsof, strace and netstat into the run base container
  • DM-46430: Garbage collection of the completed table contribution requests to prevent OOM crashes of the long running worker ingest services
  • DM-45811: Additional thresholds in the query selectors on the Qserv Web Dashboard to allow selecting large queries exceeding the specified number of chunks, the number of bytes, or the number of rows
  • DM-46017: Fixed a bug in the Qserv worker ingest service causing the service to lock up while ingesting large contributions
  • DM-45842: Add the AWS SDK for C++ into the Qserv build container
  • DM-45230: Qserv Web Dashboard crashes when trying to render the very long queries
  • DM-45595: Migrate the Qserv worker-side table ingest service to CPP-HTTPLIB
  • DM-45929: Worker-centric view of the ingest contributions on the Qserv Web Dashboard to prevent overloadng the Replication Controller and the Dashboard UI when exploring millions of contributions into a catalog
  • DM-46320: Supporting the multipart/form-data format in the Qserv's push-mode ingest protocol as a more convenient alternative for the proprietary binary protocol
  • DM-46397: Extend Qserv integration test to use HTTP-based push mode catalog ingest

NOTE: The version number of the Qserv REST API: 38

Full Changelog: 2024.7.1-rc1...2024.10.1-rc1