GithubHelp home page GithubHelp logo

Comments (10)

mtendjou avatar mtendjou commented on May 20, 2024

As of version 3.3.26, you can solve this by adding the keyword 'virtual' after the access-address, if the access-address is not matching any physical address, for example:

service {
                address any
                port 3000

                access-address 10.243.40.132 virtual
        }

from aerospike-server.docker.

onokonem avatar onokonem commented on May 20, 2024

no, the virtual keyword does not work for me

from aerospike-server.docker.

mtendjou avatar mtendjou commented on May 20, 2024

Which version are you using?

from aerospike-server.docker.

onokonem avatar onokonem commented on May 20, 2024

3.5.4

from aerospike-server.docker.

mtendjou avatar mtendjou commented on May 20, 2024

Could you paste your configuration file? (you can mask IP addresses or anything that may be sensitive, just want to double check if everything is correct).

from aerospike-server.docker.

onokonem avatar onokonem commented on May 20, 2024

https://github.com/gitinsky/aerospike-server.docker/blob/master/etc/aerospike/aerospike.conf.template

from aerospike-server.docker.

mtendjou avatar mtendjou commented on May 20, 2024

Thanks for the input.

network {
  service {
    port 3000
    access-address <%=os.getenv("NODE_EXT_ADDR")%> virtual
  }

  fabric {
    port 3001
    access-address <%=os.getenv("NODE_INT_ADDR")%> virtual
  }

I am pretty sure that access-address in the fabric sub-stanza is not supported. The default there should be address any.

Also, under the service sub-stanza, you should have address any (am not sure if it will default if not specified at all like in your example). I will try to provide you with more details but this may be what's causing this error in the log (haven't got a chance to try to reproduce yet though).

from aerospike-server.docker.

mtendjou avatar mtendjou commented on May 20, 2024

Any luck? We checked in the code and it really seems pretty straight forward that this error message message CRITICAL (info): (thr_info.c:info_interfaces_static_fn:5074) external address:10.243.40.132 is not matching with any of service addresses:172.17.0.6:3000 would only show up if the address really didn't match or if the virtual keyword is not added right.

Can you try by adding IP address instead of the os.getenv and removing the access address from the fabric sub-stanza?

Thanks.

from aerospike-server.docker.

artworkad avatar artworkad commented on May 20, 2024

Just checked this with the recent version and it worked for me without a problem.

from aerospike-server.docker.

onokonem avatar onokonem commented on May 20, 2024

Great!

from aerospike-server.docker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.