Skip to content

Tags: zzuduoduo/pravega

Tags

v0.10.2-rc1

Toggle v0.10.2-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Issue 6451: ContainerKeyIndex may be throttling updates to system cri…

…tical segments (pravega#6452) (pravega#6490)

Adds a new property for KVTables named "systemcritical.unindexed.bytes.max" that defines the amount of unindexed data we allow to system-critical KVTable Segments (defaulted to 256MB, 2x the amount of unindexed data we allow to regular segments).

Signed-off-by: Raúl Gracia <[email protected]>

v0.10.1-rc2

Toggle v0.10.1-rc2's commit message
0.10.1-rc2 tag

v0.10.2-rc0

Toggle v0.10.2-rc0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Issue 6448: pravega version change to 0.10.2 on r0.10 (pravega#6449)

Signed-off-by: pbelgundi <[email protected]>

v0.10.1

Toggle v0.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Issue 6204: Make InProcPravegaCluster listen on all IPv4 interfaces (p…

…ravega#6274) (pravega#6380)

Signed-off-by: Derek Moore <[email protected]>
Make InProcPravegaCluster listen on all IPv4 interfaces instead of just localhost, so that Docker can redirect traffic to segment store.

v0.10.1-rc1

Toggle v0.10.1-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Issue 6292: EventStreamWriter.flush() should throw RetriesExhaustedEx…

…ception in case of consistent connectivity failures. (pravega#6291) (pravega#6368)

Signed-off-by: Sandeep <[email protected]>
Cherry-pick PR pravega#6291 into branch r0.10.

v0.10.1-rc0

Toggle v0.10.1-rc0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Issue 6334: Defensive fix for update Reader Group remaining in stuck …

…state (pravega#6343) (pravega#6354)

Signed-off-by: pbelgundi <[email protected]>
Cherry pick for PR 6343 to r0.10

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Issue 6298: Pravega version change for 0.10 branch (pravega#6299)

Pravega version change to 0.10.0 for release.

Signed-off-by: pbelgundi <[email protected]>

v0.10.0-rc0

Toggle v0.10.0-rc0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Issue 6298: Pravega version change for 0.10 branch (pravega#6299)

Pravega version change to 0.10.0 for release.

Signed-off-by: pbelgundi <[email protected]>

branch-0.10

Toggle branch-0.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Issue 6289: Update Reader Group never completes post Controller resta…

…rt (pravega#6296)

Added isRunning() check to the isReady() method in ControllerEventProcessors so that we wait for the Service to be started completely before attempting to sweep tasks to it. Corrected the logging mistakes in ControllerImpl class.

Signed-off-by: pbelgundi <[email protected]>

v0.9.1

Toggle v0.9.1's commit message
Pravega 0.9.1 GA.

Signed-off-by: Sachin Joshi <[email protected]>