jesset opened a new issue, #5697:
URL: https://github.com/apache/gravitino/issues/5697

   ### Version
   
   main branch
   
   ### Describe what's wrong
   
   version 0.7,  Auxiliary service `iceberg-rest`. service embedded in the 
Gravitino server.
   
   
   - With `gravitino.names = iceberg-rest` option **can't** start auxiliary 
service `iceberg-rest`.
   
   - With `gravitino.auxService.names = iceberg-rest` option **CAN** start 
auxiliary service `iceberg-rest`.
   
   Which is not expected,cause with `gravitino.auxService.names = iceberg-rest` 
option starting, log file warning suggest to use `gravitino.names` instead:
   
   ```
   2024-11-28 03:32:01.230 WARN [main] 
[org.apache.gravitino.auxiliary.AuxiliaryServiceManager.lambda$extractAuxiliaryServiceConfigs$11(AuxiliaryServiceManager.java:243)]
 - The configuration gravitino.auxService.names is deprecated(still working), 
please use gravitino.names instead.
   ``` 
   
   ### Error message and/or stacktrace
   
    docker compose exec gravitino tail -F -n 2000 
/root/gravitino/logs/gravitino-server.log
   2024-11-28 03:32:00.840 INFO [main] 
[org.apache.gravitino.server.GravitinoServer.main(GravitinoServer.java:161)] - 
Starting Gravitino Server
   ...
   2024-11-28 03:32:01.230 WARN [main] 
[org.apache.gravitino.auxiliary.AuxiliaryServiceManager.lambda$extractAuxiliaryServiceConfigs$11(AuxiliaryServiceManager.java:243)]
 - The configuration gravitino.auxService.names is deprecated(still working), 
please use gravitino.names instead.
   ...__
   
   ### How to reproduce
   
   A. With `gravitino.names = iceberg-rest` option , start auxiliary service 
`iceberg-rest`.
   
   B. With `gravitino.auxService.names = iceberg-rest` option , start auxiliary 
service `iceberg-rest`.
   
   Check:
   - `ss -nltp` to check service port 
   - `head gravitino-server.log`
   
   ### Additional context
   
   _No response_


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