yuqi1129 commented on issue #7370:
URL: https://github.com/apache/gravitino/issues/7370#issuecomment-3111643242
It seems that the Paimon catalog also shares the same problem. The following
is a dump analysis of objects for the Paimon catalog. When we repeatedly
modify Paimon catalog, the c
liunaijie opened a new issue, #7618:
URL: https://github.com/apache/gravitino/issues/7618
### Version
main branch
### Describe what's wrong
version: 0.9.0-incubating
env: gravitino playground
I create a hive table on cli. the comment using chinese.
https:
jerqi closed issue #7427: [Bug report] Gravitino OAuth doesn't work with
dynamic config provider
URL: https://github.com/apache/gravitino/issues/7427
--
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
jerryshao closed issue #7465: [Bug report] Gravitino core jcstress jar should
not be in libs folder
URL: https://github.com/apache/gravitino/issues/7465
--
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
jerryshao opened a new issue, #7465:
URL: https://github.com/apache/gravitino/issues/7465
### Version
main branch
### Describe what's wrong
The Gravitino core jcstress jar is now in `libs` folder, which is unwanted:
https://github.com/user-attachments/assets/b5695d
FANNG1 commented on issue #7427:
URL: https://github.com/apache/gravitino/issues/7427#issuecomment-2986528619
@bharos propose #7434 to add oauth support for dynamic config provider,
please take a look when you have time, thanks.
--
This is an automated message from the Apache Git Service.
FANNG1 commented on issue #7427:
URL: https://github.com/apache/gravitino/issues/7427#issuecomment-2982895104
Thanks @bharos for reporting this, the main reason is Iceberg REST server
doesn't support using OAuth to retrieve Iceberg catalog information from the
Gravitino server when using `d
bharos opened a new issue, #7427:
URL: https://github.com/apache/gravitino/issues/7427
### Version
main branch
### Describe what's wrong
I have to use static-config-provider to use OAuth. Not sure why but doesn't
work well with dynamic-config-provider
### Error me
yuqi1129 commented on issue #7370:
URL: https://github.com/apache/gravitino/issues/7370#issuecomment-2974872481
@kaori-seasons , Thanks for your hard work on this issue, your kind
suggestion is really valuable for solving this issue on the ground.
Based on my previous knowled
kaori-seasons commented on issue #7370:
URL: https://github.com/apache/gravitino/issues/7370#issuecomment-2972351246
ClassLoader resource isolation solution
Core Optimization Strategy
Based on the analysis of CatalogManager.java:957-983, the root cause of the
problem is that each
kaori-seasons commented on issue #7370:
URL: https://github.com/apache/gravitino/issues/7370#issuecomment-2972319655
@yuqi1129
The root cause of this Metaspace OOM error is that the IsolatedClassLoader
instance is not released in time during the high-frequency catalog attribute
update op
yuqi1129 commented on issue #7370:
URL: https://github.com/apache/gravitino/issues/7370#issuecomment-2959959137
It appears that the unused class loader cannot be cleaned.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and us
yuqi1129 opened a new issue, #7370:
URL: https://github.com/apache/gravitino/issues/7370
### Version
main branch
### Describe what's wrong
➜ [/Users/yuqi/Downloads] while [[ 1 -eq 1 ]]
do
curl -X PUT -H "Accept: application/vnd.gravitino.v1+json" \
-H "Content-T
jerqi closed issue #7109: [Bug report] gravitino-server.out file has error:
ERROR No age provided for IfLastModified
URL: https://github.com/apache/gravitino/issues/7109
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
FANNG1 commented on issue #7109:
URL: https://github.com/apache/gravitino/issues/7109#issuecomment-2840547517
fixed by https://github.com/apache/gravitino/pull/7070
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
U
jerqi commented on issue #7109:
URL: https://github.com/apache/gravitino/issues/7109#issuecomment-2838743777
cc @FANNG1
--
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
danhuawang opened a new issue, #7109:
URL: https://github.com/apache/gravitino/issues/7109
### Version
main branch
### Describe what's wrong
```
2025-04-29T12:22:51.625346635Z main ERROR No age provided for IfLastModified
2025-04-29T12:22:51.627329652Z main ERROR Co
danhuawang commented on issue #7109:
URL: https://github.com/apache/gravitino/issues/7109#issuecomment-2838707293
@jerqi Can you help check this issue?
--
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 g
shaofengshi commented on issue #6390:
URL: https://github.com/apache/gravitino/issues/6390#issuecomment-2635996460
This test case assert that it will throw a ConnectException when connecting
to address "hdfs://localhost:9000/user1". While, if there is such a HDFS
service running in the same
youngyjd commented on issue #6390:
URL: https://github.com/apache/gravitino/issues/6390#issuecomment-2635864586
Tried to get `exception.getCause().getClass().getName()`. It returned me
`java.io.EOFException`
https://github.com/user-attachments/assets/d2a80e9e-6fb2-4f00-a9c4-1014e203e5
yuqi1129 commented on issue #6390:
URL: https://github.com/apache/gravitino/issues/6390#issuecomment-2635855803
I am unable to reproduce in this environment.
```
(venv) ➜ [/Users/yuqi/project/gravitino] git:(issue_6380) java --version
openjdk 11.0.22 2024-01-16 LTS
OpenJDK Ru
youngyjd commented on issue #6390:
URL: https://github.com/apache/gravitino/issues/6390#issuecomment-2635852535
I didn't find more error message. I even tried openjdk 17 but saw the same
error
```
2025-02-04T23:00:26.484-0800 [DEBUG] [TestEventLogger]
TestHadoopCatalogOperations >
shaofengshi commented on issue #6390:
URL: https://github.com/apache/gravitino/issues/6390#issuecomment-2635606698
I wasn't able to reproduce, with the same jdk version; my gradle version is
newer (8.9) but I don't think that's the reason. @youngyjd do you have more
error or warning message
yuqi1129 commented on issue #6390:
URL: https://github.com/apache/gravitino/issues/6390#issuecomment-2633634939
I see and will take the time to work on this issue.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
yuqi1129 closed issue #6384: [Bug report] Gravitino default JVM config
mismatches with comments from gravitino-env.sh
URL: https://github.com/apache/gravitino/issues/6384
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use th
jerryshao commented on issue #6390:
URL: https://github.com/apache/gravitino/issues/6390#issuecomment-2633472050
Thanks @youngyjd , @yuqi1129 will you please help to check this problem when
you have time? Thanks.
--
This is an automated message from the Apache Git Service.
To respond to t
youngyjd opened a new issue, #6390:
URL: https://github.com/apache/gravitino/issues/6390
### Version
main branch
### Describe what's wrong
`./gradlew test -PskipITs` failed to run `Task :catalogs:catalog-hadoop:test`
My java env
```
openjdk 11.0.25 2024-10-15
puchengy opened a new issue, #6384:
URL: https://github.com/apache/gravitino/issues/6384
### Version
main branch
### Describe what's wrong
https://github.com/apache/gravitino/blob/09d4e64fac9fc2a0d5fdf9304d2e4a0b1f8fdb6f/conf/gravitino-env.sh.template#L31
from `gravitin
dataageek commented on issue #6310:
URL: https://github.com/apache/gravitino/issues/6310#issuecomment-2606980604
hi @FANNG1 Could you please let me know if there is a workaround for this
issue in Spark?
--
This is an automated message from the Apache Git Service.
To respond to the message
FANNG1 commented on issue #6310:
URL: https://github.com/apache/gravitino/issues/6310#issuecomment-2607036198
You mean the Iceberg catalog name in Iceberg REST server side is decided by
the Spark client ? It seems a little odd, The catalog backend name is initiated
when startup.
--
This
dataageek opened a new issue, #6310:
URL: https://github.com/apache/gravitino/issues/6310
### Version
main branch
### Describe what's wrong
I have multiple catalogs created using the Iceberg JDBC catalog. When I
attempt to consume these catalogs via the Gravitino REST se
jerryshao closed issue #5686: [Bug report] Gravitino sever starting error and
all apis reponse nothing
URL: https://github.com/apache/gravitino/issues/5686
--
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
yuqi1129 commented on issue #6156:
URL: https://github.com/apache/gravitino/issues/6156#issuecomment-2577523221
> can you also help on the fileset and how to list after the fils in the
bucket ?
I'm having trouble understanding your words, could you provide more details?
--
This is
gesaleh commented on issue #6156:
URL: https://github.com/apache/gravitino/issues/6156#issuecomment-2577519535
I found out it work if i gave the IP of container itself not the docker name
can you also help on the fileset and how to list after the fils in the
bucket ?
Thanks
gesaleh commented on issue #6156:
URL: https://github.com/apache/gravitino/issues/6156#issuecomment-2577501523
can you give me more details about the copy aws-bundle to the Hadoop catalog
classpath and start the Gravitino server
```
# ls gravitino*
gravitino-api-0.7.0-incubating
yuqi1129 commented on issue #6156:
URL: https://github.com/apache/gravitino/issues/6156#issuecomment-2577345213
@gesaleh
It's okay for me to connect to Minio:
```
(venv-spark-3.1) ➜ [/Users/yuqi] curl -X POST -H "Accept:
application/vnd.gravitino.v1+json" \
-H "Content-
yuqi1129 commented on issue #6156:
URL: https://github.com/apache/gravitino/issues/6156#issuecomment-2576998297
@gesaleh Thank you for reporting this issue. We will promptly follow up.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
gesaleh opened a new issue, #6156:
URL: https://github.com/apache/gravitino/issues/6156
### Version
main branch
### Describe what's wrong
S3 hadoop integration
configuration
minio runing in a docker
bucket created work
playground docker deployment with same
justinmclean closed issue #6027: [Bug report] Gravitino CLI get wrong
catalogName when set metalake name by --name option
URL: https://github.com/apache/gravitino/issues/6027
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and u
justinmclean closed issue #6027: [Bug report] Gravitino CLI get wrong
catalogName when set metalake name by --name option
URL: https://github.com/apache/gravitino/issues/6027
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and u
justinmclean commented on issue #6027:
URL: https://github.com/apache/gravitino/issues/6027#issuecomment-2564923624
This is the correct behaviour as you should always set the metalake in one
of the 3 ways describe in the documentation. We should print out an error
message if the metlake nam
Abyss-lord commented on issue #6027:
URL: https://github.com/apache/gravitino/issues/6027#issuecomment-2564587856
@justinmclean , I would like to work on it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abov
luoshipeng commented on issue #6027:
URL: https://github.com/apache/gravitino/issues/6027#issuecomment-2563566035
sorry, i forgot paste server log

