hector-client/hector

what happened to ExhaustedPolicy?

The-Alchemist opened this issue · 5 comments

Doing a search on Maven central for the ExhaustedPolicy class gives results for versions of hector-core up to 1.0-4.

However, the newest version seems to be 1.1-2, which doesn't have ExhaustedPolicy. It looks like the API changed.

Where did this class go?

Thanks for anyone willing to help out. :)

if i remember correctly, the ExhaustedPolicy was not actually used anymore
by the code, so i removed it

On Tue, Nov 13, 2012 at 11:28 AM, The Alchemist notifications@github.comwrote:

Doing a search on Maven central for the ExhaustedPolicy classhttp://search.maven.org/#search%7Cga%7C1%7Cc%3A%22ExhaustedPolicy%22gives results for versions of hector-core up to 1.0-4.

However, the newest version seems to be 1.1-2, which doesn't have
ExhaustedPolicy. It looks like the API changed.

Where did this class go?

Thanks for anyone willing to help out. :)


Reply to this email directly or view it on GitHubhttps://github.com//issues/559.

@btoddb : Thanks for the update!

Do you have a recommended migration path for those folks still using it?

comment out that line of code?

On Wed, Nov 14, 2012 at 3:16 PM, The Alchemist notifications@github.comwrote:

@btoddb https://github.com/btoddb : Thanks for the update!

Do you have a recommended migration path for those folks still using it?


Reply to this email directly or view it on GitHubhttps://github.com//issues/559#issuecomment-10390363.

Oh, so ExhaustedPolicy just plain dead code and didn't do anything? I guess I just mis-understood you. :)

right

On Wed, Nov 14, 2012 at 3:24 PM, The Alchemist notifications@github.comwrote:

Oh, so ExhaustedPolicy just plain dead code and didn't do anything? I
guess I just mis-understood you. :)


Reply to this email directly or view it on GitHubhttps://github.com//issues/559#issuecomment-10390704.