Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
A
AutoHealer
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
diaa.hanna
AutoHealer
Commits
43fdc74f
Commit
43fdc74f
authored
Jan 22, 2026
by
drnull03
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added nodeDel script i forget to add
parent
59db520e
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8244 additions
and
3 deletions
+8244
-3
worker.log
Homework/part1/autohealer/worker.log
+206
-0
worker.log
Homework/part2/autohealer/worker.log
+8032
-0
nodeDel.sh
Homework/part2/nodeDel.sh
+5
-0
README.md
README.md
+1
-3
No files found.
Homework/part1/autohealer/worker.log
View file @
43fdc74f
This diff is collapsed.
Click to expand it.
Homework/part2/autohealer/worker.log
View file @
43fdc74f
This diff is collapsed.
Click to expand it.
Homework/part2/nodeDel.sh
0 → 100755
View file @
43fdc74f
#!/bin/bash
/opt/zookeeper/bin/zkCli.sh delete
"/nodes/nodeA"
README.md
View file @
43fdc74f
...
...
@@ -24,9 +24,7 @@ the script launch.sh in part1 and part2 launch the zookeeper with the correct co
### finding the conf for the zookeeper for each part
Part1: standalone.cfg is the file that contains the zookeeper standalone configuration]
Part2: conf folder contains zoo1.cfg ,zoo2.cfg and zoo3.cfg for building an ensemble of 3 nodes
standalone.cfg is the file that contains the zookeeper standalone configuration it is used for part 1 and part 2
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment