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

Enhance topics overview display and remove the lowercase convert of zookeeper host #70

Merged
merged 13 commits into from
May 29, 2015

Conversation

jackode
Copy link

@jackode jackode commented May 21, 2015

  1. To get a overview of cluster health, display more information on topics page: Brokers Skew percentage, Replicas Factor number, Under Replicated percentage.
  2. Add dataTable plugin to get quick search and sort function of table.
    3.Remove the lowercase convert of zookeeper since zookeeper chroot path is case sensive

@yahoocla
Copy link

Thank you for submitting this pull request, however I do not see a valid CLA on file for you. Before we can merge this request please visit https://yahoocla.herokuapp.com/ and agree to the terms. Thanks! 😄

@yahoocla
Copy link

CLA is valid!

@jackode
Copy link
Author

jackode commented May 21, 2015

Fix the nonEmpty member not found bug to avoid compile failed

@jackode
Copy link
Author

jackode commented May 21, 2015

Remove the clusterconfig case insensitive test cases since the config should be case sensitive

@jackode
Copy link
Author

jackode commented May 21, 2015

Restore default value of configuration file

@@ -91,7 +91,7 @@ class TestKafkaManager extends CuratorAwareTest {
val future = kafkaManager.getBrokerList("dev")
val result = Await.result(future,duration)
assert(result.isRight === true)
assert(result.toOption.get.nonEmpty === true)
assert(result.toOption.nonEmpty === true)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is this fixing?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since this code can't compile, and nonEmpty is a member of Option, directly call noEmpty sounds more scala style.
[error] /home/travis/build/yahoo/kafka-manager/test/kafka/manager/TestKafkaManager.scala:94: value nonEmpty is not a member of kafka.manager.BrokerListExtended
[error] assert(result.toOption.get.nonEmpty === true)

patelh added a commit that referenced this pull request May 29, 2015
Enhance topics overview display and remove the lowercase convert of zookeeper host
@patelh patelh merged commit 832cfdb into yahoo:master May 29, 2015
@patelh patelh mentioned this pull request May 29, 2015
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.

None yet

3 participants