[
https://issues.apache.org/jira/browse/KUDU-3216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18081333#comment-18081333
]
ASF subversion and git services commented on KUDU-3216:
-------------------------------------------------------
Commit c037ba5884c705d2e1bc327c8109719289abe50b in kudu's branch
refs/heads/master from Alexey Serbin
[ https://gitbox.apache.org/repos/asf?p=kudu.git;h=c037ba588 ]
KUDU-3216 fix flakiness in LeadershipChangeOnTskGeneration (take 2)
The DeleteTable RPC needs the same treatment as CreateTable
when the system catalog often changes its leadership. Otherwise, the
test scenario might fail with the following error:
src/kudu/integration-tests/catalog_manager_tsk-itest.cc:164: Failure
Failed
Bad status: Service unavailable: an error occurred while updating the
sys-catalog: leader is not yet ready
This is a follow-up to [1] (git changelist [2]).
[1] http://gerrit.cloudera.org:8080/21397
[2] https://github.com/apache/kudu/commit/ca56ee56e
Change-Id: Ia00b11e64fe8099fc0f51b7996be2d5d5c4fbb44
Reviewed-on: http://gerrit.cloudera.org:8080/24312
Tested-by: Alexey Serbin <[email protected]>
Reviewed-by: Abhishek Chennaka <[email protected]>
> CatalogManagerTskITest.LeadershipChangeOnTskGeneration sometimes fails
> ----------------------------------------------------------------------
>
> Key: KUDU-3216
> URL: https://issues.apache.org/jira/browse/KUDU-3216
> Project: Kudu
> Issue Type: Bug
> Components: test
> Affects Versions: 1.13.0
> Reporter: Alexey Serbin
> Priority: Major
> Fix For: 1.18.0
>
> Attachments: catalog_manager_tsk-itest.txt.xz
>
>
> The {{CatalogManagerTskITest.LeadershipChangeOnTskGeneration}} sometimes
> fails with the following error:
> {noformat}
> src/kudu/integration-tests/catalog_manager_tsk-itest.cc:129: Failure
> Failed
>
> Bad status: Service unavailable: Error creating table test-table on the
> master: an error occurred while writing to the sys-catalog: leader is not yet
> ready
> {noformat}
> This time the issue happened with a DEBUG build; the full log is attached.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)