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
Metadata schema system is the core system in Unified Catalog to describe the entities, including memory structure, on-wire format and storage layout.
This umbrella issue tracks the whole design and implementation of Unified Catalog' schema system, including:
Metadata entity design & implement.
Entity serialization and deserialization protocol design & implement.
Entity storage layout design & implement.
Subtasks are listed here:
Metadata and Type Spec design ( lakehouse, zone, table, column and other basic entities), including memory structure, on-wire and storage layout design. [SUBTASK] Metadata and Type Spec design #11
### What changes were proposed in this pull request?
Frontend integration test failed in certain headless environment, like
the ec2 in aws.
### Why are the changes needed?
Frontend integration test failed due to the following error:
```
MetalakePageTest > initializationError FAILED
org.openqa.selenium.WebDriverException: unknown error: Chrome failed to start: exited abnormally.
(chrome not reachable)
(The process started from chrome location /actions-runner/_work/gravitino-test/gravitino-test/gravitino/integration-test/build/chrome/chrome-linux/chrome is no longer running, so ChromeDriver is assuming that Chrome has crashed.)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'ip-172-31-5-251', ip: '172.31.5.251', os.name: 'Linux', os.arch: 'amd64', os.version: '6.5.0-1020-aws', java.version: '1.8.0_412'
Driver info: driver.version: ChromeDriver
remote stacktrace: #0 0x561b8bc79869 <unknown>
#1 0x561b8bc14383 <unknown>
#2 0x561b8b9f6ca3 <unknown>
#3 0x561b8ba1a286 <unknown>
#4 0x561b8ba157cd <unknown>
#5 0x561b8ba4f11d <unknown>
#6 0x561b8ba49963 <unknown>
#7 0x561b8ba1fe36 <unknown>
#8 0x561b8ba20fd5 <unknown>
#9 0x561b8bc41f90 <unknown>
#10 0x561b8bc53d80 <unknown>
```
### Does this PR introduce _any_ user-facing change?
N/A
### How was this patch tested?
<img width="1492" alt="image"
src="https://github.com/datastrato/gravitino/assets/154112360/3e16870e-ad51-4677-aec5-8e8be0c68f9b">
Metadata schema system is the core system in Unified Catalog to describe the entities, including memory structure, on-wire format and storage layout.
This umbrella issue tracks the whole design and implementation of Unified Catalog' schema system, including:
Subtasks are listed here:
The text was updated successfully, but these errors were encountered: