Skip to content

Commit d98ac32

Browse files
adwk67nightkr
andauthored
Update hbase/stackable/patches/2.6.1/0005-Allow-overriding-ipc-bind-port-and-use-alternative-p.patch
Co-authored-by: Natalie Klestrup Röijezon <[email protected]>
1 parent f08e1c5 commit d98ac32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hbase/stackable/patches/2.6.1/0005-Allow-overriding-ipc-bind-port-and-use-alternative-p.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ index 3fe5abac27..6d40db77ae 100644
3838
registerConfigurationObservers();
3939
Threads.setDaemonThreadRunning(new Thread(() -> TraceUtil.trace(() -> {
4040
try {
41-
- int infoPort = putUpJettyServer();
41+
- putUpJettyServer();
4242
- startActiveMasterManager(infoPort);
4343
+ startActiveMasterManager(useThisInfoPortInstead);
4444
} catch (Throwable t) {

0 commit comments

Comments
 (0)