Git Product home page Git Product logo

bullet-service's Introduction

Bullet Service

The Web-Service layer for Bullet

Build Status Coverage Status Maven Central

Introduction

This project builds a Spring Boot REST API that you can deploy on a machine to communicate with the Bullet backend.

Documentation

All documentation has moved to Github Pages here.

Links

Useful Links

Code licensed under the Apache 2 license. See LICENSE file for terms.

bullet-service's People

Contributors

0aix avatar akshaisarma avatar hbxie avatar nathanspeidel avatar shriramkumar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bullet-service's Issues

Bullet service gets stuck due to too many CLOSE_WAIT TCP connections

If the backend does not respond timely, it will cause zombie queries in bullet service. Bullet service keeps waiting for those zombie queries and never close the queries to close the HTTP connections. Eventually bullet service will run out of FD to accept new queries.

We need a way to cleanup zombie queries to fix this issue.

Add max.concurrent.queries Setting

Add a max.concurrent.queries setting to be able to control the maximum number of queries in the system.

Return a 503 if too many queries are currently running.

Metrics

Allow plugging in and reporting metrics

Expose new controls for managing queries

  1. Expose a method to find out if a query is running right now and/or retrieve the QueryHandler
  2. Expose a method to kill a query/all queries
  3. Expose a method to send a custom PubSubMessage through the QueryHandler

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.