Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retention fix distributed #770

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
74 commits
Select commit Hold shift + click to select a range
e70e144
fix for #573 corrected error message in case of deployment mismatch
nikhilsinhaparseable Jan 12, 2024
2e77714
fix for #573 corrected error message in case of deployment mismatch
nikhilsinhaparseable Jan 12, 2024
f8780ee
cargo fmt and clippy fix
nikhilsinhaparseable Jan 12, 2024
6b21462
changed logic to throw exception in case of deployment mismatch betwe…
nikhilsinhaparseable Jan 15, 2024
505bf01
Merge branch 'parseablehq:main' into main
nikhilsinhaparseable Jan 16, 2024
e575a41
temp: allow configurable buffer size while ingestion (#624)
Eshanatnight Jan 18, 2024
c6e71fd
Revert "Mutex Poison Error if a large amount of data is sent" (#629)
nitisht Jan 19, 2024
e4fa127
Bump h2 from 0.3.17 to 0.3.24 (#630)
dependabot[bot] Jan 19, 2024
9b6e179
fix: proper error Message if storage is in an invalid state (#623)
Eshanatnight Jan 22, 2024
007fd88
fix: clean up storage validation logic further (#633)
nitisht Jan 23, 2024
96ef250
feat: separate out ingest and query functionality of the server (#634)
Eshanatnight Jan 29, 2024
9eb9d3f
feat: allow configurable duration for data push to S3 (#626)
nikhilsinhaparseable Jan 29, 2024
fe860bd
fix: allow only GET /logstream in query mode (#643)
Eshanatnight Jan 30, 2024
3e017bd
Update CNAME
nitisht Feb 1, 2024
14d1da2
update helm chart to correct domain (#647)
nitisht Feb 1, 2024
1ef78ea
remove collector from helm chart repo (#648)
nitisht Feb 1, 2024
6604151
fix: init_scheduler (#649)
gurjotkaur20 Feb 6, 2024
f873fd1
fix: removed use of environment var P_STORAGE_UPLOAD_INTERVAL (#653)
nikhilsinhaparseable Feb 7, 2024
e742a2e
add license details with cargo-about (#658)
nitisht Feb 15, 2024
b806697
feat: support OpenTelemetry log flattening (#657)
nikhilsinhaparseable Feb 15, 2024
9b192a1
fix: absolute url for windows (#655)
Delta456 Feb 16, 2024
8f180a8
fix: avoid removal of retention configuration while updating snapshot…
gurjotkaur20 Feb 17, 2024
0e7fe60
fix: retention cleanup on server startup (#662)
gurjotkaur20 Feb 18, 2024
31f6efc
prepare for release v0.8.0 (#663)
nitisht Feb 18, 2024
7c060c6
update cargo-about details (#664)
nitisht Feb 19, 2024
c8bbaa6
delete parseable-license.html (#665)
nitisht Feb 19, 2024
898773b
Revert "fix: avoid removal of retention configuration while updating …
nitisht Feb 19, 2024
5ca0ab5
prepare for bugfix release v0.8.1 (#668)
nitisht Feb 19, 2024
f522d95
do not lock PRs after merge (#674)
nitisht Feb 26, 2024
ba865fe
fix: add stream creation time in get stats api (#632)
gurjotkaur20 Feb 26, 2024
e20034a
fix: avoid removal of retention configuration while updating snapshot…
gurjotkaur20 Feb 26, 2024
3c590a5
create first-created-at on the fly for stats api (#675)
nikhilsinhaparseable Feb 27, 2024
93c6636
prepare for release v0.9 (#678)
nitisht Mar 3, 2024
855a5ce
fix: Invalid Cargo.toml (#680)
Eshanatnight Mar 4, 2024
891eba6
prepare for next release (#682)
nitisht Mar 4, 2024
8e6031d
Bump mio from 0.8.8 to 0.8.11 (#684)
dependabot[bot] Mar 5, 2024
56011c7
feat: allow historical data ingestion based on user defined time (#683)
nikhilsinhaparseable Mar 7, 2024
61d6960
Remove incorrect release v0.9 (#693)
nitisht Mar 8, 2024
c7dbef1
fix: Query Optimization (#696)
nikhilsinhaparseable Mar 12, 2024
753925c
fix: removed time partition logic from ingestion flow (#703)
nikhilsinhaparseable Mar 14, 2024
f3130c0
feat: allow historical ingestion with custom date column in log (#716)
nikhilsinhaparseable Mar 27, 2024
6443db3
feat: add a new stream info API (#720)
nikhilsinhaparseable Mar 28, 2024
ba4ba1c
feat: add feature to provide static schema in logstream creation
nikhilsinhaparseable Mar 29, 2024
df1ef5e
feat: static schema flag to stream-info API (#727)
nikhilsinhaparseable Mar 29, 2024
b196039
allow type casting in static schema (#729)
nikhilsinhaparseable Mar 30, 2024
ae08d56
feat: implement distributed system with ingest and query modes (#730)
Eshanatnight Apr 2, 2024
2dea510
fix: delete node endpoint (#731)
Eshanatnight Apr 2, 2024
a686d81
fix: stats response (#733)
Eshanatnight Apr 2, 2024
97ff9bf
Add node_url field to Cli struct and update related code (#734)
Eshanatnight Apr 3, 2024
f828cbb
update to latest Console and Rust version (#739)
nitisht Apr 4, 2024
8c7bb86
Rm staging query result (#740)
Eshanatnight Apr 5, 2024
4c0b6ed
chore(deps): bump h2 from 0.3.24 to 0.3.26 (#741)
dependabot[bot] Apr 5, 2024
4aac841
fix analytics for the cluster (#732)
Eshanatnight Apr 5, 2024
87e9a08
Fix: OAuth User to Role Mapping Fix (#742)
nikhilsinhaparseable Apr 6, 2024
14b12f1
cleaned up readme for better readability (#738)
nitisht Apr 6, 2024
30c90b5
Update README.md
nitisht Apr 6, 2024
df03bc7
removing ingester liveness check at query server start (#744)
nikhilsinhaparseable Apr 8, 2024
acbc92d
fix for staging size metrics not resetting to 0 (#743)
nikhilsinhaparseable Apr 8, 2024
b3f6841
Fetch schema and stream from obj store (#745)
Eshanatnight Apr 8, 2024
8ff0e45
fix: querier to use manifest list from all ingestors (#747)
nikhilsinhaparseable Apr 8, 2024
bc58ca3
rename P_NODE_URL to P_INGESTOR_URL (#748)
nitisht Apr 9, 2024
4fe0249
fix extract_cookie function to handle grpc cookies in the header (#746)
Eshanatnight Apr 9, 2024
e11f9fb
multiple fixes on server (#753)
nikhilsinhaparseable Apr 10, 2024
fa3174a
fix for GET /cache API (#754)
nikhilsinhaparseable Apr 10, 2024
09606b9
update to latest console v0.6.1 (#755)
nitisht Apr 11, 2024
6fd9c36
fixed liveness and readiness api to use base path (#757)
nikhilsinhaparseable Apr 12, 2024
b9057c5
fix: readiness api to use correct JSON path (#758)
Eshanatnight Apr 12, 2024
86620bd
fix: add delete stream API in distributed mode (#766)
nikhilsinhaparseable Apr 18, 2024
03b92ae
fix: update files in distributed mode to use hash (#761)
Eshanatnight Apr 19, 2024
363d318
fix: cache fix ingestors (#767)
nikhilsinhaparseable Apr 19, 2024
918c3b0
fix: updated code to fix retention for standalone deployments
nikhilsinhaparseable Apr 18, 2024
96ef239
fix for retention for distributed deployments - WIP
nikhilsinhaparseable Apr 19, 2024
052c6de
fix for retention for distributed deployment
nikhilsinhaparseable Apr 19, 2024
d0d0ac8
fix for get stream info API
nikhilsinhaparseable Apr 20, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/cla.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@ jobs:
#custom-notsigned-prcomment: 'pull request comment with Introductory message to ask new contributors to sign'
#custom-pr-sign-comment: 'The signature to be committed in order to sign the CLA'
#custom-allsigned-prcomment: 'pull request comment when all contributors has signed, defaults to **CLA Assistant Lite bot** All Contributors have signed the CLA.'
#lock-pullrequest-aftermerge: false - if you don't want this bot to automatically lock the pull request after merging (default - true)
#- if you don't want this bot to automatically lock the pull request after merging (default - true)
lock-pullrequest-aftermerge: false
#use-dco-flag: true - If you are using DCO instead of CLA
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
target
data
staging
data*
staging*
limitcache
examples
cert.pem
Expand Down
2 changes: 1 addition & 1 deletion CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
charts.parseable.io
charts.parseable.com
Loading
Loading