Simone Lazzaris

Results 21 issues of Simone Lazzaris

**What would you like to be added or enhanced** immudb should have the option to provide structured logs, in json format. That option is to be enable by command line...

enhancement

**What would you like to be added or enhanced** It would be useful to have a simple HTTP endpoint, to use with docker and kubernetes health check. Even better, we...

enhancement

**What would you like to be added or enhanced** Immudb tools (immuclient/immuadmin) are sometimes difficult to use in a script: the main focus seems to be interactive use, and often...

enhancement

**What would you like to be added or enhanced** Support AWS role authentication **Why is this needed** The recommended way to interact with S3 is to assign a role to...

enhancement

**What happened** I've tried creating a replicated database, but didn't have success. I end up with an unresponsive database **What you expected to happen** **How to reproduce it (as minimally...

bug

**What happened** immuadmin option to create a synchronously replicated database is wrongly accepting a string as parameter, instead of an integer: ``` $ ./immuadmin database create --replication-sync-followers 0 bla Error:...

bug

**What happened** On the same host, I've run two immudb instances, one on 127.0.0.2 (master) and one on 127.0.0.3 (replica). On master, I've create a database with `--replication-sync-followers=0`, inserted a...

bug

**What happened** Deleted data is accessible using Key Value `History` or SQL `select * from (history of table_name)`. **What you expected to happen** Deleted data should be unreadable and only...

bug

**What happened** Immudb asynchronous replica uses much more RAM than primary instance (nearly double the amount) in Trustcenter Installation **What you expected to happen** immudb replica should use very low...

bug

Now document collection works with an index field which has to be autogenerated. In other workds, idFieldName has to always be autogenerated. As an enhancement, we should support also custom...

enhancement