Skip to content

Revert "engineccl: ignore intents beneath start in MVCCIncrementalIterator"#32465

Merged
craig[bot] merged 1 commit intocockroachdb:masterfrom
tbg:fix/revert-tbi
Nov 19, 2018
Merged

Revert "engineccl: ignore intents beneath start in MVCCIncrementalIterator"#32465
craig[bot] merged 1 commit intocockroachdb:masterfrom
tbg:fix/revert-tbi

Conversation

@tbg
Copy link
Copy Markdown
Member

@tbg tbg commented Nov 19, 2018

This reverts commit 765df40.

Unfortunately, #32421 has turned

make test TESTS=TestChangefeedSchemaChangeNoBackfill PKG=github.com/cockroachdb/cockroach/pkg/ccl/changefeedccl TESTTIMEOUT=30s TESTFLAGS=-v

and various other tests into failing propositions (they take forever).
This slows down the CDC pipeline and the symptoms affect various other
CDC tests so that skipping the test isn't an attractive option.

Besides, this was clearly not intended, so there's probably something
wrong with the code being reverted here.

We should investigate and submit a fix.

Closes #32461.
Fixes #32433.
Fixes #32444.

Release note: None

@tbg tbg requested a review from a team November 19, 2018 14:40
@cockroach-teamcity
Copy link
Copy Markdown
Member

This change is Reviewable

@tbg tbg requested review from benesch and petermattis November 19, 2018 14:41
…rator"

This reverts commit 765df40.

Unfortunately, cockroachdb#32421 has turned

> make test TESTS=TestChangefeedSchemaChangeNoBackfill PKG=github.com/cockroachdb/cockroach/pkg/ccl/changefeedccl TESTTIMEOUT=30s TESTFLAGS=-v

and various other tests into failing propositions (they take forever).
This slows down the CDC pipeline and the symptoms affect various other
CDC tests so that skipping the test isn't an attractive option.

Besides, this was clearly not intended, so there's probably something
wrong with the code being reverted here.

We should investigate and submit a fix.

Closes cockroachdb#32461.
Fixes cockroachdb#32433.
Fixes cockroachdb#32444.

Release note: None
@tbg
Copy link
Copy Markdown
Member Author

tbg commented Nov 19, 2018

TFTR!

bors r=benesch

craig bot pushed a commit that referenced this pull request Nov 19, 2018
32465: Revert "engineccl: ignore intents beneath start in MVCCIncrementalIterator" r=benesch a=tbg

This reverts commit 765df40.

Unfortunately, #32421 has turned

> make test TESTS=TestChangefeedSchemaChangeNoBackfill PKG=github.com/cockroachdb/cockroach/pkg/ccl/changefeedccl TESTTIMEOUT=30s TESTFLAGS=-v

and various other tests into failing propositions (they take forever).
This slows down the CDC pipeline and the symptoms affect various other
CDC tests so that skipping the test isn't an attractive option.

Besides, this was clearly not intended, so there's probably something
wrong with the code being reverted here.

We should investigate and submit a fix.

Closes #32461.
Fixes #32433.
Fixes #32444.

Release note: None

Co-authored-by: Tobias Schottdorf <tobias.schottdorf@gmail.com>
@craig
Copy link
Copy Markdown
Contributor

craig bot commented Nov 19, 2018

Build succeeded

@craig craig bot merged commit ceb4072 into cockroachdb:master Nov 19, 2018
@tbg tbg deleted the fix/revert-tbi branch November 23, 2018 11:49
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.

ccl/changefeedccl: package timed out under stress teamcity: failed test: TestChangefeedSchemaChangeNoBackfill

3 participants