Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Core] Add an ObjListPool, LRU Cache, FIFO Cache to support swapping of ObjLists later #265

Closed
wants to merge 4 commits into from

Conversation

lmatz
Copy link
Contributor

@lmatz lmatz commented Mar 7, 2017

issue #256
Open a pull request for discussion and changes.

@kygx-legend kygx-legend changed the base branch from master to experimental March 15, 2017 09:20
@kygx-legend
Copy link
Member

mongo_server=172.16.105.13:20001`
mongo_db=hdb
mongo_collection=enwiki

@lmatz
Copy link
Contributor Author

lmatz commented Mar 16, 2017

@kygx-legend
it throws "terminate called after throwing an instance of 'mongo::SocketException'
what(): socket exception [FAILED_STATE] for 172.16.105.13:20001 (172.16.105.13) failed"
cannot connect to 172.16.105.13:20001?

@kygx-legend
Copy link
Member

Oh I see. You're using proj10 so you can not connect to workers. There's another mongo cluster on proj5-10. Please use proj5:20001 instead.

@lmatz
Copy link
Contributor Author

lmatz commented Mar 20, 2017

Now if I want to update the pull request, I should merge my 'dev' branch with 'experimental' before pushing?

@kygx-legend
Copy link
Member

I think so. But it's better to use rebase, not merge.

kygx-legend and others added 3 commits March 20, 2017 21:26
Resolve husky-team#263.

Besides, user can set default value when calling
`Config::get_param("xx", "yy")`.
…re, Page to support swapping of ObjLists

issue husky-team#256
Modify base/disk_store, base/serialization, core/config, core/objlist, core/objlist_data. Add default constructor to objects.
@kygx-legend
Copy link
Member

Since this change does affect many parts and it's not stable, the work will be moved to the branch in https://github.com/kygx-legend/husky/tree/em. So close this then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants