Git Product home page Git Product logo

Comments (3)

alex-aizman avatar alex-aizman commented on August 27, 2024 1

well, you basically answered your own question - downgrade helps albeit in a very limited way. Long story short - we currently support backward compatibility maximum two versions back. In other words, you could, for instance, upgrade from 3.15 to 3.17. In addition, we also try hard not to change persistent formats unless there's a very good reason to do so.

In particular:

aisnode args: -config=/etc/ais/ais.json -local_config=/etc/ais/ais_local.json -role=proxy -alsologtostderr=true -stderrthreshold=1  -allow_shared_no_disks=false
E 07:31:54.234343 daemon.go:142 FATAL ERROR: failed to load plain-text local config "/etc/ais/ais_local.json": cmn.LocalConfig.HostNet: cmn.LocalNetConfig.PortIntraData: PortIntraControl: readUint64: unexpected character: �, error found in #10 byte of ...|rol":   "",
      "p|..., bigger context ...|         "51080",
      "port_intra_control":   "",
      "port_intra_data":      ""

tells us that there's something wrong with port_intra_control. And indeed there is:

$ git log -p deploy/dev/local/aisnode_config.sh
...
commit 6053fe2a0d12b9c25212919ce97e420c344c1e95
Author: Prashanth Dintyala <[email protected]>
Date:   Fri Feb 19 10:47:19 2021 -0800

    general: separate global and daemon config

    Signed-off-by: Prashanth Dintyala <[email protected]>

-                       "port_intra_control": "${PORT_INTRA_CONTROL:-9080}",
-                       "port_intra_data":    "${PORT_INTRA_DATA:-10080}",
...
...

As you can see, the format was changed more than two years ago. It's a lot of time from any perspective including backward compatibility...

from aistore.

superleo avatar superleo commented on August 27, 2024

It's ok if downgrade the aisnode image from 3.11 to 3.4 (on dockerhub). But Target Pod not lauched successfully.

from aistore.

superleo avatar superleo commented on August 27, 2024

It works now, Thank you Alex.

from aistore.

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.