dlmarion commented on PR #4487:
URL: https://github.com/apache/accumulo/pull/4487#issuecomment-2072411127
@ddanielr - I looked through the ScanServer code. These need to be added to
the fixedProperties. The only properties that are checked at runtime are the
ones dealing with the scan executors.
```
// sserver fixed properties
SSERV_CACHED_TABLET_METADATA_EXPIRATION, SSERV_PORTSEARCH,
SSERV_DATACACHE_SIZE,
SSERV_INDEXCACHE_SIZE, SSERV_SUMMARYCACHE_SIZE,
SSERV_DEFAULT_BLOCKSIZE,
SSERVER_SCAN_REFERENCE_EXPIRATION_TIME, SSERV_CLIENTPORT,
SSERV_MAX_MESSAGE_SIZE,
SSERV_MINTHREADS, SSERV_MINTHREADS_TIMEOUT, SSERV_THREADCHECK,
```
--
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]