Code Monkey home page Code Monkey logo

Comments (7)

adarshsanjeev avatar adarshsanjeev commented on August 19, 2024 1

@frankgrimes97 Currently, Druid 30 is at a stage where only regressions can be backported.

from druid.

asdf2014 avatar asdf2014 commented on August 19, 2024

#16371 this PR added a feature to the Router page that makes it easier to search DataSource using keywords, which also changed user behavior, so it should be necessary to mention it in the release note I think 😄

from druid.

adarshsanjeev avatar adarshsanjeev commented on August 19, 2024

@asdf2014 That PR is not present in the Druid 30 branch, as it was merged after the branch cut (and cannot be backported as it is not a bugfix/regression).

from druid.

asdf2014 avatar asdf2014 commented on August 19, 2024

@adarshsanjeev Oh, I see 😅

from druid.

frankgrimes97 avatar frankgrimes97 commented on August 19, 2024

@adarshsanjeev Could the following in-progress bugfix #16550 be considered for 30.0.0? Not sure where you guys are in terms for release timeline/cadence but we'd ideally like to test/verify it on perhaps 30.0.0-rc3 instead of waiting for it to land in 31.0.0 in August/September.
We'd also be open to having it considered for a possible 29.0.2 release.
Thanks!

from druid.

acherla avatar acherla commented on August 19, 2024

Testing 30.0.0-rc3 there are a number of regressions im noticing in the UI,

  1. Seems like the "supervisors" UI tab doesnt have a way to paginate all the supervisors anymore that was available in 29.0.1
  2. Filtering in the "supervisors" UI tab by status = running return a UI exception "druidException/Column 'status' not found in any table (line[11], column[7])" - This issue is due to the client making a call to the druid/sql endpoint using a SELECT statement that does not have the STATUS column included. Thus it returns the above error. This is easy enough to fix and merely requires adding the column status to the SELECT query when fetching the status of the supervisors from the sys.supervisors table.

from druid.

adarshsanjeev avatar adarshsanjeev commented on August 19, 2024

@acherla Thanks for testing the RC.
These seem to be valid regressions, and should be fixed by #16571. Once it is backported, I will create a new RC3 build.

from druid.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.