You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2021/12/10 14:40:00 UTC

[GitHub] [accumulo] dlmarion opened a new issue #2379: `accumulo-cluster start` does not start remote tablet servers

dlmarion opened a new issue #2379:
URL: https://github.com/apache/accumulo/issues/2379


   **Describe the bug**
   Running `accumulo-cluster start` does not start TabletServers running on other nodes. It appears that there is an extra parameter being passed in the ssh command after the class name. This is in the tabletserver error file:
   
   ```
   Was passed main parameter '' but no main parameter was defined in your arg class
   ```
   
   This is in the tabletserver out file:
   
   ```
   Usage: tserver [options]
     Options:
       -a, --address
         address to bind to
       -h, -?, --help, -help
   
       -p, -props, --props
         Sets path to accumulo.properties.The classpath will be searched if this 
         property is not set
       -o
         Overrides configuration set in accumulo.properties (but NOT system-wide 
         config set in Zookeeper). Expected format: -o <key>=<value>
         Default: []
   ```
   
   The workaround is to go to the remote node and run `accumulo-cluster start-here`.
   
   **Versions (OS, Maven, Java, and others, as appropriate):**
    - Affected version(s) of this project: `HEAD` of `main`
    - OS: CentOS 7
    - Others:
   
   **To Reproduce**
   Create a two node cluster, run `accumulo-cluster start`
   


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [accumulo] dlmarion closed issue #2379: `accumulo-cluster start` does not start remote tablet servers

Posted by GitBox <gi...@apache.org>.
dlmarion closed issue #2379:
URL: https://github.com/apache/accumulo/issues/2379


   


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [accumulo] DomGarguilo commented on issue #2379: `accumulo-cluster start` does not start remote tablet servers

Posted by GitBox <gi...@apache.org>.
DomGarguilo commented on issue #2379:
URL: https://github.com/apache/accumulo/issues/2379#issuecomment-991037088


   @Manno15 and I also ran into this while setting up a cluster yesterday. Our workaround was to run `accumulo-service tserver start` on the nodes.


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [accumulo] dlmarion commented on issue #2379: `accumulo-cluster start` does not start remote tablet servers

Posted by GitBox <gi...@apache.org>.
dlmarion commented on issue #2379:
URL: https://github.com/apache/accumulo/issues/2379#issuecomment-991090759


   I believe the problem is [here](https://github.com/apache/accumulo/blob/main/assemble/bin/accumulo-cluster#L134) when there is no 4th argument


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [accumulo] dlmarion closed issue #2379: `accumulo-cluster start` does not start remote tablet servers

Posted by GitBox <gi...@apache.org>.
dlmarion closed issue #2379:
URL: https://github.com/apache/accumulo/issues/2379


   


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org