You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by brosander <gi...@git.apache.org> on 2016/11/10 15:54:19 UTC

[GitHub] nifi issue #1193: NIFI-2957 ZooKeeper Migration Toolkit

Github user brosander commented on the issue:

    https://github.com/apache/nifi/pull/1193
  
    @jtstorck I'm getting logging messages in stdout when I don't specify a file:
    
    ```
    SLF4J: Class path contains multiple SLF4J bindings.
    SLF4J: Found binding in [jar:file:/opt/nifi-toolkit/lib/logback-classic-1.1.3.jar!/org/slf4j/impl/StaticLoggerBinder.class]
    SLF4J: Found binding in [jar:file:/opt/nifi-toolkit/lib/slf4j-log4j12-1.7.12.jar!/org/slf4j/impl/StaticLoggerBinder.class]
    SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
    SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder]
    2016-11-10 15:53:36,446 INFO [main] o.a.n.t.zkmigrator.ZooKeeperMigrator Persisting data from source ZooKeeper: ZooKeeperEndpointConfig{connectString=zoo1, path=/node}
    [
      {
        "connectString": "zoo1",
        "path": "/node"
      },
      {
        "path": "/node",
        "data": [
          99,
          111,
          110,
          116,
          101,
          110,
          116
        ],
        "stat": {
          "czxid": 9,
          "mzxid": 9,
          "ctime": 1478792367151,
          "mtime": 1478792367151,
          "version": 0,
          "cversion": 0,
          "aversion": 0,
          "ephemeralOwner": 0,
          "dataLength": 7,
          "numChildren": 0,
          "pzxid": 9
        },
        "acls": [
          {
            "perms": 31,
            "id": {
              "scheme": "world",
              "id": "anyone"
            }
          }
        ],
        "ephemeralOwner": 0
      }
    ]2016-11-10 15:53:36,496 INFO [main] o.a.n.t.zkmigrator.ZooKeeperMigrator 1 nodes read from ZooKeeperEndpointConfig{connectString=zoo1, path=/node}
    ```


---
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.
---