Giter Site home page Giter Site logo

Comments (4)

kinogmt avatar kinogmt commented on May 20, 2024

Can you briefly explain how to reproduce this issue?

from hibari.

norton avatar norton commented on May 20, 2024

$ cd workdir-name/hibari/hibari
$ repo sync
$ make check-package

995e742

from hibari.

kinogmt avatar kinogmt commented on May 20, 2024

This looks like a regression at the following commit.

hibari/gdss-brick@c109249

it used to ignore enoent errors returned from brick_ets:delete_external_bad_sequence_file/1.
But it's now matching with 'ok' and crashing when the file does not exist.

ok = delete_external_bad_sequence_file(S_ro#state.name),

-----------------------------------------------------------------
[kino@bw hibari] bin/hibari start
[kino@bw hibari] bin/hibari attach
Attaching to /tmp//home/kino/work/hibari/hibari/tmp/hibari/erlang.pipe.1 (^D to exit)

Eshell V5.8.2  (abort with ^G)
([email protected])1> gmt_util:dbgon(brick_ets,delete_external_bad_sequence_file),brick_server:checkpoint_bricks_and_wait('[email protected]').
(<0.325.0>) call brick_ets:delete_external_bad_sequence_file(tab1_ch1_b1)
(<0.325.0>) returned from brick_ets:delete_external_bad_sequence_file/1 -> {error,
                                                                            enoent}

=ERROR REPORT==== 20-Jan-2011::11:47:59 ===
Error in process <0.325.0> on node '[email protected]' with exit value: {{badmatch,{error,enoent}},[{brick_ets,checkpoint_start,4}]}


=ERROR REPORT==== 20-Jan-2011::11:47:59 ===
    module: brick_ets
    line: 512
    msg: "checkpoint: pid <0.325.0> died with {{badmatch,{error,enoent}},\n                                     [{brick_ets,checkpoint_start,4}]}\n"
(<0.328.0>) call brick_ets:delete_external_bad_sequence_file(bootstrap_copy1)
(<0.328.0>) returned from brick_ets:delete_external_bad_sequence_file/1 -> {error,
                                                                            enoent}

from hibari.

kinogmt avatar kinogmt commented on May 20, 2024

Fixed.

hibari/gdss-brick@1250a16
hibari/gdss-brick@0d687bb

from hibari.

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.