Josep Sampé

Results 60 comments of Josep Sampé

Hi @RichardScottOZ , In PR https://github.com/lithops-cloud/lithops/pull/1418, I added the ability to specify a custom CIDR block for the public subnet and fixed the documentation to match the configurable `public_subnet_id`, which...

Hi @sergii-mamedov Thanks for reporting this. You're right that if there is an error, the job should go to a `canceled` status. I'll try to reproduce the issue, and review...

UPDATE: In the end, I managed to reproduce the issue. Looking into it

@sergii-mamedov Can you test with master branch? Run `lithops clean -d -b aws_ec2 -s aws_s3` to make Lithops trigger the installation script in the next run

> Everything seems to be working fine. Only in /opt/lithops/setup.log (SA_SETUP_LOG_FILE) I see the following lines: In consume mode, it’s normal to see these lines because Lithops is already installed...

@sergii-mamedov Sure

@sergii-mamedov done! v3.5.1 is released

I've found where the ConcurrentAppendException problem is. There is a flag in Delta's `AddFile` called `dataChange`, which can be true or false. In the new version, both `Table.write()` and `Table.optimize()`...

Hi @yuvipanda, If you don’t need to access EC2, you can safely remove the `ec2:*` entry. We initially created this generic policy to support all AWS backends, but as you...

Since Cubed uses specific features or services, it makes sense for Cubed itself to provide the IAM policies tailored for its executors (like Lithops + Lambda) to cover those needs....