You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@kudu.apache.org by "Grant Henke (Code Review)" <ge...@cloudera.org> on 2018/08/14 21:25:17 UTC

[kudu-CR] KUDU-2538: [docs] Document how to manually recover from Cfile corruption

Grant Henke has uploaded this change for review. ( http://gerrit.cloudera.org:8080/11218


Change subject: KUDU-2538: [docs] Document how to manually recover from Cfile corruption
......................................................................

KUDU-2538: [docs] Document how to manually recover from Cfile corruption

Adds troubleshooting documentation showing the
steps to manually recover from Cfile corruption.

Change-Id: Ieefd472bef104921de7cab442fd49ab32c0fe81b
---
M docs/troubleshooting.adoc
1 file changed, 39 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/18/11218/1
-- 
To view, visit http://gerrit.cloudera.org:8080/11218
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ieefd472bef104921de7cab442fd49ab32c0fe81b
Gerrit-Change-Number: 11218
Gerrit-PatchSet: 1
Gerrit-Owner: Grant Henke <gr...@apache.org>

[kudu-CR] KUDU-2538: [docs] Document how to manually recover from Cfile corruption

Posted by "Grant Henke (Code Review)" <ge...@cloudera.org>.
Grant Henke has posted comments on this change. ( http://gerrit.cloudera.org:8080/11218 )

Change subject: KUDU-2538: [docs] Document how to manually recover from Cfile corruption
......................................................................


Patch Set 3:

(5 comments)

http://gerrit.cloudera.org:8080/#/c/11218/3/docs/troubleshooting.adoc
File docs/troubleshooting.adoc:

http://gerrit.cloudera.org:8080/#/c/11218/3/docs/troubleshooting.adoc@640
PS3, Line 640: Until link:https://issues.apache.org/jira/browse/KUDU-2469[KUDU-2469] is
> Do we want to go into so many details as to list JIRAs?
I wan't to list Jiras so users can see that we are working on fixes and what versions they are in once complete. We can update this document once all the fixes are in.


http://gerrit.cloudera.org:8080/#/c/11218/3/docs/troubleshooting.adoc@645
PS3, Line 645: link:https://kudu.apache.org/docs/command_line_tools_reference.html#cluster-ksck[ksck tool].
> These links should be relative:
Done


http://gerrit.cloudera.org:8080/#/c/11218/3/docs/troubleshooting.adoc@655
PS3, Line 655: `link:https://kudu.apache.org/docs/command_line_tools_reference.html#remote_replica-delete[remote_replica delete tool]`.
> Same here + the backticks should wrap only `remote_replica delete`:
Done


http://gerrit.cloudera.org:8080/#/c/11218/3/docs/troubleshooting.adoc@668
PS3, Line 668: `link:https://kudu.apache.org/docs/command_line_tools_reference.html#tablet-unsafe_replace_tablet[unsafe_replace_tablet tool]`.
> Same here
Done


http://gerrit.cloudera.org:8080/#/c/11218/3/docs/troubleshooting.adoc@671
PS3, Line 671: sudo -u kudu kudu tablet unsafe_replace_tablet <master_addresses> <tablet_id>
> As this tool will only be available in 1.8.0 and above, maybe we
 > should put a note about it and suggest upgrading in case the users
 > run into this corruption on an older release with the only
 > workaround being deleting the whole range partition (or table in
 > case there's no range partitioning).
 
I don't think suggesting an upgrade will help given users won't come to the troubleshooting page unless they have already hit the issue. This is the only solution that is straightforward and reliable. All other solutions are case by case and I didn't want to do a long this of conditional options.

 > Alternatively, we could also describe how to remove the affected
 > rowset manually from the tablet metadata, but if we do that, we
 > should add a huge warning about it being unsafe.

That is very low level and error prone. I don't think a list of steps that long and complicated should be listed in the docs. Hopefully users will ask in the mailing list or slack if they are in a situation that this documentation doesn't cover/fix.



-- 
To view, visit http://gerrit.cloudera.org:8080/11218
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Ieefd472bef104921de7cab442fd49ab32c0fe81b
Gerrit-Change-Number: 11218
Gerrit-PatchSet: 3
Gerrit-Owner: Grant Henke <gr...@apache.org>
Gerrit-Reviewer: Andrew Wong <aw...@cloudera.com>
Gerrit-Reviewer: Attila Bukor <ab...@apache.org>
Gerrit-Reviewer: Grant Henke <gr...@apache.org>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Will Berkeley <wd...@gmail.com>
Gerrit-Comment-Date: Wed, 15 Aug 2018 14:13:49 +0000
Gerrit-HasComments: Yes

[kudu-CR] KUDU-2538: [docs] Document how to manually recover from Cfile corruption

Posted by "Andrew Wong (Code Review)" <ge...@cloudera.org>.
Andrew Wong has posted comments on this change. ( http://gerrit.cloudera.org:8080/11218 )

Change subject: KUDU-2538: [docs] Document how to manually recover from Cfile corruption
......................................................................


Patch Set 2:

(3 comments)

http://gerrit.cloudera.org:8080/#/c/11218/2/docs/troubleshooting.adoc
File docs/troubleshooting.adoc:

http://gerrit.cloudera.org:8080/#/c/11218/2/docs/troubleshooting.adoc@655
PS2, Line 655: remote_replica delete
nit: surround in backticks


http://gerrit.cloudera.org:8080/#/c/11218/2/docs/troubleshooting.adoc@667
PS2, Line 667: unsafe_replace_tablet
nit: surround in backticks


http://gerrit.cloudera.org:8080/#/c/11218/2/docs/troubleshooting.adoc@666
PS2, Line 666: You can repair the table by replacing the corrupt tablet with an empty one using the
             : link:https://kudu.apache.org/docs/command_line_tools_reference.html#tablet-unsafe_replace_tablet[unsafe_replace_tablet tool].
nit: hmm this seems kind of tricky since we're not actually repairing the table. Perhaps rephrase to something along the lines of: "If data loss has occurred, queries run against the table may fail. To restore reads to this table, run the `unsafe_replace_tablet` tool." ?



-- 
To view, visit http://gerrit.cloudera.org:8080/11218
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Ieefd472bef104921de7cab442fd49ab32c0fe81b
Gerrit-Change-Number: 11218
Gerrit-PatchSet: 2
Gerrit-Owner: Grant Henke <gr...@apache.org>
Gerrit-Reviewer: Andrew Wong <aw...@cloudera.com>
Gerrit-Reviewer: Attila Bukor <ab...@apache.org>
Gerrit-Reviewer: Grant Henke <gr...@apache.org>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Will Berkeley <wd...@gmail.com>
Gerrit-Comment-Date: Wed, 15 Aug 2018 02:43:38 +0000
Gerrit-HasComments: Yes

[kudu-CR] KUDU-2538: [docs] Document how to manually recover from Cfile corruption

Posted by "Attila Bukor (Code Review)" <ge...@cloudera.org>.
Attila Bukor has posted comments on this change. ( http://gerrit.cloudera.org:8080/11218 )

Change subject: KUDU-2538: [docs] Document how to manually recover from Cfile corruption
......................................................................


Patch Set 4:

(2 comments)

http://gerrit.cloudera.org:8080/#/c/11218/3/docs/troubleshooting.adoc
File docs/troubleshooting.adoc:

http://gerrit.cloudera.org:8080/#/c/11218/3/docs/troubleshooting.adoc@640
PS3, Line 640: Until link:https://issues.apache.org/jira/browse/KUDU-2469[KUDU-2469] is
> I wan't to list Jiras so users can see that we are working on fixes and wha
Ack


http://gerrit.cloudera.org:8080/#/c/11218/3/docs/troubleshooting.adoc@671
PS3, Line 671: sudo -u kudu kudu tablet unsafe_replace_tablet <master_addresses> <tablet_id>
> > As this tool will only be available in 1.8.0 and above, maybe we
Even if they already have corrupt CFiles, they can still upgrade to get the new tool and the server-side API for it, can't they?



-- 
To view, visit http://gerrit.cloudera.org:8080/11218
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Ieefd472bef104921de7cab442fd49ab32c0fe81b
Gerrit-Change-Number: 11218
Gerrit-PatchSet: 4
Gerrit-Owner: Grant Henke <gr...@apache.org>
Gerrit-Reviewer: Andrew Wong <aw...@cloudera.com>
Gerrit-Reviewer: Attila Bukor <ab...@apache.org>
Gerrit-Reviewer: Grant Henke <gr...@apache.org>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Will Berkeley <wd...@gmail.com>
Gerrit-Comment-Date: Wed, 15 Aug 2018 14:41:49 +0000
Gerrit-HasComments: Yes

[kudu-CR] KUDU-2538: [docs] Document how to manually recover from Cfile corruption

Posted by "Grant Henke (Code Review)" <ge...@cloudera.org>.
Grant Henke has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/11218 )

Change subject: KUDU-2538: [docs] Document how to manually recover from Cfile corruption
......................................................................

KUDU-2538: [docs] Document how to manually recover from Cfile corruption

Adds troubleshooting documentation showing the
steps to manually recover from Cfile corruption.

Change-Id: Ieefd472bef104921de7cab442fd49ab32c0fe81b
Reviewed-on: http://gerrit.cloudera.org:8080/11218
Reviewed-by: Attila Bukor <ab...@apache.org>
Tested-by: Attila Bukor <ab...@apache.org>
Tested-by: Kudu Jenkins
---
M docs/troubleshooting.adoc
1 file changed, 40 insertions(+), 0 deletions(-)

Approvals:
  Attila Bukor: Looks good to me, approved; Verified
  Kudu Jenkins: Verified

-- 
To view, visit http://gerrit.cloudera.org:8080/11218
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ieefd472bef104921de7cab442fd49ab32c0fe81b
Gerrit-Change-Number: 11218
Gerrit-PatchSet: 5
Gerrit-Owner: Grant Henke <gr...@apache.org>
Gerrit-Reviewer: Andrew Wong <aw...@cloudera.com>
Gerrit-Reviewer: Attila Bukor <ab...@apache.org>
Gerrit-Reviewer: Grant Henke <gr...@apache.org>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Will Berkeley <wd...@gmail.com>

[kudu-CR] KUDU-2538: [docs] Document how to manually recover from Cfile corruption

Posted by "Grant Henke (Code Review)" <ge...@cloudera.org>.
Grant Henke has posted comments on this change. ( http://gerrit.cloudera.org:8080/11218 )

Change subject: KUDU-2538: [docs] Document how to manually recover from Cfile corruption
......................................................................


Patch Set 3:

(1 comment)

http://gerrit.cloudera.org:8080/#/c/11218/3/docs/troubleshooting.adoc
File docs/troubleshooting.adoc:

http://gerrit.cloudera.org:8080/#/c/11218/3/docs/troubleshooting.adoc@671
PS3, Line 671: sudo -u kudu kudu tablet unsafe_replace_tablet <master_addresses> <tablet_id>
> Even if they already have corrupt CFiles, they can still upgrade to get the
They could yeah. Though an upgrade poses more risk too. They could see that as an option when trying to use the tool, I am not sure if I want to recommend it explicitly.



-- 
To view, visit http://gerrit.cloudera.org:8080/11218
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Ieefd472bef104921de7cab442fd49ab32c0fe81b
Gerrit-Change-Number: 11218
Gerrit-PatchSet: 3
Gerrit-Owner: Grant Henke <gr...@apache.org>
Gerrit-Reviewer: Andrew Wong <aw...@cloudera.com>
Gerrit-Reviewer: Attila Bukor <ab...@apache.org>
Gerrit-Reviewer: Grant Henke <gr...@apache.org>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Will Berkeley <wd...@gmail.com>
Gerrit-Comment-Date: Wed, 15 Aug 2018 14:56:44 +0000
Gerrit-HasComments: Yes

[kudu-CR] KUDU-2538: [docs] Document how to manually recover from Cfile corruption

Posted by "Grant Henke (Code Review)" <ge...@cloudera.org>.
Hello Will Berkeley, Attila Bukor, Kudu Jenkins, Andrew Wong, 

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/11218

to look at the new patch set (#2).

Change subject: KUDU-2538: [docs] Document how to manually recover from Cfile corruption
......................................................................

KUDU-2538: [docs] Document how to manually recover from Cfile corruption

Adds troubleshooting documentation showing the
steps to manually recover from Cfile corruption.

Change-Id: Ieefd472bef104921de7cab442fd49ab32c0fe81b
---
M docs/troubleshooting.adoc
1 file changed, 39 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/18/11218/2
-- 
To view, visit http://gerrit.cloudera.org:8080/11218
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ieefd472bef104921de7cab442fd49ab32c0fe81b
Gerrit-Change-Number: 11218
Gerrit-PatchSet: 2
Gerrit-Owner: Grant Henke <gr...@apache.org>
Gerrit-Reviewer: Andrew Wong <aw...@cloudera.com>
Gerrit-Reviewer: Attila Bukor <ab...@apache.org>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Will Berkeley <wd...@gmail.com>

[kudu-CR] KUDU-2538: [docs] Document how to manually recover from Cfile corruption

Posted by "Grant Henke (Code Review)" <ge...@cloudera.org>.
Grant Henke has posted comments on this change. ( http://gerrit.cloudera.org:8080/11218 )

Change subject: KUDU-2538: [docs] Document how to manually recover from Cfile corruption
......................................................................


Patch Set 2:

(3 comments)

http://gerrit.cloudera.org:8080/#/c/11218/2/docs/troubleshooting.adoc
File docs/troubleshooting.adoc:

http://gerrit.cloudera.org:8080/#/c/11218/2/docs/troubleshooting.adoc@655
PS2, Line 655: remote_replica delete
> nit: surround in backticks
Done


http://gerrit.cloudera.org:8080/#/c/11218/2/docs/troubleshooting.adoc@667
PS2, Line 667: unsafe_replace_tablet
> nit: surround in backticks
Done


http://gerrit.cloudera.org:8080/#/c/11218/2/docs/troubleshooting.adoc@666
PS2, Line 666: You can repair the table by replacing the corrupt tablet with an empty one using the
             : link:https://kudu.apache.org/docs/command_line_tools_reference.html#tablet-unsafe_replace_tablet[unsafe_replace_tablet tool].
> nit: hmm this seems kind of tricky since we're not actually repairing the t
Done



-- 
To view, visit http://gerrit.cloudera.org:8080/11218
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Ieefd472bef104921de7cab442fd49ab32c0fe81b
Gerrit-Change-Number: 11218
Gerrit-PatchSet: 2
Gerrit-Owner: Grant Henke <gr...@apache.org>
Gerrit-Reviewer: Andrew Wong <aw...@cloudera.com>
Gerrit-Reviewer: Attila Bukor <ab...@apache.org>
Gerrit-Reviewer: Grant Henke <gr...@apache.org>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Will Berkeley <wd...@gmail.com>
Gerrit-Comment-Date: Wed, 15 Aug 2018 03:17:30 +0000
Gerrit-HasComments: Yes

[kudu-CR] KUDU-2538: [docs] Document how to manually recover from Cfile corruption

Posted by "Attila Bukor (Code Review)" <ge...@cloudera.org>.
Attila Bukor has posted comments on this change. ( http://gerrit.cloudera.org:8080/11218 )

Change subject: KUDU-2538: [docs] Document how to manually recover from Cfile corruption
......................................................................


Patch Set 3:

(5 comments)

http://gerrit.cloudera.org:8080/#/c/11218/3/docs/troubleshooting.adoc
File docs/troubleshooting.adoc:

http://gerrit.cloudera.org:8080/#/c/11218/3/docs/troubleshooting.adoc@640
PS3, Line 640: Until link:https://issues.apache.org/jira/browse/KUDU-2469[KUDU-2469] is
Do we want to go into so many details as to list JIRAs?

If yes, maybe a note at the bottom explaining that this could happen due to disk issues but there are improvements planned that would reduce the chances of this happening, and list the JIRAs there.


http://gerrit.cloudera.org:8080/#/c/11218/3/docs/troubleshooting.adoc@645
PS3, Line 645: link:https://kudu.apache.org/docs/command_line_tools_reference.html#cluster-ksck[ksck tool].
These links should be relative:

link:command_line_tools_reference.html#custer-ksck[ksck tool]


http://gerrit.cloudera.org:8080/#/c/11218/3/docs/troubleshooting.adoc@655
PS3, Line 655: `link:https://kudu.apache.org/docs/command_line_tools_reference.html#remote_replica-delete[remote_replica delete tool]`.
Same here + the backticks should wrap only `remote_replica delete`:

link:command_line_tools_reference.html#remote_replica-delete[`remote_replica delete` tool].


http://gerrit.cloudera.org:8080/#/c/11218/3/docs/troubleshooting.adoc@668
PS3, Line 668: `link:https://kudu.apache.org/docs/command_line_tools_reference.html#tablet-unsafe_replace_tablet[unsafe_replace_tablet tool]`.
Same here


http://gerrit.cloudera.org:8080/#/c/11218/3/docs/troubleshooting.adoc@671
PS3, Line 671: sudo -u kudu kudu tablet unsafe_replace_tablet <master_addresses> <tablet_id>
As this tool will only be available in 1.8.0 and above, maybe we should put a note about it and suggest upgrading in case the users run into this corruption on an older release with the only workaround being deleting the whole range partition (or table in case there's no range partitioning).

Alternatively, we could also describe how to remove the affected rowset manually from the tablet metadata, but if we do that, we should add a huge warning about it being unsafe.



-- 
To view, visit http://gerrit.cloudera.org:8080/11218
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Ieefd472bef104921de7cab442fd49ab32c0fe81b
Gerrit-Change-Number: 11218
Gerrit-PatchSet: 3
Gerrit-Owner: Grant Henke <gr...@apache.org>
Gerrit-Reviewer: Andrew Wong <aw...@cloudera.com>
Gerrit-Reviewer: Attila Bukor <ab...@apache.org>
Gerrit-Reviewer: Grant Henke <gr...@apache.org>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Will Berkeley <wd...@gmail.com>
Gerrit-Comment-Date: Wed, 15 Aug 2018 10:00:52 +0000
Gerrit-HasComments: Yes

[kudu-CR] KUDU-2538: [docs] Document how to manually recover from Cfile corruption

Posted by "Grant Henke (Code Review)" <ge...@cloudera.org>.
Hello Will Berkeley, Attila Bukor, Kudu Jenkins, Andrew Wong, 

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/11218

to look at the new patch set (#4).

Change subject: KUDU-2538: [docs] Document how to manually recover from Cfile corruption
......................................................................

KUDU-2538: [docs] Document how to manually recover from Cfile corruption

Adds troubleshooting documentation showing the
steps to manually recover from Cfile corruption.

Change-Id: Ieefd472bef104921de7cab442fd49ab32c0fe81b
---
M docs/troubleshooting.adoc
1 file changed, 40 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/18/11218/4
-- 
To view, visit http://gerrit.cloudera.org:8080/11218
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ieefd472bef104921de7cab442fd49ab32c0fe81b
Gerrit-Change-Number: 11218
Gerrit-PatchSet: 4
Gerrit-Owner: Grant Henke <gr...@apache.org>
Gerrit-Reviewer: Andrew Wong <aw...@cloudera.com>
Gerrit-Reviewer: Attila Bukor <ab...@apache.org>
Gerrit-Reviewer: Grant Henke <gr...@apache.org>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Will Berkeley <wd...@gmail.com>

[kudu-CR] KUDU-2538: [docs] Document how to manually recover from Cfile corruption

Posted by "Grant Henke (Code Review)" <ge...@cloudera.org>.
Grant Henke has posted comments on this change. ( http://gerrit.cloudera.org:8080/11218 )

Change subject: KUDU-2538: [docs] Document how to manually recover from Cfile corruption
......................................................................


Patch Set 2: Verified+1


-- 
To view, visit http://gerrit.cloudera.org:8080/11218
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Ieefd472bef104921de7cab442fd49ab32c0fe81b
Gerrit-Change-Number: 11218
Gerrit-PatchSet: 2
Gerrit-Owner: Grant Henke <gr...@apache.org>
Gerrit-Reviewer: Andrew Wong <aw...@cloudera.com>
Gerrit-Reviewer: Attila Bukor <ab...@apache.org>
Gerrit-Reviewer: Grant Henke <gr...@apache.org>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Will Berkeley <wd...@gmail.com>
Gerrit-Comment-Date: Wed, 15 Aug 2018 02:32:33 +0000
Gerrit-HasComments: No

[kudu-CR] KUDU-2538: [docs] Document how to manually recover from Cfile corruption

Posted by "Attila Bukor (Code Review)" <ge...@cloudera.org>.
Attila Bukor has posted comments on this change. ( http://gerrit.cloudera.org:8080/11218 )

Change subject: KUDU-2538: [docs] Document how to manually recover from Cfile corruption
......................................................................


Patch Set 4: Verified+1 Code-Review+2

(1 comment)

http://gerrit.cloudera.org:8080/#/c/11218/3/docs/troubleshooting.adoc
File docs/troubleshooting.adoc:

http://gerrit.cloudera.org:8080/#/c/11218/3/docs/troubleshooting.adoc@671
PS3, Line 671: sudo -u kudu kudu tablet unsafe_replace_tablet <master_addresses> <tablet_id>
> They could yeah. Though an upgrade poses more risk too. They could see that
Good point.



-- 
To view, visit http://gerrit.cloudera.org:8080/11218
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Ieefd472bef104921de7cab442fd49ab32c0fe81b
Gerrit-Change-Number: 11218
Gerrit-PatchSet: 4
Gerrit-Owner: Grant Henke <gr...@apache.org>
Gerrit-Reviewer: Andrew Wong <aw...@cloudera.com>
Gerrit-Reviewer: Attila Bukor <ab...@apache.org>
Gerrit-Reviewer: Grant Henke <gr...@apache.org>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Will Berkeley <wd...@gmail.com>
Gerrit-Comment-Date: Wed, 15 Aug 2018 15:03:36 +0000
Gerrit-HasComments: Yes

[kudu-CR] KUDU-2538: [docs] Document how to manually recover from Cfile corruption

Posted by "Grant Henke (Code Review)" <ge...@cloudera.org>.
Hello Will Berkeley, Attila Bukor, Kudu Jenkins, Andrew Wong, 

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/11218

to look at the new patch set (#3).

Change subject: KUDU-2538: [docs] Document how to manually recover from Cfile corruption
......................................................................

KUDU-2538: [docs] Document how to manually recover from Cfile corruption

Adds troubleshooting documentation showing the
steps to manually recover from Cfile corruption.

Change-Id: Ieefd472bef104921de7cab442fd49ab32c0fe81b
---
M docs/troubleshooting.adoc
1 file changed, 40 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/18/11218/3
-- 
To view, visit http://gerrit.cloudera.org:8080/11218
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ieefd472bef104921de7cab442fd49ab32c0fe81b
Gerrit-Change-Number: 11218
Gerrit-PatchSet: 3
Gerrit-Owner: Grant Henke <gr...@apache.org>
Gerrit-Reviewer: Andrew Wong <aw...@cloudera.com>
Gerrit-Reviewer: Attila Bukor <ab...@apache.org>
Gerrit-Reviewer: Grant Henke <gr...@apache.org>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Will Berkeley <wd...@gmail.com>

[kudu-CR] KUDU-2538: [docs] Document how to manually recover from Cfile corruption

Posted by "Grant Henke (Code Review)" <ge...@cloudera.org>.
Grant Henke has removed a vote on this change.

Change subject: KUDU-2538: [docs] Document how to manually recover from Cfile corruption
......................................................................


Removed Verified-1 by Kudu Jenkins (120)
-- 
To view, visit http://gerrit.cloudera.org:8080/11218
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: deleteVote
Gerrit-Change-Id: Ieefd472bef104921de7cab442fd49ab32c0fe81b
Gerrit-Change-Number: 11218
Gerrit-PatchSet: 2
Gerrit-Owner: Grant Henke <gr...@apache.org>
Gerrit-Reviewer: Andrew Wong <aw...@cloudera.com>
Gerrit-Reviewer: Attila Bukor <ab...@apache.org>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Will Berkeley <wd...@gmail.com>