Skip to content

Commit

Permalink
Merge branch '2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
keith-turner committed Apr 11, 2024
2 parents c39599d + 7c6572c commit 859694a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assemble/bin/accumulo-cluster
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ function control_service() {
ACCUMULO_SERVICE_INSTANCE=""
[[ $service == "tserver" && ${NUM_TSERVERS:-1} -gt 1 ]] && ACCUMULO_SERVICE_INSTANCE=${inst_id}
[[ $service == "compactor" ]] && ACCUMULO_SERVICE_INSTANCE="${inst_id}_${5}"
[[ $service == "sserver" && ${NUM_SSERVERS:-1} -gt 1 ]] && ACCUMULO_SERVICE_INSTANCE=${inst_id}
[[ $service == "sserver" ]] && ACCUMULO_SERVICE_INSTANCE="${inst_id}_${5}"

if [[ $host == localhost || $host == "$(hostname -s)" || $host == "$(hostname -f)" || "$(hostname -I)" =~ $host ]]; then
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
* [
* {"name":"small", "type": "internal", "maxSize":"100M","numThreads":3},
* {"name":"medium", "type": "internal", "maxSize":"500M","numThreads":3},
* {"name": "large", "type": "external", "queue", "Queue1"}
* {"name":"large", "type":"external", "queue":"Queue1"}
* ]}
* </pre>
*
Expand Down

0 comments on commit 859694a

Please sign in to comment.