-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
zio_ddt_write: Assertion `bp->blk_birth == txg' failed #3449
Labels
Component: Test Suite
Indicates an issue with the test framework or a test case
Comments
behlendorf
added
Component: Test Suite
Indicates an issue with the test framework or a test case
Bug - Minor
labels
May 28, 2015
I'm currently not in my Linux system - so no access to in-commit search a quick skim revealed that there were however changes to bp->blk_birth just recently: e5fd1dd |
Yes, I've seen this on illumos too. Not sure of the root cause. |
https://www.illumos.org/issues/6319 assertion failed in zio_ddt_write: bp->blk_birth == txg |
kernelOfTruth
pushed a commit
to kernelOfTruth/zfs
that referenced
this issue
Dec 10, 2015
Reviewed by: George Wilson <[email protected]> Approved by: Dan McDonald <[email protected]> References: https://www.illumos.org/issues/6319 assertion failed in zio_ddt_write: bp->blk_birth == txg illumos/illumos-gate@b39b744 openzfs#3449 zio_ddt_write: Assertion `bp->blk_birth == txg' failed Ported-by: kernelOfTruth [email protected]
kernelOfTruth
pushed a commit
to kernelOfTruth/zfs
that referenced
this issue
Dec 11, 2015
Reviewed by: George Wilson <[email protected]> Approved by: Dan McDonald <[email protected]> References: https://www.illumos.org/issues/6319 assertion failed in zio_ddt_write: bp->blk_birth == txg illumos/illumos-gate@b39b744 openzfs#3449 zio_ddt_write: Assertion `bp->blk_birth == txg' failed Ported-by: kernelOfTruth [email protected]
kernelOfTruth
pushed a commit
to kernelOfTruth/zfs
that referenced
this issue
Dec 11, 2015
Reviewed by: George Wilson <[email protected]> Approved by: Dan McDonald <[email protected]> References: https://www.illumos.org/issues/6319 assertion failed in zio_ddt_write: bp->blk_birth == txg illumos/illumos-gate@b39b744 openzfs#3449 zio_ddt_write: Assertion `bp->blk_birth == txg' failed Ported-by: kernelOfTruth [email protected]
kernelOfTruth
pushed a commit
to kernelOfTruth/zfs
that referenced
this issue
Dec 12, 2015
Reviewed by: George Wilson <[email protected]> Approved by: Dan McDonald <[email protected]> References: https://www.illumos.org/issues/6319 assertion failed in zio_ddt_write: bp->blk_birth == txg illumos/illumos-gate@b39b744 openzfs#3449 zio_ddt_write: Assertion `bp->blk_birth == txg' failed Ported-by: kernelOfTruth [email protected]
kernelOfTruth
pushed a commit
to kernelOfTruth/zfs
that referenced
this issue
Jan 10, 2016
Reviewed by: George Wilson <[email protected]> Approved by: Dan McDonald <[email protected]> References: https://www.illumos.org/issues/6319 assertion failed in zio_ddt_write: bp->blk_birth == txg illumos/illumos-gate@b39b744 openzfs#3449 zio_ddt_write: Assertion `bp->blk_birth == txg' failed Ported-by: kernelOfTruth [email protected]
goulvenriou
pushed a commit
to Alyseo/zfs
that referenced
this issue
Jan 17, 2016
6319 assertion failed in zio_ddt_write: bp->blk_birth == txg Reviewed by: George Wilson <[email protected]> Approved by: Dan McDonald <[email protected]> References: https://www.illumos.org/issues/6319 illumos/illumos-gate@b39b744 Porting notes: - Re-enabled ztest for CentOS test slaves. Ported-by: kernelOfTruth [email protected] Signed-off-by: Brian Behlendorf <[email protected]> Closes openzfs#3449
goulvenriou
pushed a commit
to Alyseo/zfs
that referenced
this issue
Feb 4, 2016
6319 assertion failed in zio_ddt_write: bp->blk_birth == txg Reviewed by: George Wilson <[email protected]> Approved by: Dan McDonald <[email protected]> References: https://www.illumos.org/issues/6319 illumos/illumos-gate@b39b744 Porting notes: - Re-enabled ztest for CentOS test slaves. Ported-by: kernelOfTruth [email protected] Signed-off-by: Brian Behlendorf <[email protected]> Closes openzfs#3449
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following assert is now occasionally tripped by ztest in automated testing. I don't believe this issue was hit prior to the 0.6.4 tag so it was most likely introduced by one of the many illumos patches which were merged. If someone has the time to bisect where this was introduced that would be very helpful.
The text was updated successfully, but these errors were encountered: