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

HDDS-3968. LDB scan fails to read from transactionInfoTable. #1205

Merged
merged 1 commit into from Jul 16, 2020

Conversation

bharatviswa504
Copy link
Contributor

What changes were proposed in this pull request?

LDB Scan tool failing to read from transactionInfo table.


[root@bv-cml-1 ~]# ozone debug ldb --db=/var/lib/hadoop-ozone/om/data/om.db/ scan --column_family=transactionInfoTable
Table with specified name does not exist

What is the link to the Apache JIRA

https://issues.apache.org/jira/browse/HDDS-3968

How was this patch tested?

Tested on the cluster, now able to scan the content of TransactionInfo table.

[root@bv-cml-1 ~]# ozone debug ldb --db=/var/lib/hadoop-ozone/om/data/om.db/ scan --column_family=transactionInfoTable
{
  "currentTerm": 7,
  "transactionIndex": 75
}

Copy link
Contributor

@avijayanhwx avijayanhwx left a comment

Choose a reason for hiding this comment

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

LGTM +1

@bharatviswa504 bharatviswa504 merged commit 6f1fba4 into apache:master Jul 16, 2020
bharatviswa504 added a commit to bharatviswa504/hadoop-ozone that referenced this pull request Jul 16, 2020
rakeshadr pushed a commit to rakeshadr/hadoop-ozone that referenced this pull request Sep 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants