Code Monkey home page Code Monkey logo

Comments (8)

acezen avatar acezen commented on June 9, 2024 1

seems it's arrow 12.0.0 bring the bug
https://github.com/apache/arrow/blob/fab79f50caf6a80eccaa3bbae79d518af7b408e5/cpp/src/arrow/filesystem/s3fs.cc#L2597-L2603

from graphar.

lixueclaire avatar lixueclaire commented on June 9, 2024

@acezen could you please help to have a look at this issue?

from graphar.

acezen avatar acezen commented on June 9, 2024

@acezen could you please help to have a look at this issue?

Ok, I'll take this and try to reproduce the bug.

from graphar.

acezen avatar acezen commented on June 9, 2024

En... It seems that arrow brings a AwsInstance class to manage the S3 filesystem in all arrow threads BUT did not take care of the life cycle of AwsInstance, they give the life cycle control to user, and user need to call FinalizedS3[2] when the S3 job is done.

[1]
[2] https://github.com/apache/arrow/blob/main/cpp/src/arrow/filesystem/s3fs.h#L340-L341

from graphar.

acezen avatar acezen commented on June 9, 2024

Consider to make a patch to GraphAr that add a FinalizedS3 static function to FileSystem and let user to finalize the S3 system manually. @lixueclaire what do you think?

from graphar.

lixueclaire avatar lixueclaire commented on June 9, 2024

Consider to make a patch to GraphAr that add a FinalizedS3 static function to FileSystem and let user to finalize the S3 system manually. @lixueclaire what do you think?

I agree that it would be helpful to add such a function to FileSystem in GraphAr to allow users to finalize the S3 system manually. And we could document this feature in the documentation to ensure that users are aware of this special processing requirement for the S3 system.

from graphar.

acezen avatar acezen commented on June 9, 2024

agree, thanks for the advise.

from graphar.

acezen avatar acezen commented on June 9, 2024

Open a keep track of upstream fix issue #187 ,close this one.

from graphar.

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.