Talha Nisanci

Results 10 issues of Talha Nisanci

Quick hacky try for #4949 but this fixes that particular problem so we can possibly continue from here.

We were checking just range table list to detect local-dist table joins but there can be vars referencing to outer queries which belong to a distributed table.

Fixes #3979 The main idea is that it would be good to be able to get backtrace directly from our code when needed, let it be errors, logs, assert failures...

enhancement

When client shutdowns, proxy manager should send shutdown signal to all proxies. Currently there isny anything done when shutdown happens.

Type: Defect
Priority: High
to-jira

When the cluster is formed only with lite members, which means they dont store any data, partition table is returned as empty however client still tries to get a nonempty...

Type: Defect
Priority: High
to-jira

We should have `HazelcastDistributedObjectDestroyedError`.

Type: Enhancement
Priority: Low
Estimation: S
Source: Internal

Currently users cannot configure connection. In java there is SocketOptions, it would be nice to have something similar in the go client.

Type: Enhancement
Priority: Low
Estimation: S
Source: Internal

Some of logged messages are different than what Java client logs, they should be same.

Type: Enhancement
Priority: Low
Estimation: M
Source: Internal

We were not passing security flags for citus community packages, which we are for enterprise. Also this adds the check for gcc version to make sure we are compliant with...

In the packacing docs it says to run `make install` however that is not enough because we have to set some variables there such as `DESTDIR`, `mandir`, `bindir` etc. These...