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

Fix panic in timescale target with iot use case #233

Merged
merged 2 commits into from
Sep 21, 2023

Conversation

arajkumar
Copy link
Member

@arajkumar arajkumar commented Jul 4, 2023

Fixes #232

When create-metrics-table is false, PostCreateDB does not populate tableCols,
causing incorrect column count in Timescale processor.  Wait for all tables to be created.

Signed-off-by: Arunprasad Rajkumar <ar.arunprasad@gmail.com>
Signed-off-by: Arunprasad Rajkumar <ar.arunprasad@gmail.com>
@arajkumar
Copy link
Member Author

@antekresic Could you please review this?

@arajkumar arajkumar merged commit 37fced7 into timescale:master Sep 21, 2023
3 checks passed
CHARANREDDY-learntocode pushed a commit to CHARANREDDY-learntocode/tsbs that referenced this pull request Sep 25, 2023
* Ensure all tables are created before continuing

When create-metrics-table is false, PostCreateDB does not populate tableCols,
causing incorrect column count in Timescale processor.  Wait for all tables to be created.

Signed-off-by: Arunprasad Rajkumar <ar.arunprasad@gmail.com>

* Ignore `out` directory

Signed-off-by: Arunprasad Rajkumar <ar.arunprasad@gmail.com>

---------

Signed-off-by: Arunprasad Rajkumar <ar.arunprasad@gmail.com>
citrusreticulata added a commit to citrusreticulata/tsbs that referenced this pull request Oct 31, 2023
Fix panic in timescale target with `iot` use case (timescale#233)
jodoma pushed a commit to benchANT/mongodb-tsbs that referenced this pull request May 21, 2024
* Ensure all tables are created before continuing

When create-metrics-table is false, PostCreateDB does not populate tableCols,
causing incorrect column count in Timescale processor.  Wait for all tables to be created.

Signed-off-by: Arunprasad Rajkumar <ar.arunprasad@gmail.com>

* Ignore `out` directory

Signed-off-by: Arunprasad Rajkumar <ar.arunprasad@gmail.com>

---------

Signed-off-by: Arunprasad Rajkumar <ar.arunprasad@gmail.com>
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

Successfully merging this pull request may close these issues.

timescale: tsbs_load panics with option create-metrics-table: false
2 participants