You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by linjikai <gi...@git.apache.org> on 2017/04/21 07:36:08 UTC

[GitHub] kafka pull request #2883: 0.10.0 kafka how to delete a deprecated group

GitHub user linjikai opened a pull request:

    https://github.com/apache/kafka/pull/2883

    0.10.0 kafka how to delete a deprecated group 

    I have a group called HBASE1,but I can't find it by kafka-consumer-groups.sh shell\u3002
    
    I do it by call:
    `/usr/hdp/2.5.0.0-1245/kafka/bin/kafka-consumer-groups.sh --zookeeper localhost:2181 --list`
    there is some consumer groups likes system produces, the follows:
    ```
    console-consumer-52667
    console-consumer-48120
    console-consumer-17316
    ```
    
    and then I call:
    `/kafka-consumer-groups.sh --new-consumer --bootstrap-server dn5:6667  --list`
    there is some consumer groups is running by my named\u3002
    ```
    PHOTOSEND
    HDFS
    REDIS
    ```
    
    but I can't find the group is HBASE1,and it just a test group,now I want to delete it,I try called:
    `kafka-consumer-groups.sh --zookeeper localhost:2181 --delete -group HBASE1`
    system said:
    `Delete for group HBASE1 failed because group does not exist.`
    
    But I can find it in my kafkaManager,And the group is my test group,how could I delete it!
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/kafka 0.10.0

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/2883.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 #2883
    
----
commit 206757eeb18589952291ce1a5578c66de3669f4c
Author: Liquan Pei <li...@gmail.com>
Date:   2016-03-25T23:46:53Z

    KAFKA-3316: Add REST API for listing connector plugins
    
    Author: Liquan Pei <li...@gmail.com>
    
    Reviewers: Ewen Cheslack-Postava <ew...@confluent.io>
    
    Closes #1090 from Ishiihara/kafka-3316
    
    (cherry picked from commit 78fa20eb58a948abd9ad4e44acfed606400a47f3)
    Signed-off-by: Ewen Cheslack-Postava <me...@ewencp.org>

commit b45fe77791560a2171e0bbd7df09f648a01b016f
Author: Jiangjie Qin <be...@gmail.com>
Date:   2016-03-26T16:22:59Z

    KAFKA-3388; Fix expiration of batches sitting in the accumulator
    
    Author: Jiangjie Qin <be...@gmail.com>
    
    Reviewers: Ismael Juma <is...@juma.me.uk>, Jun Rao <ju...@gmail.com>
    
    Closes #1056 from becketqin/KAFKA-3388
    
    (cherry picked from commit 1fbe445dde71df0023a978c5e54dd229d3d23e1b)
    Signed-off-by: Jun Rao <ju...@gmail.com>

commit f37b550502f6e3429cb3582db7e1c93614e84c58
Author: Ismael Juma <is...@juma.me.uk>
Date:   2016-03-28T16:00:03Z

    MINOR: Fix typo and tweak wording in `RecordAccumulator` comments
    
    This was recently introduced in:
    https://github.com/apache/kafka/commit/1fbe445dde71df0023a978c5e54dd229d3d23e1b
    
    Author: Ismael Juma <is...@juma.me.uk>
    
    Reviewers: Jun Rao <ju...@gmail.com>
    
    Closes #1152 from ijuma/fix-typos-in-record-accumulator
    
    (cherry picked from commit 4c0660bf3da9879cb405a0f85cf1524511e091e8)
    Signed-off-by: Jun Rao <ju...@gmail.com>

commit afe82512ba5ec3c22ce0e99acfea9ce4d5b2bb2e
Author: Ismael Juma <is...@juma.me.uk>
Date:   2016-03-28T21:35:31Z

    MINOR: Remove a couple of redundant `CoreUtils.rm` methods
    
    Also:
    * Rename remaining `CoreUtils.rm` to `delete` for consistency
    * Use `try with resources` in `Utils` to simplify code
    * Silence compiler warning due to exception catch clause in `TestUtils`
    
    Author: Ismael Juma <is...@juma.me.uk>
    
    Reviewers: Guozhang Wang <wa...@gmail.com>
    
    Closes #1153 from ijuma/remove-redundant-core-utils-rm
    
    (cherry picked from commit 43d5078e981bbb25fd81cdc8ba4c339cd2d3f3d2)
    Signed-off-by: Guozhang Wang <wa...@gmail.com>

commit 6878df3cc85ac6efc99ae9f723e7664aa919f5d9
Author: Yasuhiro Matsuda <ya...@confluent.io>
Date:   2016-03-29T20:30:56Z

    HOTFIX: RocksDBStore must clear dirty flags after flush
    
    guozhangwang
    Without clearing the dirty flags, RocksDBStore will perform flush for every new record. This bug made the store performance painfully slower.
    
    Author: Yasuhiro Matsuda <ya...@confluent.io>
    
    Reviewers: Guozhang Wang <wa...@gmail.com>
    
    Closes #1163 from ymatsuda/clear_dirty_flag
    
    (cherry picked from commit 5089f547d5d64a0235e1b4adc327a0cb05eb4ca8)
    Signed-off-by: Guozhang Wang <wa...@gmail.com>

commit b642284dfef0b77ccd6b0e34ccf40ab19877f008
Author: Jason Gustafson <ja...@confluent.io>
Date:   2016-03-29T21:18:57Z

    KAFKA-3425: add missing upgrade notes
    
    Author: Jason Gustafson <ja...@confluent.io>
    
    Reviewers: Grant Henke, Ashish Singh, Ismael Juma, Guozhang Wang
    
    Closes #1159 from hachikuji/KAFKA-3425
    
    (cherry picked from commit 27583953528138ff3503fb8f300c97971718e48a)
    Signed-off-by: Guozhang Wang <wa...@gmail.com>

commit 4726adba534cf8d91c24a179d66e135804e216a2
Author: Geoff Anderson <ge...@confluent.io>
Date:   2016-03-30T07:50:29Z

    MINOR: Advance system test ducktape dependency from 0.3.10 to 0.4.0
    
    Previous version of ducktape was found to have a memory leak which caused occasional failures in nightly runs.
    
    Author: Geoff Anderson <ge...@confluent.io>
    
    Reviewers: Ewen Cheslack-Postava <ew...@confluent.io>
    
    Closes #1165 from granders/minor-advance-ducktape-to-0.4.0
    
    (cherry picked from commit aaafd23df800d41e4b16fd399015991b2e426dc5)
    Signed-off-by: Ewen Cheslack-Postava <me...@ewencp.org>

commit 9ef243310d6d16a5d508286f8a1c5b5f70d87680
Author: Yasuhiro Matsuda <ya...@confluent.io>
Date:   2016-03-30T21:26:01Z

    MINOR: a simple benchmark for Streams
    
    guozhangwang miguno
    
    Author: Yasuhiro Matsuda <ya...@confluent.io>
    
    Reviewers: Guozhang Wang <wa...@gmail.com>
    
    Closes #1164 from ymatsuda/perf
    
    (cherry picked from commit 2788f2dc73dd62c35c87842d02d23a0ed6a62e97)
    Signed-off-by: Guozhang Wang <wa...@gmail.com>

commit ef676c15c54840d4b8a8ecb54a879b86b2547ea1
Author: Ismael Juma <is...@juma.me.uk>
Date:   2016-03-31T02:30:34Z

    KAFKA-3475; Introduce our own `MiniKdc`
    
    This also fixes KAFKA-3453 and KAFKA-2866.
    
    Author: Ismael Juma <is...@juma.me.uk>
    
    Reviewers: Gwen Shapira
    
    Closes #1155 from ijuma/kafka-3475-introduce-our-minikdc
    
    (cherry picked from commit 78d91dcd8805d850038df52718380a6f956abad7)
    Signed-off-by: Gwen Shapira <cs...@gmail.com>

commit be822510c63d720dedf286c95588fc0c25a6a49c
Author: Ashish Singh <as...@cloudera.com>
Date:   2016-03-31T02:33:37Z

    KAFKA-3381: Add system test for SimpleConsumerShell
    
    Author: Ashish Singh <as...@cloudera.com>
    
    Reviewers: Geoff Anderson
    
    Closes #1053 from SinghAsDev/KAFKA-3381
    
    (cherry picked from commit 9f6a6f97134a1d4969c91c4b4e9037b376e03440)
    Signed-off-by: Gwen Shapira <cs...@gmail.com>

commit 36beebc755bc19a48e43d7dd99e9b5eed9b7c419
Author: Grant Henke <gr...@gmail.com>
Date:   2016-03-31T17:07:54Z

    KAFKA-3451: Add basic HTML coverage report generation to gradle
    
    Author: Grant Henke <gr...@gmail.com>
    
    Reviewers: Gwen Shapira, Ismael Juma, Ewen Cheslack-Postava
    
    Closes #1121 from granthenke/coverage
    
    (cherry picked from commit 623ab1e7c6497c000bc9c9978637f20542a3191c)
    Signed-off-by: Gwen Shapira <cs...@gmail.com>

commit 6badd89ad3ef86111d99df3d345b7fff06b294c9
Author: Rajini Sivaram <ra...@googlemail.com>
Date:   2016-04-01T17:52:26Z

    KAFKA-2910: Close Zookeeper clients in unit tests
    
    Zookeeper clients that are not closed after the server is shutdown keep trying to reconnect, reloading JAAS configuration. This impacts subsequent tests which rely on JAAS config to be reset.
    
    Author: Rajini Sivaram <ra...@googlemail.com>
    
    Reviewers: Flavio Junqueira <fp...@apache.org>, Ewen Cheslack-Postava <ew...@confluent.io>
    
    Closes #1171 from rajinisivaram/KAFKA-2910
    
    (cherry picked from commit 77142f6baeb35e6de9608a7372113f72ea330936)
    Signed-off-by: Ewen Cheslack-Postava <me...@ewencp.org>

commit fd07af3fda837a79c5c754575edb7ad25c36666d
Author: Guozhang Wang <wa...@gmail.com>
Date:   2016-04-01T20:14:47Z

    MINOR: add null check for aggregate and reduce operators
    
    Author: Guozhang Wang <wa...@gmail.com>
    
    Reviewers: Yasuhiro Matsuda, Gwen Shapira
    
    Closes #1175 from guozhangwang/KSNullPointerException
    
    (cherry picked from commit ae939467e8aec38f47e2474e74e7ab7ea29c2840)
    Signed-off-by: Gwen Shapira <cs...@gmail.com>

commit e32aeec97b472dfa7c5e089407b778225d65cdf7
Author: Grant Henke <gr...@gmail.com>
Date:   2016-04-01T20:56:11Z

    MINOR: Fix BNF output for protocol arrays conataining primitives in docs
    
    Before this patch arrays containing primitive types were not output:
    ```
    Metadata Request (Version: 0) => [topics]
    ```
    
    After this patch the type is listed:
    ```
    Metadata Request (Version: 0) => [topics]
          topics => STRING
    ```
    
    Author: Grant Henke <gr...@gmail.com>
    
    Reviewers: Ashish Singh, Gwen Shapira
    
    Closes #1174 from granthenke/protocol-arrays
    
    (cherry picked from commit b865413cd8b71f905ad4ee695f193dcf91ee0595)
    Signed-off-by: Gwen Shapira <cs...@gmail.com>

commit ed60ecffae0d34c90984ee8ec3c147012b3ecb26
Author: Jason Gustafson <ja...@confluent.io>
Date:   2016-04-03T06:02:19Z

    KAFKA-3486: fix autocommit when partitions assigned manually
    
    Author: Jason Gustafson <ja...@confluent.io>
    
    Reviewers: Ewen Cheslack-Postava <ew...@confluent.io>
    
    Closes #1169 from hachikuji/KAFKA-3486
    
    (cherry picked from commit dd5480a47eb0f45214c179b7f14ffaf493164222)
    Signed-off-by: Ewen Cheslack-Postava <me...@ewencp.org>

