GitHub user MichealShin opened a pull request:
https://github.com/apache/storm/pull/2940
STORM-3318: Complete information in Class NewKafkaSpoutOffsetQuery
Just complete information in three methods(toString , equals, hashCode).
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/MichealShin/storm master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2940.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2940
----
commit a4fde2c43cb529197572c9524d0e9800c61bac34
Author: MichealShin <luochen_fei@...>
Date: 2018-01-30T09:42:38Z
STORM-2917: Check the derecated config nimbus.host
There is a situation: the deployer wants to use the new nimbus
config(nimbus.seeds), but still leave the blank deprecated config(nimbus.host)
in storm.yaml. It will not work.
To avoid this, the program should at least check whether the deprecated
config is blank.
commit 59952ef37293196b160d5854ce834c5c5bfc202a
Author: MichealShin <luochen_fei@...>
Date: 2018-01-30T09:44:29Z
Merge pull request #2 from MichealShin/MichealShin-patch-2
STORM-2917: Check the derecated config nimbus.host
commit f5eddafef4fde0de27c2a4033f382d89f17821c5
Author: shichenglong <shichenglong@...>
Date: 2019-01-18T02:20:07Z
Merge branch 'master' of git://github.com/apache/storm into apache-master
# Conflicts:
# storm-client/src/jvm/org/apache/storm/utils/NimbusClient.java
commit cd5d64b6bb8eb6f34f65044577689871e035877e
Author: MichealShin <shichenglong@...>
Date: 2019-01-18T02:35:34Z
Merge pull request #3 from apache/master
update
commit afe1b071059c6b3d91ba77187f3ca0d50d85e37e
Author: MichealShin <shichenglong@...>
Date: 2019-01-18T02:55:36Z
STORM-3318: Complete information in Class NewKafkaSpoutOffsetQuery
Just complete information in three methods(toString , equals, hashCode).
----
---