-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed to keep map of DNS addresses due to 5 second DNS delays.
- Loading branch information
Showing
61 changed files
with
517 additions
and
1,004 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
admin/templates/configuration/etc/log4cxx.index_master.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# | ||
# Configuration file for log4cxx | ||
# can be used for unit test | ||
# by launching next command before unit tests: | ||
# export LSST_LOG_CONFIG=$HOME/.lsst/log4cxx.unittest.properties | ||
# | ||
|
||
#log4j.rootLogger=INFO, CONSOLE | ||
log4j.rootLogger=DEBUG, CONSOLE | ||
#log4j.rootLogger=WARN, CONSOLE | ||
|
||
log4j.appender.CONSOLE=org.apache.log4j.ConsoleAppender | ||
log4j.appender.CONSOLE.layout=org.apache.log4j.PatternLayout | ||
#log4j.appender.CONSOLE.layout.ConversionPattern=[%d{yyyy-MM-ddTHH:mm:ss.SSSZ}] [%t] %-5p %c{2} (%F:%L) - %m%n | ||
log4j.appender.CONSOLE.layout.ConversionPattern=[%d{ddTHH:mm:ss.SSSZ}] [%t] %-5p %c{2} (%F:%L) - %m%n | ||
|
||
# Tune log at the module level | ||
#log4j.logger.lsst.qserv.util=DEBUG |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 2 additions & 12 deletions
14
admin/tools/docker/index/container/dev/clientNum/appClientNumScreen.bash
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,9 @@ | ||
#! /bin/bash -l | ||
# admin/tools/docker/loader/container/dev/clientNum/appClientNum.bash | ||
|
||
_term() { | ||
echo "Caught SIGTERM signal!" | ||
kill -TERM "$child" 2>/dev/null | ||
} | ||
|
||
trap _term SIGTERM | ||
trap _term SIGKILL | ||
|
||
# admin/tools/docker/loader/container/dev/clientNum/appClientNumScreen.bash | ||
|
||
echo appClientScreen $1 $2 $3 | ||
|
||
screen -dm /home/qserv/dev/qserv/admin/tools/docker/index/container/dev/clientNum/appClientNum $1 $2 $3 | ||
|
||
child=$! | ||
wait "$child" | ||
|
||
tail -f /dev/null |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 1 addition & 13 deletions
14
admin/tools/docker/index/container/dev/worker/appWorkerScreen.bash
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,7 @@ | ||
#! /bin/bash | ||
# admin/tools/docker/loader/container/dev/worker/appWorker.bash | ||
# admin/tools/docker/loader/container/dev/worker/appWorkerScreen.bash | ||
|
||
_term() { | ||
echo "Caught SIGTERM signal!" | ||
kill -TERM "$child" 2>/dev/null | ||
} | ||
|
||
trap _term SIGTERM | ||
trap _term SIGKILL | ||
|
||
screen -dm /home/qserv/dev/qserv/admin/tools/docker/index/container/dev/worker/appWorker.bash | ||
|
||
child=$! | ||
echo "child ${child}" | ||
wait "$child" | ||
|
||
sleep 10000 | ||
tail -f /dev/null |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.