commit 6d2d9f6702861f0c575b0b58e233c80907ada700
Author: Paul Cavallaro <pa...@gmail.com>
Date:   2016-04-04T01:14:53Z

    MINOR: Fix small typo in design section
    
    Sentence was missing "as", minor grammar clean up.
    
    Author: Paul Cavallaro <pa...@gmail.com>
    
    Reviewers: Ewen Cheslack-Postava <ew...@confluent.io>
    
    Closes #1151 from paulcavallaro/docs-fix
    
    (cherry picked from commit 3a20ba305517ace78ea5f54554bd3b333f0b7d3d)
    Signed-off-by: Ewen Cheslack-Postava <me...@ewencp.org>

commit 99ab50ddb2bc52d3278955046617bd918db2463c
Author: Liquan Pei <li...@gmail.com>
Date:   2016-04-04T02:04:48Z

    MINOR: Clean up of SourceTaskOffsetCommiter
    
    Author: Liquan Pei <li...@gmail.com>
    
    Reviewers: Ewen Cheslack-Postava <ew...@confluent.io>
    
    Closes #1170 from Ishiihara/minor-cleanup
    
    (cherry picked from commit 83cf38545be4614bd1f6b1759ada851fb38d63b0)
    Signed-off-by: Ewen Cheslack-Postava <me...@ewencp.org>

commit e0ac36f05fb5dfecf69f5746b8bd8680ca251f50
Author: Grant Henke <gr...@gmail.com>
Date:   2016-04-04T03:04:36Z

    KAFKA-3483: Restructure ducktape tests to simplify running subsets of tests
    
    \u2026 tests
    
    Author: Grant Henke <gr...@gmail.com>
    
    Reviewers: Geoff Anderson <ge...@confluent.io>, Ewen Cheslack-Postava <ew...@confluent.io>
    
    Closes #1162 from granthenke/ducktape-structure
    
    (cherry picked from commit 45c585b4f7e3d5e5dd5297b4d121badbd2052922)
    Signed-off-by: Ewen Cheslack-Postava <me...@ewencp.org>

commit 050bf60a4725b239db76732d0f7d7f1c7c41ab06
Author: Gwen Shapira <cs...@gmail.com>
Date:   2016-03-21T16:48:02Z

    Changing version to 0.10.0.0

commit bc47e2306d9558a0f0976b15a554fc2d84ade5fc
Author: Gwen Shapira <cs...@gmail.com>
Date:   2016-03-21T16:53:17Z

    Changing version to 0.10.1.0-SNAPSHOT

commit 9c5af253b170e2570ba2e17b4155520cea474e81
Author: Gwen Shapira <cs...@gmail.com>
Date:   2016-03-21T20:40:59Z

    MINOR: update new version in additional places
    
    Note: This goes only to trunk. 0.10.0 branch will need a separate PR with different versions.
    
    Author: Gwen Shapira <cs...@gmail.com>
    
    Reviewers: Ismael Juma <is...@juma.me.uk>, Ewen Cheslack-Postava <ew...@confluent.io>
    
    Closes #1109 from gwenshap/minor-fix-version-trunk

commit aa6f0d8d5f084126bbba1fb6b40e392f2b908262
Author: Gwen Shapira <cs...@gmail.com>
Date:   2016-03-22T01:58:45Z

    MINOR: update new version in additional places
    
    matching set of version fixes. ewencp junrao
    
    Author: Gwen Shapira <cs...@gmail.com>
    
    Reviewers: Ismael Juma <is...@juma.me.uk>, Geoff Anderson <ge...@confluent.io>, Ewen Cheslack-Postava <ew...@confluent.io>
    
    Closes #1110 from gwenshap/minor-fix-version-010

commit 0773bc4ba604bc8b57040583ac4c1cb6832ba188
Author: Gwen Shapira <cs...@gmail.com>
Date:   2016-03-23T22:41:07Z

    MINOR: Revert 0.10.0 branch to SNAPSHOT per change in release process
    
    Author: Gwen Shapira <cs...@gmail.com>
    
    Reviewers: Ewen Cheslack-Postava
    
    Closes #1126 from gwenshap/minor-release-version

