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

merge changes from nathanmarz/storm master #17

Merged
merged 45 commits into from
Nov 3, 2013

Conversation

anfeng
Copy link
Owner

@anfeng anfeng commented Nov 3, 2013

No description provided.

Philip (flip) Kromer and others added 30 commits July 31, 2013 18:05
* Added new metric type, 'StateMetric', to report direct metrics of anything that meets the IStatefulObject interface
* Added methods for population, capacity, and read/write head positions to Disruptor Queue; gave it a getState() to make it IStatefulObject
* Register the transfer queue and the send and receive queues for spouts and bolts (note: there is currently one metric per _task_, each documenting its executor's queue).

We cheat and register the transfer queue in executor.clj because within a Java implementation of the bolt (specifically, the System bolt), we don't have access to the executor data -- we need a TopologyContext, which is only prepared for tasks. If there's a way to get this, please advise.

Note that the code is (knowingly) not thread-safe: it's possible for the write position to move between getting the read and write head positions, but in practice it shouldn't change the actionable value. We do make sure to get the read and then the write so that it is never an under-estimate of the capacity (or negative).
Changed other schema tests not bubble up exceptions but only to report
failure when a schema is invalid.
Fixes schema for isolation.scheduler.machines: Map
…bug where the same resource is returned more than once
unique URLs in findAndReadConfigFile to work around apparent sbt/nsc bug
make FixedTupleSpout implement IRichSpout so it can be used for tests
…without jar files. This fixes it by forcing lein to store jar in the same path it use to, target/... instead of target/profile-name/...
Fixes build_release.sh issue when using leiningen v2.3
Adding check to disallow topology submission if the topology name is blank. In one of the scenarios, we had pushed a topology with an empty name, and it showed up on the ui with only the uid. Also since it did not have any name we could not go into "Topology Details" to kill it, and hence had to clean up the state on the disk so that Nimbus kills the topology.
Corrected formatting
Wrapping all curator exceptions in RuntimeExceptions.
Ignoring a FileNotFound excpetion that can bring down a supervisor.
ui and log viewer send proper html pages
An extra space was being included before -Dstorm.jar when no JAR_JVM_OPTS was specified.. this was causing an exception from java for class not found
ptgoetz and others added 15 commits September 27, 2013 07:32
Fix for STORM_JAR_JVM_OPTS which is currently broken when STORM_JAR_JVM_OPTS is not specified
Fix local cluster mode RuntimeException
Use 'equals()' method to String comparison instead '=='
…y messaging, and set up some reasonable defaults for Netty.
Adds macro while-timout to avoid test hangs
Add in the ability to configure the number of worker threads for Netty...
Fixed negative netty sleep values.
Do the worker HB timeout check when HB's are updated
fix the issue that tick tuple cannot work with system bolt
anfeng added a commit that referenced this pull request Nov 3, 2013
merge changes from nathanmarz/storm master
@anfeng anfeng merged commit ea36939 into anfeng:http-drpc Nov 3, 2013
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.

7 participants