Skip to content
#

in-memory

Here are 258 public repositories matching this topic...

Open Source alternative to Algolia and an Easier-to-Use alternative to ElasticSearch 🔍 Fast, typo tolerant, in-memory fuzzy Search Engine for building delightful search experiences

  • Updated Jun 4, 2022
  • C++
szokebarnabas
szokebarnabas commented May 13, 2022

Describe the bug
The IMap.get() call will be blocked forever when a com.datastax.oss.driver.api.core.NoNodeAvailableException is thrown from the MapStore.

Setup:
Hazelcast v5.1.1
Cassandra SDK v4.14.1
Client-server setup
Read through cache, Cassandra DB gets called on a cache miss.

Test scenario: Read through cache, Cassandra server is down:

We tested the scenario whe

locker
locker commented May 18, 2022

When box.cfg.listen is set to a port number (without specifying a host name), Tarantool binds to one address, ipv4 or ipv6:

box.cfg{listen = 3301}
$ nc -vvz 127.0.0.1 3301
Connection to 127.0.0.1 3301 port [tcp/*] succeeded!
$ nc -vvz ::1 3301
nc: connect to ::1 port 3301 (tcp) failed: Connection refused

This is confusing - one would expect it to bind to all av

feature good first issue
SwayDB
charliefoxrf
charliefoxrf commented May 5, 2020

Use of the $geoNear pipeline stage results in:

[Error 40324] Unrecognized pipeline stage name: '$geoNear'

It's clear it is not currently supported in de.bwaldvogel.mongo.backend.aggregation.Aggregation.java

Example Mongo query usage:

db.places.aggregate([
   {
     $geoNear: {
        near: { type: "Point", coordinates: [ -73.99279 , 40.719296 ] },
        distance
help wanted good first issue

Improve this page

Add a description, image, and links to the in-memory topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the in-memory topic, visit your repo's landing page and select "manage topics."

Learn more