usinesoft / Cachalot

Fastest transactional database for dotnet applications (classic or core); it can also be used as a high performance distributed cache
MIT License
112 stars 16 forks source link

Sample client BookingMarketplace.exe do not work as expected #35

Closed AntiTenzor closed 7 months ago

AntiTenzor commented 9 months ago

Steps:

1) I have downloaded release v2.0.8 2) I started single server (NO persistence) 3) I connected to the server with AdminConsole (from this release) 4) I started sample application BookingMarketplace.exe

It produced console output:

TEST WITH A CLUSTER OF TWO NODES

Not connected to server()

TEST WITH ONE EXTERNAL SERVER

Feeding data

And nothing more.

From AdminConsole I see new collection Home. But " SELECT FROM Home " returns 0 items.

This is not a connectivity issue, because collection Home was actually created in server.

My OS is Windows 10 64bit

Output of Adminconsole " DESC " command:

Server process

  image type = 64 bits
  started at = 23.01.2024 13:35:05
  active clients = 1
  threads = 11

physical memory = 374 MB virtual memory = 2204492 MB software version = 2.5.4.0

Tables

| Name | Layout |

| Home | Default | | @ACTIVITY | Compressed |

The call took 3 milliseconds

AntiTenzor commented 9 months ago

node_config.json:

{ "IsPersistent": false, "ClusterName": "test", "TcpPort": 48401, "DataPath": "root", "MemoryLimitInGigabytes": 1 }

usinesoft commented 9 months ago

image

Hello, Sory for the late answer. I also have a day job :)

It is very strange. I just downloaded the exact same version and everything works fine. See the screen copy

The only explanation I find is that some antivirus is blocking the feed process. On mabe the firewall.