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

Hive Server - Error: Requested start date is not supported by any possible table. #5034

Open
Dan6erbond opened this issue Jun 24, 2024 · 3 comments

Comments

@Dan6erbond
Copy link

Dan6erbond commented Jun 24, 2024

I'm running Hive on Kubernetes. Starting the latest version of the app results in the following error in the graphql-hive/server container.

Error: Requested start date is not supported by any possible table.
    at pickTableByPeriod (file:https:///usr/src/app/@hive/server/index.js:303050:11)
    at OperationsReader.pickAggregationByPeriod (file:https:///usr/src/app/@hive/server/index.js:303726:27)
    at OperationsReader.requestsOverTimeOfTargets (file:https:///usr/src/app/@hive/server/index.js:304698:64)
    at OperationsManager.requestsOverTimeOfTargetsLoader.import_dataloader5.default.cacheKeyFn [as _batchLoadFn] (file:https:///usr/src/app/@hive/server/index.js:325126:41)
    at dispatchBatch (file:https:///usr/src/app/@hive/server/index.js:62995:31)
    at Timeout._onTimeout (file:https:///usr/src/app/@hive/server/index.js:62982:9)
    at listOnTimeout (node:internal/timers:573:17)
    at process.processTimers (node:internal/timers:514:7) {
  locations: [ { line: 21, column: 7 } ],
  path: [ 'projects', 'nodes', 1, 'requestsOverTime' ]
}
@andriihrachov
Copy link
Contributor

same

@n1ru4l
Copy link
Collaborator

n1ru4l commented Jul 12, 2024

@andriihrachov @Dan6erbond Can you help us by sharing what views and which parameters cause this?

args.logger?.debug(
'Picking table by period (from: %s, to: %s, intervalUnit: %s',
args.period.from.toISOString(),
args.period.to.toISOString(),
args.intervalUnit ?? 'none',
);

@andriihrachov
Copy link
Contributor

In our case, self-healed with updating hive again. We also experienced problems with clickhouse connectivity, maybe it was the root cause, e.g. error is not correct in this case.

Once we updated hive & fixed connectivity issues - no errors so far.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants