Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
hive
hive
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 46
    • Issues 46
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 17
    • Merge Requests 17
  • Operations
    • Operations
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • hive
  • hivehive
  • Issues
  • #63

Closed
Open
Created Jul 11, 2020 by Gandalf@gandalfMaintainer

plugin name inconsistency in `state_snapshot` plugin

By looking at the content of libraries/plugins/state_snapshot/plugin.json which is:

{
  "plugin_name": "state_snapshot",
  "plugin_namespace": "state_snapshot",
  "plugin_project": "state_snapshot_plugin"
}

I'm expecting plugin = state_snapshot to work, while it doesn't

/home/hive/hive/libraries/appbase/application.cpp(407): Throw in function appbase::abstract_plugin& appbase::application::get_plugin(const string&) const
Dynamic exception type: boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<std::runtime_error> >
std::exception::what: unable to find plugin: state_snapshot

because apparently plugin = state_snapshot_plugin is required _plugin is redundant here and doesn't match plugin_name all other plugins are without it, i.e. it's witness plugin, not witness_plugin, etc.

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None