-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Closed
Labels
.FrontendPriority:P1Security holes w/o exploit, crashing, setup/upgrade, login, broken common features, correctnessSecurity holes w/o exploit, crashing, setup/upgrade, login, broken common features, correctnessQuerying/NotebookItems specific to the Custom/Notebook query builderItems specific to the Custom/Notebook query builderType:BugProduct defectsProduct defects
Description
Description
On some questions, when I try to access them later or create another query on top of them I encounter missing or bugged values. See screenshots.
Logs
[085da644-080e-4bee-87e5-ef93c0a39ab5] 2019-12-11T11:24:13+00:00 DEBUG metabase.middleware.log GET /api/user/current 200 12.5 ms (3 DB calls) Jetty threads: 4/50 (3 idle, 0 queued) (59 total active threads) Queries in flight: 0
[085da644-080e-4bee-87e5-ef93c0a39ab5] 2019-12-11T11:24:13+00:00 DEBUG metabase.middleware.log GET /api/session/properties 200 28.3 ms (1 DB calls) Jetty threads: 4/50 (3 idle, 0 queued) (59 total active threads) Queries in flight: 0
[085da644-080e-4bee-87e5-ef93c0a39ab5] 2019-12-11T11:24:13+00:00 DEBUG metabase.middleware.log GET /api/database 200 9.0 ms (3 DB calls) Jetty threads: 3/50 (4 idle, 0 queued) (61 total active threads) Queries in flight: 0
[085da644-080e-4bee-87e5-ef93c0a39ab5] 2019-12-11T11:24:13+00:00 DEBUG metabase.middleware.log GET /api/card/40 200 16.3 ms (6 DB calls) Jetty threads: 4/50 (3 idle, 0 queued) (61 total active threads) Queries in flight: 0
[085da644-080e-4bee-87e5-ef93c0a39ab5] 2019-12-11T11:24:13+00:00 DEBUG metabase.middleware.log GET /api/setting 200 1.5 ms (0 DB calls) Jetty threads: 4/50 (3 idle, 0 queued) (61 total active threads) Queries in flight: 0
[085da644-080e-4bee-87e5-ef93c0a39ab5] 2019-12-11T11:24:13+00:00 DEBUG metabase.middleware.log GET /api/alert/question/40 200 2.5 ms (1 DB calls) Jetty threads: 5/50 (2 idle, 0 queued) (61 total active threads) Queries in flight: 0
[085da644-080e-4bee-87e5-ef93c0a39ab5] 2019-12-11T11:24:13+00:00 DEBUG metabase.middleware.log GET /api/database 200 129.0 ms (7 DB calls) Jetty threads: 3/50 (4 idle, 0 queued) (61 total active threads) Queries in flight: 0
[085da644-080e-4bee-87e5-ef93c0a39ab5] 2019-12-11T11:24:13+00:00 DEBUG metabase.middleware.log GET /api/collection/1 200 6.4 ms (3 DB calls) Jetty threads: 3/50 (4 idle, 0 queued) (61 total active threads) Queries in flight: 0
[085da644-080e-4bee-87e5-ef93c0a39ab5] 2019-12-11T11:24:18+00:00 DEBUG metabase.middleware.log GET /api/session/properties 200 9.0 ms (1 DB calls) Jetty threads: 4/50 (3 idle, 0 queued) (61 total active threads) Queries in flight: 0
[085da644-080e-4bee-87e5-ef93c0a39ab5] 2019-12-11T11:24:18+00:00 DEBUG metabase.middleware.log GET /api/setup/admin_checklist 200 25.3 ms (11 DB calls) Jetty threads: 3/50 (4 idle, 0 queued) (61 total active threads) Queries in flight: 0
[085da644-080e-4bee-87e5-ef93c0a39ab5] 2019-12-11T11:24:18+00:00 DEBUG metabase.middleware.log GET /api/setting 200 695.4 µs (0 DB calls) Jetty threads: 3/50 (4 idle, 0 queued) (61 total active threads) Queries in flight: 0
[085da644-080e-4bee-87e5-ef93c0a39ab5] 2019-12-11T11:24:19+00:00 DEBUG metabase.middleware.log GET /api/util/bug_report_details 200 7.7 ms (1 DB calls) Jetty threads: 3/50 (4 idle, 0 queued) (61 total active threads) Queries in flight: 0
Information about your Metabase Installation:
{
"browser-info": {
"language": "en",
"platform": "MacIntel",
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36",
"vendor": "Google Inc."
},
"system-info": {
"java.runtime.name": "OpenJDK Runtime Environment",
"java.runtime.version": "1.8.0_232-b09",
"java.vendor": "Oracle Corporation",
"java.vendor.url": "http://java.oracle.com/",
"java.version": "1.8.0_232",
"java.vm.name": "OpenJDK 64-Bit Server VM",
"java.vm.version": "25.232-b09",
"os.name": "Linux",
"os.version": "5.1.16-300.fc30.x86_64",
"user.language": "en",
"user.timezone": "Etc/UTC"
},
"metabase-info": {
"databases": [
"postgres"
],
"hosting-env": "unknown",
"application-database": "postgres",
"run-mode": "prod",
"version": {
"tag": "v0.33.6",
"date": "2019-11-19",
"branch": "release-0.33.x",
"hash": "be1e0e1"
},
"settings": {
"report-timezone": null
}
}
}
Severity
It's impossible to achieve some of the charts necessary.
Additional context
It happens on all the fields, there is no rule. So in one case the filter is Unknown, some of the group-by's dissapear, or the method of summarizing.
EBoisseauSierra and LukeAbell
Metadata
Metadata
Assignees
Labels
.FrontendPriority:P1Security holes w/o exploit, crashing, setup/upgrade, login, broken common features, correctnessSecurity holes w/o exploit, crashing, setup/upgrade, login, broken common features, correctnessQuerying/NotebookItems specific to the Custom/Notebook query builderItems specific to the Custom/Notebook query builderType:BugProduct defectsProduct defects