GithubHelp home page GithubHelp logo

Comments (4)

fulghum avatar fulghum commented on July 18, 2024

Thanks for reporting this. We'll see if we can reproduce the problem and get this fixed.

Can you tell us a little more about your setup? What version of Eclipse are you running? Have you checked that you have the latest code from the AWS Eclipse update site? Are there any interesting messages in the Error Log view when you encounter this problem in the Lambda wizard?

from aws-toolkit-eclipse.

zhangzhx avatar zhangzhx commented on July 18, 2024

I run into this issue as well. After a lot of tests and investigation, it seems that it is because that the correct buckets couldn't be fetched from S3.

Eclipse toolkit is using a thread pool of size 10 to fetch buckets in the given region. It is using a CountDownLatch to sync all the worker threads. For some reason, the CountDownLatch's count never reaches 0 which will block the bucket-fetching thread from returning the bucket array result. The related code is as below.

https://github.com/aws/aws-toolkit-eclipse/blob/master/com.amazonaws.eclipse.lambda/src/com/amazonaws/eclipse/lambda/upload/wizard/page/S3BucketUtil.java#L40

from aws-toolkit-eclipse.

zhangzhx avatar zhangzhx commented on July 18, 2024

Hi, we have fixed this bug. Please update the Lambda plugin to the latest version:

AWS Lambda Plugin1.0.0.v201603160054

from aws-toolkit-eclipse.

zhangzhx avatar zhangzhx commented on July 18, 2024

I'm closing this issue. Feel free to reopen it if you have further questions.

from aws-toolkit-eclipse.

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.