commit e8593d1b4529a7b9f3471ac8c1411dba336d6708
Author: Ryan P <ry...@gmail.com>
Date:   2016-03-24T17:12:19Z

    KAFKA-3445: Validate TASKS_MAX_CONFIG's lower bound
    
    Currently the property TASKS_MAX_CONFIG is not validated against nonsensical values such as 0. This patch leverages the Range.atLeast() method to ensure value is at least 1.
    
    Author: Ryan P <Ry...@Gmail.com>
    
    Reviewers: Ewen Cheslack-Postava <ew...@confluent.io>
    
    Closes #1132 from rnpridgeon/KAFKA-3445

commit ae0a5a0dfdb6f5d69322ce0fa4da2c6e5e0daeb6
Author: Jeremy Custenborder <jc...@gmail.com>
Date:   2016-03-24T18:03:30Z

    KAFKA-3407 - ErrorLoggingCallback trims helpful diagnostic information.
    
    This should help when diagnosing issues with the console producer. This allows the logger to use `exception` rather than `exception.getMessage()`.
    
    Author: Jeremy Custenborder <jc...@gmail.com>
    
    Reviewers: Ewen Cheslack-Postava <ew...@confluent.io>
    
    Closes #1079 from jcustenborder/KAFKA-3407

commit b5de41227f11a495d5dd7e1cf785220365d84534
Author: Ashish Singh <as...@cloudera.com>
Date:   2016-04-01T21:12:49Z

    MINOR: Add check for empty topics iterator in ReplicaVerificationTool.
    
    Author: Ashish Singh <as...@cloudera.com>
    
    Reviewers: Guozhang Wang, Gwen Shapira
    
    Closes #1167 from SinghAsDev/minorFixRelicaLagTool

commit c588a72ad21f313d0c0ced11f083eca18fab84a1
Author: Ismael Juma <is...@juma.me.uk>
Date:   2016-04-01T22:25:35Z

    KAFKA-2844; Separate keytabs for sasl tests
    
    Use a different keytab for server and client in SASL tests
    
    Also:
    * Improve approach used to build the JAAS files programmatically
    * Delete stale `kafka_jaas.conf` file
    * Move `FourLetterWords` to its own file, add `Zk` prefix and clean-up its usage
    
    Author: Ismael Juma <is...@juma.me.uk>
    
    Reviewers: Harsha Chintalapani, Gwen Shapira
    
    Closes #533 from ijuma/separate-keytabs-for-sasl-tests

commit c216f8a8e8ff6a3c140b9e0678c4362d4b035982
Author: Flavio Junqueira <fp...@apache.org>
Date:   2016-04-01T22:57:39Z

    KAFKA-2930: Update references to ZooKeeper in the docs.
    
    Author: Flavio Junqueira <fp...@apache.org>
    
    Reviewers: Ismael Juma, Gwen Shapira
    
    Closes #615 from fpj/KAFKA-2930

commit 09f4a7fdc923b03a2f2ea29ecb0659ca450e8149
Author: Yasuhiro Matsuda <ya...@confluent.io>
Date:   2016-04-02T00:14:29Z

    MINOR: small code optimizations in streams
    
    guozhangwang
    
    Author: Yasuhiro Matsuda <ya...@confluent.io>
    
    Reviewers: Guozhang Wang <wa...@gmail.com>
    
    Closes #1176 from ymatsuda/optimize

commit eb08e493228e2e34eae361922796dcffb920e78d
Author: Jason Gustafson <ja...@confluent.io>
Date:   2016-04-03T20:44:05Z

    KAFKA-3419: clarify difference between topic subscription and partition assignment
    
    Author: Jason Gustafson <ja...@confluent.io>
    
    Reviewers: Ashish Singh, Ismael Juma, Guozhang Wang
    
    Closes #1158 from hachikuji/KAFKA-3419

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---