You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Iceberg will use upper table to access gravitino server sometimes. The entity data will be ineffective.
Error message and/or stacktrace
4-06-04 20:56:10 INFO [Test worker] BaseMetastoreCatalog:67 - Table loaded by catalog: iceberg.default_db.test_column_type
2024-06-04 20:56:10 INFO [Gravitino-webserver-525] TableOperations:142 - Received load table request for table: test.iceberg.default_db.TEST_COLUMN_TYPE
2024-06-04 20:56:10 INFO [Gravitino-webserver-525] BaseMetastoreTableOperations:199 - Refreshing table metadata from new version: hdfs://10.20.30.2:9000/user/hive/default_db/test_column_type/metadata/00000-c08f1baa-dc07-42da-9dd2-3be8acc8bf12.metadata.json
2024-06-04 20:56:10 INFO [Gravitino-webserver-525] BaseMetastoreCatalog:67 - Table loaded by catalog: hive.default_db.TEST_COLUMN_TYPE
2024-06-04 20:56:10 INFO [Gravitino-webserver-525] IcebergCatalogOperations:345 - Loaded Iceberg table TEST_COLUMN_TYPE
2024-06-04 20:56:10 ERROR [Gravitino-webserver-525] OperationDispatcher:231 - Entity for test.iceberg.default_db.TEST_COLUMN_TYPE doesn't exist in Gravitino, this is unexpected if this is created by Gravitino. With this situation the returned object will not contain the metadata from Gravitino
2024-06-04 20:56:10 INFO [Gravitino-webserver-525] BaseMetastoreTableOperations:199 - Refreshing table metadata from new version: hdfs://10.20.30.2:9000/user/hive/default_db/test_column_type/metadata/00000-c08f1baa-dc07-42da-9dd2-3be8acc8bf12.metadata.json
2024-06-04 20:56:10 INFO [Gravitino-webserver-525] BaseMetastoreCatalog:67 - Table loaded by catalog: hive.default_db.TEST_COLUMN_TYPE
2024-06-04 20:56:10 INFO [Gravitino-webserver-525] IcebergCatalogOperations:345 - Loaded Iceberg table TEST_COLUMN_TYPE
2024-06-04 20:56:10 ERROR [Gravitino-webserver-525] OperationDispatcher:231 - Entity for test.iceberg.default_db.TEST_COLUMN_TYPE doesn't exist in Gravitino, this is unexpected if this is created by Gravitino. With this situation
How to reproduce
Run the SparkIcebergCatalogRestBackendIT34
Additional context
No response
The text was updated successfully, but these errors were encountered:
…gravitino server sometimes #3772 (#3774)
### What changes were proposed in this pull request?
table name is upper for using `%S`
### Why are the changes needed?
Fix: #3772
### Does this PR introduce _any_ user-facing change?
no
### How was this patch tested?
existing tests
diqiu50
pushed a commit
to diqiu50/gravitino
that referenced
this issue
Jun 13, 2024
…ccess gravitino server sometimes apache#3772 (apache#3774)
### What changes were proposed in this pull request?
table name is upper for using `%S`
### Why are the changes needed?
Fix: apache#3772
### Does this PR introduce _any_ user-facing change?
no
### How was this patch tested?
existing tests
Version
main branch
Describe what's wrong
Iceberg will use upper table to access gravitino server sometimes. The entity data will be ineffective.
Error message and/or stacktrace
4-06-04 20:56:10 INFO [Test worker] BaseMetastoreCatalog:67 - Table loaded by catalog: iceberg.default_db.test_column_type
2024-06-04 20:56:10 INFO [Gravitino-webserver-525] TableOperations:142 - Received load table request for table: test.iceberg.default_db.TEST_COLUMN_TYPE
2024-06-04 20:56:10 INFO [Gravitino-webserver-525] BaseMetastoreTableOperations:199 - Refreshing table metadata from new version: hdfs://10.20.30.2:9000/user/hive/default_db/test_column_type/metadata/00000-c08f1baa-dc07-42da-9dd2-3be8acc8bf12.metadata.json
2024-06-04 20:56:10 INFO [Gravitino-webserver-525] BaseMetastoreCatalog:67 - Table loaded by catalog: hive.default_db.TEST_COLUMN_TYPE
2024-06-04 20:56:10 INFO [Gravitino-webserver-525] IcebergCatalogOperations:345 - Loaded Iceberg table TEST_COLUMN_TYPE
2024-06-04 20:56:10 ERROR [Gravitino-webserver-525] OperationDispatcher:231 - Entity for test.iceberg.default_db.TEST_COLUMN_TYPE doesn't exist in Gravitino, this is unexpected if this is created by Gravitino. With this situation the returned object will not contain the metadata from Gravitino
2024-06-04 20:56:10 INFO [Gravitino-webserver-525] BaseMetastoreTableOperations:199 - Refreshing table metadata from new version: hdfs://10.20.30.2:9000/user/hive/default_db/test_column_type/metadata/00000-c08f1baa-dc07-42da-9dd2-3be8acc8bf12.metadata.json
2024-06-04 20:56:10 INFO [Gravitino-webserver-525] BaseMetastoreCatalog:67 - Table loaded by catalog: hive.default_db.TEST_COLUMN_TYPE
2024-06-04 20:56:10 INFO [Gravitino-webserver-525] IcebergCatalogOperations:345 - Loaded Iceberg table TEST_COLUMN_TYPE
2024-06-04 20:56:10 ERROR [Gravitino-webserver-525] OperationDispatcher:231 - Entity for test.iceberg.default_db.TEST_COLUMN_TYPE doesn't exist in Gravitino, this is unexpected if this is created by Gravitino. With this situation
How to reproduce
Run the SparkIcebergCatalogRestBackendIT34
Additional context
No response
The text was updated successfully, but these errors were encountered: