Skip to content

Issue in Connection timeout when CrateDB is not available #339

@daminichopra

Description

@daminichopra

I am using CrateDb for my application but facing an issue while receiving a notification, if the DB isn't available then it returns 500 Internal Error quickly.
CrateDb has no retry interval between total retries. So, i suggest that CrateDb should wait for certain time between retries and do not return result immediately.

As per my analysis, the parameter "backoff_factor" is defined in crateDB, which is used to define the time-interval between consecutive retries. The default value of backoff_factor can be assigned as "0.0" and it can be changed as per requirement.
I am using CrateDb version : 3.1.2

Also, Please find attached logs for the same.
image
image

In reference to following Issue.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions