Giter Club home page Giter Club logo

infinit.e's People

Contributors

alex-ikanow avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

infinit.e's Issues

This arbiter config isn't supported: even # DB nodes, config DB on a DB node

Since that DB node might have spawned a transient arbiter during startup, which then doesn't always get deleted.

When the "config DB" script (arbiter manager) then tries to spawn the permanent arbiter, it silently fails because one is already present

The simple workaround is to not use DB nodes for config DBs in any non trivial cluster.

Hadoop "local mode" only works with <=100K records

The issue appears to be that MongoInputFormat doesn't work on large datasets (too many mappers generated?), whereas InfiniteMongoInputFormat does (but backs off to MongoInputFormat if there are >8*12.5K documents).

The short term fix will be to force plugins to use InfiniteMongoInputFormat if in local mode, even if larger than the current limit (it's not like performance is going to be amazing in local mode anyway)

The workaround (from August OSS release) is to set "$splits" and "$docsPerSplit" (defaulting to 8 and 12500, see above) in the query object so that when multiplied they are larger than the number of documents to be processed.

This issue is recorded internally as INF-2018

Build issues caused by empty directories

See #1

List of offending directories (" find . -type d -empty"):
core/infinit.e.processing.custom.library/lib (confirmed)

/visualization/widgets/flex/InfiniteEntityGroupWidget/build (unconfirmed - this is a unfinished development widget anyway, probably should just get removed from the github tree)

The other instances appear harmless

mongo_infinite can't start

The mongodb cannot start and seem like error is not clear the root cause.

2016-03-10T17:32:49.229+0800 [mongosMain] warning: Failed to connect to 127.0.0.1:27016, reason: errno:13 Permission denied
2016-03-10T17:32:49.230+0800 [mongosMain] ERROR: error upgrading config database to v5 :: caused by :: could not load config version for
upgrade :: caused by :: connection pool: connect failed 127.0.0.1:27016 : couldn't connect to server 127.0.0.1:27016 (127.0.0.1), connect
ion attempt failed

I am running CENTOS 7 on vmware.

sun.misc.BASE64Encoder is internal proprietary API and may be removed in a future release

these two classes should be replaced
see here for some ideas
http://www.asgarli.net/2011/03/replacing-sunmiscbase64encoder-and.html
this is on hold until the build works 100%

Infinit.e/core/infinit.e.data_model/src/com/ikanow/infinit/e/data_model/store/config/source/SourcePojo.java:29: warning: sun.misc.BASE64Encoder is internal proprietary API and may be removed in a future release
    [javac] import sun.misc.BASE64Encoder;
    [javac]                ^
    [javac] Infinit.e/core/infinit.e.data_model/src/com/ikanow/infinit/e/data_model/store/config/source/SourcePojo.java:467: warning: sun.misc.BASE64Encoder is internal proprietary API and may be removed in a future release
    [javac]         shah256Hash = (new BASE64Encoder()).encode(md.digest());    
    [javac]                            ^
    [javac] 2 warnings

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.