ihsan demir

Results 24 issues of ihsan demir

**Is your feature request related to a problem? Please describe.** I have a working Hazelcast distributed memory cluster in use and I would like to use tyk with rate-limiting. I...

enhancement

Implementation of Sql support. supersedes #971

Type: Enhancement

Please see discussion at https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/hazelcast/EkC9WOY7EOM/Ey_ueU5qAgAJ We can make the pipelining work with a work around for void case but we can also provide a better specialization of Pipeline api when...

Type: Enhancement
Source: Community
to-jira

Decrease partition table copy cost. Make `SynchronizedMap` work with read-write lock. Decrease partition table copy cost.

Type: Enhancement

Name the tests appropriately so that we can google test filter the EE and OS type tests. E.g. we can name them as _EE for enterprise.

Type: Enhancement
Priority: Medium
Estimation: S
good first issue
to-jira

`address_map` field was added after protocol version 2.0 and hence the custom codec should check against this. See Java [codec](https://github.com/hazelcast/hazelcast/blob/v4.2.2/hazelcast/src/main/java/com/hazelcast/client/impl/protocol/codec/custom/MemberInfoCodec.java#L65). This is not a problem when working with latest patch...

Type: Defect
to-jira

Some links on [this](https://hazelcast.github.io/hazelcast-cpp-client/5.0.0/index.html) page and the same page for previous releases seems to be broken due to relative linking. Can we fix them?

Type: Documentation
to-jira

Updated the documentation to detail how the user can work with [vcpkg manifest mode](https://github.com/microsoft/vcpkg/blob/master/docs/users/manifests.md) (using application specific vcpkg.json).

Type: Documentation

In go language, it was reported that memory foot print was reduced 50% just by using a static analyzer tool(the tool go used is [field alignment](https://pkg.go.dev/golang.org/x/tools/go/analysis/passes/fieldalignment)) and aligning the struct...

Type: Enhancement

This [line](https://github.com/hazelcast/hazelcast-cpp-client/blob/b1a984fae0beb46873eadb3415e94ca68dd5916d/hazelcast/src/hazelcast/client/spi.cpp#L1052-L1062) of code may cause heap usage after free problem. related to https://github.com/hazelcast/hazelcast-cpp-client/issues/847