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

Add WAL durability setting to collector #11150

Open
emeroad opened this issue Jun 14, 2024 · 0 comments · Fixed by #11151
Open

Add WAL durability setting to collector #11150

emeroad opened this issue Jun 14, 2024 · 0 comments · Fixed by #11151

Comments

@emeroad
Copy link
Member

emeroad commented Jun 14, 2024

# Set span wal durability. default:USE_DEFAULT
# https://hbase.apache.org/2.3/book.html#wal.durability
# USE_DEFAULT: default durability
# SKIP_WAL: skip write to WAL
# ASYNC_WAL: async write to WAL
# SYNC_WAL: sync write to WAL
# FSYNC_WAL: fsync write to WAL
collector.span.durability=USE_DEFAULT

Add WAL durability setting to improve write performance.

@emeroad emeroad added this to the 3.0.1 milestone Jun 14, 2024
@emeroad emeroad changed the title Add WAL durability setting to hbase for write performance Add WAL durability setting to collector for write performance Jun 14, 2024
@emeroad emeroad changed the title Add WAL durability setting to collector for write performance Add WAL durability setting to collector Jun 14, 2024
emeroad added a commit to emeroad/pinpoint that referenced this issue Jun 14, 2024
emeroad added a commit to emeroad/pinpoint that referenced this issue Jun 14, 2024
@emeroad emeroad linked a pull request Jun 17, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant