Skip to content

Conversation

@chands10
Copy link
Contributor

@chands10 chands10 commented Jan 13, 2026

Same as bb. Also token way had a bug with transaction chunk vs transaction chunk throttle.

Signed-off-by: Salil Chandra <schandra107@bloomberg.net>
@chands10 chands10 changed the title Do not use set optimization on transaction throttle Remove set token optimization, fix chunk case Jan 13, 2026
Copy link

@roborivers roborivers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coding style check: Success ✓.
Cbuild submission: Success ✓.
Regression testing: Success ✓.

The first 10 failing tests are:
sc_timepart [core dumped]
insert_lots_ssl_generated
insert_lots
sc_truncate
reco-ddlk-sql
upsert

Copy link

@roborivers roborivers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coding style check: Success ✓.
Cbuild submission: Error ⚠.
Regression testing: Success ✓.

The first 10 failing tests are:
truncatesc_offline_generated [core dumped]
sc_transactional_rowlocks_generated
insert_lots_ssl_generated
insert_lots
reco-ddlk-sql

if (strncasecmp(p, "chunk", 5) == 0) {
p += sizeof("CHUNK");
cdb2_skipws(p);
if (strncasecmp(p, "throttle", 8) != 0)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would you need this in bbgh cdb2api as well?

Copy link

@roborivers roborivers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coding style check: Success ✓.
Cbuild submission: Error ⚠.
Regression testing: Success ✓.

The first 10 failing tests are:
sc_transactional_rowlocks_generated
insert_lots_ssl_generated
insert_lots
reco-ddlk-sql

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.

3 participants