abstractdog commented on PR #6390: URL: https://github.com/apache/hive/pull/6390#issuecomment-4162171278
> @abstractdog , I'm seeing 1 error (metrics related) when I restart beeline session, attaching screenshot and logs Steps: > > ``` > docker compose --profile llap -f docker-compose.yml up -d > docker exec -it hiveserver2-llap bash > beeline -u 'jdbc:hive2://hiveserver2-llap:10001/' > DROP table IF EXISTS iceberg_table; CREATE TABLE iceberg_table (id BIGINT) STORED BY iceberg; INSERT INTO iceberg_table VALUES(1); > ✅ > !q > beeline -u 'jdbc:hive2://hiveserver2-llap:10001/' > DROP table IF EXISTS iceberg_table; CREATE TABLE iceberg_table (id BIGINT) STORED BY iceberg; INSERT INTO iceberg_table VALUES(1); > ❌ > ``` > > <img alt="Screenshot 2026-03-28 at 10 38 29 PM" width="1512" height="755" src="https://private-user-images.githubusercontent.com/49618756/570882823-3f818532-afb7-4126-bbe7-c55103a2cfdb.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NzQ5NTUxNjMsIm5iZiI6MTc3NDk1NDg2MywicGF0aCI6Ii80OTYxODc1Ni81NzA4ODI4MjMtM2Y4MTg1MzItYWZiNy00MTI2LWJiZTctYzU1MTAzYTJjZmRiLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjAzMzElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwMzMxVDExMDEwM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTgyYTcxMjMyZmNlNWU3YmIxYWQxMWJkZmQ2YzUwN2I2N2RlNDExYTAwZDRmYzE5YjA1NDYxNWU0YjhlNjFhOWUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.ASud6SnHwKRCY0vESF5T6Qc7QvhjJpkhIaLsWvZWa5I"> > [logs.txt](https://github.com/user-attachments/files/26324993/logs.txt) I already saw this, I spun up a new cluster and it went away: not related to this patch I believe, I hope I can take care of that in a separate jira -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