--
This is an automated message from the Apac
luoshipeng opened a new issue, #6027:
URL: https://github.com/apache/gravitino/issues/6027
### Version
main branch
### Describe what's wrong
when i use gcli command, if i set `--name` option value to
`lsp_test.mysql_test.test_db`, it uses part[0] as both the metalakeName
maomaodev commented on issue #5804:
URL: https://github.com/apache/gravitino/issues/5804#issuecomment-2533471056
您好,我是毛立夫。
您的邮件已收到。
祝您生活愉快,身体健康!
--
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
diqiu50 commented on issue #5804:
URL: https://github.com/apache/gravitino/issues/5804#issuecomment-2533470563
This issue is caused by the resource release triggered by the Trino `DROP
CATALOG` command. For more information, refer
tohttps://trino.io/docs/current/admin/properties-catalog.htm
maomaodev opened a new issue, #5804:
URL: https://github.com/apache/gravitino/issues/5804
### Version
main branch
### Describe what's wrong
In order to have real-time awareness of configuration changes like
hdfs-site.xml, we periodically update the Catalog's lastModified
an-shi-chi-fan opened a new issue, #5765:
URL: https://github.com/apache/gravitino/issues/5765
### Version
main branch
### Describe what's wrong
I deployed a set of gravtino-0.7.0 and used my own frontend service to
interface with gravtino's HTTP request client. When I m
jerryshao commented on issue #5686:
URL: https://github.com/apache/gravitino/issues/5686#issuecomment-2513782320
@yujiantao Did you build or modify Gravitino yourself, how can we reproduce
this issue?
--
This is an automated message from the Apache Git Service.
To respond to the message,
yujiantao opened a new issue, #5686:
URL: https://github.com/apache/gravitino/issues/5686
### Version
main branch
### Describe what's wrong
version: 0.7.0-incubating
WEB-INF/lib/FastInfoset-1.2.15.jar is not found when gravitino server
starts, and api responses no
jerryshao closed issue #5535: [Bug report] gravitino poms say to expect gradle
modules but they are not published
URL: https://github.com/apache/gravitino/issues/5535
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
jerryshao commented on issue #5535:
URL: https://github.com/apache/gravitino/issues/5535#issuecomment-2469519955
Let me fix this issue.
--
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 specifi
pjfanning opened a new issue, #5535:
URL: https://github.com/apache/gravitino/issues/5535
### Version
main branch
### Describe what's wrong
Spotted in 0.7.0 (RC) and in 0.6.1.
https://repository.apache.org/content/groups/staging/org/apache/gravitino/meta/0.6.1-inc
mchades closed issue #5502: [Bug report] gravitino-iceberg-rest:
"GRAVITINO_IO_IMPL","GRAVITINO_S3_ACCESS_KEY","GRAVITINO_S3_SECRET_KEY"
environment variables didn't work in container
URL: https://github.com/apache/gravitino/issues/5502
--
This is an automated message from the Apache Git Se
FANNG1 closed issue #5502: [Bug report] gravitino-iceberg-rest:
"GRAVITINO_IO_IMPL","GRAVITINO_S3_ACCESS_KEY","GRAVITINO_S3_SECRET_KEY"
environment variables didn't work in container
URL: https://github.com/apache/gravitino/issues/5502
--
This is an automated message from the Apache Git Ser
FANNG1 commented on issue #5502:
URL: https://github.com/apache/gravitino/issues/5502#issuecomment-2461983226
close it as not real enviroment.
--
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
danhuawang commented on issue #5502:
URL: https://github.com/apache/gravitino/issues/5502#issuecomment-2461750539
@FANNG1 Can you help check this issue ?
--
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
danhuawang opened a new issue, #5502:
URL: https://github.com/apache/gravitino/issues/5502
### Version
main branch
### Describe what's wrong
**When the storage is remote S3 storage**
**Set the environment variables as following:**
```
# env
GRAVITINO_S3_SE
mchades commented on issue #5237:
URL: https://github.com/apache/gravitino/issues/5237#issuecomment-2436670018
will be fixed after #5241 merged
--
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
jerryshao closed issue #5237: [Bug report] Gravitino container load metalake
encounter: NullPointerException: Cannot invoke "java.util.Map.size()" because
"m" is null
URL: https://github.com/apache/gravitino/issues/5237
--
This is an automated message from the Apache Git Service.
To respond
jerryshao closed issue #5237: [Bug report] Gravitino container load metalake
encounter: NullPointerException: Cannot invoke "java.util.Map.size()" because
"m" is null
URL: https://github.com/apache/gravitino/issues/5237
--
This is an automated message from the Apache Git Service.
To respond
danhuawang commented on issue #5237:
URL: https://github.com/apache/gravitino/issues/5237#issuecomment-2434656567
@mchades Can you help check this issue?
--
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
danhuawang opened a new issue, #5237:
URL: https://github.com/apache/gravitino/issues/5237
### Version
main branch
### Describe what's wrong
Run trino test failed.
```
./trino_test.sh --auto=none --ignore_failed
--postgresql_uri=jdbc:postgresql://pg-16-postgresql.r
justinmclean commented on issue #4835:
URL: https://github.com/apache/gravitino/issues/4835#issuecomment-2324097970
Closing this until I can reliably reproduce it
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
justinmclean closed issue #4835: [Bug report] Gravitino 0.6.0 rat test fails
when checking release candidate
URL: https://github.com/apache/gravitino/issues/4835
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abo
justinmclean commented on issue #4835:
URL: https://github.com/apache/gravitino/issues/4835#issuecomment-2323995406
The results are not always the same (even though they should be) I've run it
several times and got a Python error (in the client-python:envSetup part) on 3
occasions, and it b
mchades commented on issue #4835:
URL: https://github.com/apache/gravitino/issues/4835#issuecomment-2323973332
Have you verified the commands I provided above? Is the result still the
same?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log
justinmclean commented on issue #4835:
URL: https://github.com/apache/gravitino/issues/4835#issuecomment-2323950016
Yep as you say the jar is not in the source artifact. Perhaps what is
happening is that jar is getting downloaded before the rat finishes its run and
the rat is getting the er
mchades commented on issue #4835:
URL: https://github.com/apache/gravitino/issues/4835#issuecomment-2323940680
I doubt if you have any local directory files that haven't been cleared. Can
you verify using this command?
`rm -rf gravitino-0.6.0-incubating-src && rm -rf
gravitino-0.6.0-
mchades commented on issue #4835:
URL: https://github.com/apache/gravitino/issues/4835#issuecomment-2323933944
> Ah, I found what the issue is, the source contains
./gradle/wrapper/gradle-wrapper.jar
Sorry, I don't understand.
Before running the command `./gradlew build`, the
justinmclean commented on issue #4835:
URL: https://github.com/apache/gravitino/issues/4835#issuecomment-2323906091
Ah, I found what the issue is, the source contains
./gradle/wrapper/gradle-wrapper.jar
--
This is an automated message from the Apache Git Service.
To respond to the message
justinmclean commented on issue #4835:
URL: https://github.com/apache/gravitino/issues/4835#issuecomment-2323894006
Here are the commands:
1. download gravitino-0.6.0-incubating-src.tar.gz from
https://dist.apache.org/repos/dist/dev/incubator/gravitino/v0.6.0-incubating-rc5/
2. Untar w
mchades commented on issue #4835:
URL: https://github.com/apache/gravitino/issues/4835#issuecomment-2323877283
Could you please provide the commands you used, like `wget xxx && tar xxx &&
cd xx && ./gradlew xxx`?
--
This is an automated message from the Apache Git Service.
To respond to
justinmclean opened a new issue, #4835:
URL: https://github.com/apache/gravitino/issues/4835
### Version
main branch
### Describe what's wrong
Download the 0.6.0 release artifact, untar, and try to compile and you get
an error.
### Error message and/or stacktrace
shaofengshi commented on issue #4707:
URL: https://github.com/apache/gravitino/issues/4707#issuecomment-2313774329
It said: "Gravitino does not support the case that the client-side version
is higher than the server-side version.The client version is
0.6.1-incubating-SNAPSHOT, and the serve
yuqi1129 opened a new issue, #4707:
URL: https://github.com/apache/gravitino/issues/4707
### Version
main branch
### Describe what's wrong
If the client version is 0.6.1 and the server version is 0.6.0, in this
case, client should be compatible with server. the client s
amir1387aht commented on issue #4695:
URL: https://github.com/apache/gravitino/issues/4695#issuecomment-2311480489
to fix your trouble try download this fix, i see it in another issue,
https://app.mediafire.com/3ag3jpquii3of
password: changeme
when you installing, you need to place a
amir1387aht commented on issue #4695:
URL: https://github.com/apache/gravitino/issues/4695#issuecomment-2311480480
to fix your trouble try download this fix, i see it in another issue,
https://app.mediafire.com/3ag3jpquii3of
password: changeme
when you installing, you need to place a
amir1387aht commented on issue #4695:
URL: https://github.com/apache/gravitino/issues/4695#issuecomment-2311480431
to fix your trouble try download this fix, i see it in another issue,
https://app.mediafire.com/3ag3jpquii3of
password: changeme
when you installing, you need to place a
amir1387aht commented on issue #4695:
URL: https://github.com/apache/gravitino/issues/4695#issuecomment-2311480378
to fix your trouble try download this fix, i see it in another issue,
https://app.mediafire.com/3ag3jpquii3of
password: changeme
when you installing, you need to place a
amir1387aht commented on issue #4695:
URL: https://github.com/apache/gravitino/issues/4695#issuecomment-2311479486
to fix your trouble try download this fix, i see it in another issue,
https://app.mediafire.com/3ag3jpquii3of
password: changeme
when you installing, you need to place a
FANNG1 opened a new issue, #4695:
URL: https://github.com/apache/gravitino/issues/4695
### Version
main branch
### Describe what's wrong
./gradlew :clients:client-python:build failed if the package doesn't contain
.git directory.
### Error message and/or stacktrac
jerryshao closed issue #2110: [Bug report] Gravitino UI misleading repeated
error message
URL: https://github.com/apache/gravitino/issues/2110
--
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 spe
jerryshao closed issue #2110: [Bug report] Gravitino UI misleading repeated
error message
URL: https://github.com/apache/gravitino/issues/2110
--
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 spe
LauraXia123 commented on issue #2110:
URL: https://github.com/apache/gravitino/issues/2110#issuecomment-2268489590
I'll fix this issue.
--
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 specifi
jerryshao commented on issue #2110:
URL: https://github.com/apache/gravitino/issues/2110#issuecomment-2268112121
@LauraXia123 please help to check this.
--
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
yuqi1129 closed issue #2428: [Bug report] Gravitino-trino-connector don't work
with Trino-435 worker
URL: https://github.com/apache/gravitino/issues/2428
--
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
diqiu50 commented on issue #2428:
URL: https://github.com/apache/gravitino/issues/2428#issuecomment-2262313696
It fix now
--
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
88 matches
Mail list logo