Joe M
06/11/2024, 5:51 AMAriel Shaqed (Scolnicov)
06/11/2024, 8:24 AMJoe M
06/11/2024, 2:01 PMJoe M
06/11/2024, 4:15 PMJoe M
06/11/2024, 4:23 PMJoe M
06/11/2024, 5:44 PMJoe M
06/11/2024, 5:48 PMJoe M
06/11/2024, 5:51 PMJoe M
06/11/2024, 5:58 PMJoe M
06/11/2024, 5:58 PMAriel Shaqed (Scolnicov)
06/12/2024, 5:54 AMItai Admi
06/12/2024, 4:36 PMCaused by: io.lakefs.hadoop.shade.sdk.ApiException: Message: Unauthorized
HTTP response code: 401
HTTP response body: {"message":"error authenticating request"}
assuming you didn’t change anything with lakeFS IAM or the job creds, this is pretty odd. Can you share the lakeFS server logs during the run?Joe M
06/12/2024, 4:57 PMJoe M
06/12/2024, 4:58 PMJoe M
06/12/2024, 4:58 PMItai Admi
06/12/2024, 4:59 PMJoe M
06/12/2024, 5:03 PMJoe M
06/12/2024, 5:03 PMJoe M
06/12/2024, 5:04 PMJoe M
06/12/2024, 5:08 PMItai Admi
06/12/2024, 5:57 PM2024-06-11T17:52:03.210Z received SIGTERM
2024-06-11T17:52:03.210Z sending SIGINT to LakeFS process: 68
2024-06-11T17:52:03.210Z waiting for lakefs to shutdown
2024-06-11T17:52:03.210Z Shutting down...
2024-06-11T17:52:03.222Z lakefs still running, waiting...
2. With the data we see I lean towards the number of connections to the DBs. If you want to experiment with non-HA setup, I think you should increase the number of open connections to postgres which defaults to 25. What’s the max amount your postgres can handle? I would try at least 100 and see where it takes you.Joe M
06/12/2024, 8:36 PMJoe M
06/12/2024, 8:37 PMJoe M
06/12/2024, 8:39 PMJoe M
06/12/2024, 8:53 PMJoe M
06/12/2024, 9:02 PMItai Admi
06/12/2024, 9:03 PMlisten_address: "0.0.0.0:8000"
database:
type: "postgres"
postgres:
max_open_connections: 100
logging:
format: text
level: INFO
output: "-"
blockstore:
type: s3
s3:
region: __REGION__
Joe M
06/12/2024, 9:03 PMItai Admi
06/12/2024, 9:03 PMconnection_max_lifetime
is worth a shot tooItai Admi
06/12/2024, 9:03 PMJoe M
06/12/2024, 9:04 PMJoe M
06/12/2024, 9:04 PMJoe M
06/12/2024, 9:05 PMJoe M
06/12/2024, 9:08 PMJoe M
06/12/2024, 9:08 PMJoe M
06/12/2024, 9:11 PMJoe M
06/12/2024, 9:12 PMJoe M
06/12/2024, 9:12 PM