karthick-rn edited a comment on issue #388: URL: https://github.com/apache/fluo-muchos/issues/388#issuecomment-814851067
> NUM_TSERVERS=$(grep -E -c -v '(^#|^\s*$)' "$TSERVERS") From which script you got this line? I don't see this line in the accumulo-cluster script at all. Also, I have a similar setup with systemd which has 1 tserver per worker (total -4) and don't see this problem. > [user1@host1 ~]$ accumulo-cluster start Starting tablet servers ....... done [email protected] loaded active running TServer Service for Accumulo [email protected] loaded active running TServer Service for Accumulo [email protected] loaded active running TServer Service for Accumulo [email protected] loaded active running TServer Service for Accumulo > [user1@host3 ~]$ ps aux | grep tserver user1+ 29585 6.8 1.0 3738804 349168 ? Ssl 11:36 0:04 /usr/lib/jvm/java/bin/java -XX:+UseConcMarkSweepGC -XX:CMSInitiatingOccupancyFraction=75 -XX:+CMSClassUnloadingEnabled -XX:OnOutOfMemoryError=kill -9 %p -XX:-OmitStackTraceInFastThrow -Djava.net.preferIPv4Stack=true -Daccumulo.native.lib.path=/home/user1/install/accumulo-2.0.1/lib/native -Xmx2G -Xms2G -Daccumulo.log.dir=/var/data1/logs/accumulo -Daccumulo.application=tserver1_host3 -Dlog4j.configuration=log4j-service.properties org.apache.accumulo.start.Main tserver -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
