dlmarion commented on PR #5599:
URL: https://github.com/apache/accumulo/pull/5599#issuecomment-2949841526

   @ctubbsii - I know you still have reservations about including the 
additional help, which we can discuss. However, I have applied your other 
suggestions and made some wording changes. Here is the latest:
   
   ```
    ./accumulo monitor -?
   Usage: monitor [options]
     Options:
       -a, --address
         address to bind to (deprecated - use rpc.bind.addr instead)
       -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: []
   
       Below are most of the known properties, and their default values, that 
can be used with the '-o' (overrides) option for the server process used in the 
command line.
       Long default values will be truncated. Replication, VFS classloader, and 
custom properties are not included here.
       Instance properties, if overridden, should be the same across the 
cluster or connection errors will occur.
       See the user guide at https://accumulo.apache.org/ for more information 
about each property.
   
   general.block.cache.manager.class                               
org.apache.accumulo.core.file.blockfile. (truncated)
   general.cache.manager.class                                     
org.apache.accumulo.core.file.blockfile. (truncated) (deprecated - replaced by 
general.block.cache.manager.class)
   general.classpaths                                                           
                                        (deprecated)
   general.context.class.loader.factory                                         
                                       
   general.delegation.token.lifetime                               7d           
                                       
   general.delegation.token.update.interval                        1d           
                                       
   general.dynamic.classpaths                                                   
                                        (deprecated)
   general.file.name.allocation.batch.size.max                     200          
                                       
   general.file.name.allocation.batch.size.min                     100          
                                       
   general.kerberos.keytab                                                      
                                       
   general.kerberos.principal                                                   
                                       
   general.kerberos.renewal.period                                 30s          
                                       
   general.max.scanner.retry.period                                5s           
                                       
   general.metrics.process.idle                                    5m           
                                       
   general.micrometer.enabled                                      false        
                                       
   general.micrometer.factory                                      
org.apache.accumulo.core.spi.metrics.Log (truncated)
   general.micrometer.jvm.metrics.enabled                          false        
                                       
   general.micrometer.log.metrics                                  none         
                                       
   general.opentelemetry.enabled                                   false        
                                       
   general.rpc.server.type                                                      
                                       
   general.rpc.timeout                                             120s         
                                       
   general.security.credential.provider.paths                                   
                                       
   general.server.lock.verification.interval                       0            
                                       
   general.server.message.size.max                                 1G           
                                        (deprecated - replaced by 
rpc.message.size.max)
   general.server.simpletimer.threadpool.size                      1            
                                        (deprecated - replaced by 
general.server.threadpool.size)
   general.server.threadpool.size                                  1            
                                       
   general.vfs.cache.dir                                           
${java.io.tmpdir}                                    (deprecated)
   general.vfs.classpaths                                                       
                                        (deprecated)
   general.volume.chooser                                          
org.apache.accumulo.core.spi.fs.RandomVo (truncated)
   instance.crypto.opts.factory                                    
org.apache.accumulo.core.spi.crypto.NoCr (truncated)
   instance.dfs.dir                                                /accumulo    
                                        (deprecated - replaced by 
instance.volumes)
   instance.dfs.uri                                                             
                                        (deprecated - replaced by 
instance.volumes)
   instance.rpc.sasl.allowed.host.impersonation                                 
                                       
   instance.rpc.sasl.allowed.user.impersonation                                 
                                       
   instance.rpc.sasl.enabled                                       false        
                                       
   instance.rpc.ssl.clientAuth                                     false        
                                       
   instance.rpc.ssl.enabled                                        false        
                                       
   instance.secret                                                 DEFAULT      
                                       
   instance.security.authenticator                                 
org.apache.accumulo.server.security.hand (truncated)
   instance.security.authorizor                                    
org.apache.accumulo.server.security.hand (truncated)
   instance.security.permissionHandler                             
org.apache.accumulo.server.security.hand (truncated)
   instance.volumes                                                             
                                       
   instance.volumes.replacements                                                
                                       
   instance.volumes.upgrade.relative                                            
                                       
   instance.zookeeper.host                                         
localhost:2181                                      
   instance.zookeeper.timeout                                      30s          
                                       
   monitor.lock.check.interval                                     5s           
                                       
   monitor.port.client                                             9995         
                                       
   monitor.resources.external                                                   
                                       
   monitor.ssl.exclude.ciphers                                                  
                                       
   monitor.ssl.include.ciphers                                                  
                                       
   monitor.ssl.include.protocols                                   TLSv1.2      
                                       
   monitor.ssl.keyPassword                                                      
                                       
   monitor.ssl.keyStore                                                         
                                       
   monitor.ssl.keyStorePassword                                                 
                                       
   monitor.ssl.keyStoreType                                        jks          
                                       
   monitor.ssl.trustStore                                                       
                                       
   monitor.ssl.trustStorePassword                                               
                                       
   monitor.ssl.trustStoreType                                      jks          
                                       
   rpc.backlog                                                     50           
                                       
   rpc.bind.addr                                                                
                                       
   rpc.javax.net.ssl.keyStore                                                   
                                       
   rpc.javax.net.ssl.keyStorePassword                                           
                                       
   rpc.javax.net.ssl.keyStoreType                                  jks          
                                       
   rpc.javax.net.ssl.trustStore                                                 
                                       
   rpc.javax.net.ssl.trustStorePassword                                         
                                       
   rpc.javax.net.ssl.trustStoreType                                jks          
                                       
   rpc.message.size.max                                            2147483647   
                                       
   rpc.sasl.qop                                                    auth         
                                       
   rpc.ssl.cipher.suites                                                        
                                       
   rpc.ssl.client.protocol                                         TLSv1.2      
                                       
   rpc.ssl.server.enabled.protocols                                TLSv1.2      
                                       
   rpc.useJsse                                                     false        
                                       
   
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to